]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ice: Change minimum descriptor count value for Tx/Rx rings
authorPreethi Banala <preethi.banala@intel.com>
Tue, 16 Apr 2019 17:34:56 +0000 (10:34 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 30 May 2019 17:37:26 +0000 (10:37 -0700)
Change minimum number of descriptor count from 32 to 64. This is to have
a feature parity with previous Intel NIC drivers.

Signed-off-by: Preethi Banala <preethi.banala@intel.com>
Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ice/ice.h

index c1e4dd7357b4f45c0f16e59dd2a17621e37aaef2..9ee6b55553c0337992639af83cc1809917637ac1 100644 (file)
@@ -44,7 +44,7 @@
 extern const char ice_drv_ver[];
 #define ICE_BAR0               0
 #define ICE_REQ_DESC_MULTIPLE  32
-#define ICE_MIN_NUM_DESC       ICE_REQ_DESC_MULTIPLE
+#define ICE_MIN_NUM_DESC       64
 #define ICE_MAX_NUM_DESC       8160
 #define ICE_DFLT_MIN_RX_DESC   512
 /* if the default number of Rx descriptors between ICE_MAX_NUM_DESC and the