commit | e76678dd654545c98a5d0bdc66bd41350573c23e | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Sun May 17 20:57:47 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon May 18 15:09:43 2009 -0700 |
tree | 86e4ff745d686f82353c460542e321ba0b09cbc0 | |
parent | 82d048186e403f36e083b37ad42aa90abb7dcaac [diff] |
ixgbe: set max desc to prevent total RSC packet size of 64K The performance of hardware RSC is greatly reduced if the total for max rsc descriptors multiplied by the buffer size is greater than 65535. To prevent this we need to adjust the max rsc descriptors appropriately. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>