|
@@ -29,9 +29,8 @@
|
|
|
|
|
|
|
|
/* Interrupt Throttling and Rate Limiting (storm control) Goodies */
|
|
/* Interrupt Throttling and Rate Limiting (storm control) Goodies */
|
|
|
|
|
|
|
|
-#define I40E_MAX_ITR 0x07FF
|
|
|
|
|
-#define I40E_MIN_ITR 0x0001
|
|
|
|
|
-#define I40E_ITR_USEC_RESOLUTION 2
|
|
|
|
|
|
|
+#define I40E_MAX_ITR 0x0FF0 /* reg uses 2 usec resolution */
|
|
|
|
|
+#define I40E_MIN_ITR 0x0004 /* reg uses 2 usec resolution */
|
|
|
#define I40E_MAX_IRATE 0x03F
|
|
#define I40E_MAX_IRATE 0x03F
|
|
|
#define I40E_MIN_IRATE 0x001
|
|
#define I40E_MIN_IRATE 0x001
|
|
|
#define I40E_IRATE_USEC_RESOLUTION 4
|
|
#define I40E_IRATE_USEC_RESOLUTION 4
|