From: Alexander Duyck Date: Wed, 10 Dec 2014 03:40:56 +0000 (-0800) Subject: ethernet/intel: Use napi_alloc_skb X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~19^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67fd893ee07db94bcef6c7537f8569b49ff124d4;p=pandora-kernel.git 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 Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed