From: Tushar Dave Date: Fri, 14 Sep 2012 04:24:49 +0000 (+0000) Subject: ixgbe: Correcting small packet padding X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~583^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71a49f777d6caa84b2b8ea376fcf181fe221d063;p=pandora-kernel.git 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 Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed