summaryrefslogtreecommitdiffstats
path: root/firmware/emi26
diff options
context:
space:
mode:
authorAlexander Duyck2014-12-10 04:40:56 +0100
committerDavid S. Miller2014-12-10 19:31:57 +0100
commit67fd893ee07db94bcef6c7537f8569b49ff124d4 (patch)
tree4d0972f930eac9c337238b2cf1d875d911730917 /firmware/emi26
parentnet: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb (diff)
downloadkernel-qcow2-linux-67fd893ee07db94bcef6c7537f8569b49ff124d4.tar.gz
kernel-qcow2-linux-67fd893ee07db94bcef6c7537f8569b49ff124d4.tar.xz
kernel-qcow2-linux-67fd893ee07db94bcef6c7537f8569b49ff124d4.zip
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>
Diffstat (limited to 'firmware/emi26')
0 files changed, 0 insertions, 0 deletions