chelsio: use netdev_alloc_skb_ip_align
authorstephen hemminger <stephen@networkplumber.org>
Wed, 20 Mar 2013 09:02:41 +0000 (09:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Mar 2013 19:24:40 +0000 (15:24 -0400)
Use netdev_alloc_sk_ip_align in the case where packet is copied.
This handles case where NET_IP_ALIGN == 0 as well as adding required header
padding.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found