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:
ef0657c
)
ucc_geth: Add support for skb recycling
author
Anton Vorontsov
<avorontsov@ru.mvista.com>
Tue, 7 Jul 2009 08:38:42 +0000
(08:38 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 8 Jul 2009 02:22:09 +0000
(19:22 -0700)
We can reclaim transmitted skbs to use in the receive path, so-called
skb recycling support.
Also reorder ucc_geth_poll() steps, so that we'll clean tx ring firstly,
thus maybe reclaim some skbs for rx.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found