linux-bl808/drivers/net/ethernet/intel/ixgbevf
Alexander Duyck a94d9e224e ethernet/intel: Use eth_skb_pad and skb_put_padto helpers
Update the Intel Ethernet drivers to use eth_skb_pad() and skb_put_padto
instead of doing their own implementations of the function.

Also this cleans up two other spots where skb_pad was called but the length
and tail pointers were being manipulated directly instead of just having
the padding length added via __skb_put.

Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-12-08 20:47:42 -05:00
..
defines.h ixgbevf: add support for X550 VFs 2014-12-05 09:13:08 -08:00
ethtool.c
ixgbevf.h ixgbevf: add support for X550 VFs 2014-12-05 09:13:08 -08:00
ixgbevf_main.c ethernet/intel: Use eth_skb_pad and skb_put_padto helpers 2014-12-08 20:47:42 -05:00
Makefile
mbx.c
mbx.h
regs.h
vf.c ixgbevf: add support for X550 VFs 2014-12-05 09:13:08 -08:00
vf.h ixgbevf: add support for X550 VFs 2014-12-05 09:13:08 -08:00