commit | 61321bbd6235ca9a40ba3bc249e8906cc66233c3 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Wed Oct 07 17:11:23 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 13 03:44:03 2009 -0700 |
tree | 20f50af5ea5cef41ca28dcc8e79f9a7cc2a52579 | |
parent | f373b53b5fe67aa4a6f28f921a529cc90f88e79b [diff] |
net: Add netdev_alloc_skb_ip_align() helper Instead of hardcoding NET_IP_ALIGN stuff in various network drivers, we can add a helper around netdev_alloc_skb() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>