]> Pileus Git - ~andy/linux/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)
commit71a49f777d6caa84b2b8ea376fcf181fe221d063
tree70598297a3d7667cfe3683f487f78943d2425d61
parent51a1f721e22a3fc54a3bc1c67991ecea11cc734d
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