From: Eric Dumazet Date: Fri, 8 Jul 2011 05:29:30 +0000 (+0000) Subject: bna: use netdev_alloc_skb_ip_align() X-Git-Tag: v3.1-rc1~316^2~190 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a0e2344a62ce9e7fac6129d6292e59aecfceced;p=pandora-kernel.git bna: use netdev_alloc_skb_ip_align() Some workloads need some headroom (NET_SKB_PAD) to avoid expensive reallocations. Using netdev_alloc_skb_ip_align() instead of bare skb_alloc() brings the NET_IP_ALIGN and the NET_SKB_PAD headroom. Signed-off-by: Eric Dumazet CC: Rasesh Mody CC: Debashis Dutt Signed-off-by: David S. Miller --- Reading git-diff-tree failed