commit | 71a49f777d6caa84b2b8ea376fcf181fe221d063 | [log] [tgz] |
---|---|---|
author | Tushar Dave <tushar.n.dave@intel.com> | Fri Sep 14 04:24:49 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Oct 22 21:16:39 2012 -0700 |
tree | 70598297a3d7667cfe3683f487f78943d2425d61 | |
parent | 51a1f721e22a3fc54a3bc1c67991ecea11cc734d [diff] |
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>