mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-08 21:53:54 +08:00
ice: Change minimum descriptor count value for Tx/Rx rings
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>
This commit is contained in:
parent
2e0e62285c
commit
8be92a76c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user