aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_common.c
diff options
context:
space:
mode:
authorBrett Creeley <[email protected]>2019-04-16 10:30:41 -0700
committerJeff Kirsher <[email protected]>2019-05-29 02:38:50 -0700
commit1aec6e1b0886569c5c6e92d6d5fc25e6779e7f23 (patch)
tree22f6cb99b84368c3a90e16d7b1715e0758b8b240 /drivers/net/ethernet/intel/ice/ice_common.c
parente65e9e1566f769362a228e4772d74ac43ad83e98 (diff)
ice: Set minimum default Rx descriptor count to 512
Currently we set the default number of Rx descriptors per queue to the system's page size divided by the number of bytes per descriptor. For 4K page size systems this is resulting in 128 Rx descriptors per queue. This is causing more dropped packets than desired in the default configuration. Fix this by setting the minimum default Rx descriptor count per queue to 512. Signed-off-by: Brett Creeley <[email protected]> Signed-off-by: Anirudh Venkataramanan <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_common.c')
0 files changed, 0 insertions, 0 deletions