net: introduce __netdev_alloc_skb_ip_align
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 12 Jul 2011 03:08:34 +0000 (20:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Jul 2011 03:08:34 +0000 (20:08 -0700)
RX rings should use GFP_KERNEL allocations if possible, add
__netdev_alloc_skb_ip_align() helper to ease this.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found