git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fdc929
)
chelsio: add headroom in RX path
author
Eric Dumazet
<edumazet@google.com>
Wed, 20 Mar 2013 16:33:19 +0000
(09:33 -0700)
committer
David 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