]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Correcting small packet padding
authorTushar Dave <tushar.n.dave@intel.com>
Fri, 14 Sep 2012 04:24:49 +0000 (04:24 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 23 Oct 2012 04:16:39 +0000 (21:16 -0700)
commitaccec6759c61cbeea939bf1d6513fc370259fee3
tree70598297a3d7667cfe3683f487f78943d2425d61
parent6a83196b43155d4b4e46ec12f746ea8f1e3fecb5
ixgbe: Correcting small packet padding

Driver pad skb up to 17 bytes because of the HW requirement. However, that code
implementation mess up the skb tail pointer after padding. This patch sets
skb->tail correctly.

Signed-off-by: Tushar Dave <tushar.n.dave@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c