|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -61,7 +61,7 @@
|
|
|
|
|
|
/*
|
|
|
* <ini>
|
|
|
- * GIPADescSize - IPA descriptor size
|
|
|
+ * gIPADescSize - IPA descriptor size
|
|
|
* @Min: 800
|
|
|
* @Max: 8000
|
|
|
* @Default: 800
|
|
@@ -77,7 +77,7 @@
|
|
|
* </ini>
|
|
|
*/
|
|
|
#define CFG_DP_IPA_DESC_SIZE \
|
|
|
- CFG_INI_UINT("GIPADescSize", \
|
|
|
+ CFG_INI_UINT("gIPADescSize", \
|
|
|
800, \
|
|
|
8000, \
|
|
|
800, \
|
|
@@ -109,7 +109,7 @@
|
|
|
|
|
|
/*
|
|
|
* <ini>
|
|
|
- * gIPAHighBandwidthMbps - IPA medium bw threshold
|
|
|
+ * gIPAMediumBandwidthMbps - IPA medium bw threshold
|
|
|
* @Min: 100
|
|
|
* @Max: 400
|
|
|
* @Default: 200
|
|
@@ -133,7 +133,7 @@
|
|
|
|
|
|
/*
|
|
|
* <ini>
|
|
|
- * gIPAHighBandwidthMbps - IPA low bw threshold
|
|
|
+ * gIPALowBandwidthMbps - IPA low bw threshold
|
|
|
* @Min: 0
|
|
|
* @Max: 100
|
|
|
* @Default: 100
|