chelsio: add headroom in RX path
authorEric Dumazet <edumazet@google.com>
Wed, 20 Mar 2013 16:33:19 +0000 (09:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Mar 2013 17:29:34 +0000 (13:29 -0400)
Drivers should reserve some headroom in skb used in receive path,
to avoid future head reallocation.

One possible way to do that is to use dev_alloc_skb() instead
of alloc_skb(), so that NET_SKB_PAD bytes are reserved.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found