diff options
author | Eric Dumazet <edumazet@google.com> | 2013-03-20 09:33:19 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-20 13:29:34 -0400 |
commit | 70386d40e19eeff8696f2593755e78f6f7fa9e6d (patch) | |
tree | f895edd9f5d81d0ee7f50d07412294cf7ddded05 /tools | |
parent | 8fdc929f5727d999d11ba3763b92f6eeacc096f9 (diff) | |
download | linux-70386d40e19eeff8696f2593755e78f6f7fa9e6d.tar.gz linux-70386d40e19eeff8696f2593755e78f6f7fa9e6d.tar.bz2 linux-70386d40e19eeff8696f2593755e78f6f7fa9e6d.zip |
chelsio: add headroom in RX path
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>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions