Star64_linux/drivers/net/ethernet/intel/ixgb
Alexander Duyck 67fd893ee0 ethernet/intel: Use napi_alloc_skb
This change replaces calls to netdev_alloc_skb_ip_align with
napi_alloc_skb.  The advantage of napi_alloc_skb is currently the fact that
the page allocation doesn't make use of any irq disable calls.

There are few spots where I couldn't replace the calls as the buffer
allocation routine is called as a part of init which is outside of the
softirq context.

Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-12-10 13:31:57 -05:00
..
ixgb.h
ixgb_ee.c
ixgb_ee.h
ixgb_ethtool.c net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate 2014-06-06 16:24:07 -07:00
ixgb_hw.c
ixgb_hw.h
ixgb_ids.h
ixgb_main.c ethernet/intel: Use napi_alloc_skb 2014-12-10 13:31:57 -05:00
ixgb_osdep.h
ixgb_param.c
Makefile