e1000: Small packets may get corrupted during padding by HW
authorTushar Dave <tushar.n.dave@intel.com>
Sat, 15 Sep 2012 10:16:57 +0000 (10:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Sep 2012 20:32:21 +0000 (16:32 -0400)
On PCI/PCI-X HW, if packet size is less than ETH_ZLEN,
packets may get corrupted during padding by HW.
To WA this issue, pad all small packets manually.

Signed-off-by: Tushar Dave <tushar.n.dave@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found