commit | 50f238fdf38e37f0350be17c36e3ec0fd298cc40 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Tue Jul 07 08:38:42 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 07 19:22:09 2009 -0700 |
tree | 6fcc80fc88ca09a58b7b4d645b0b1c21641aadec | |
parent | ef0657c49e0f93dcebc9b4719e4fe0b478411f60 [diff] |
ucc_geth: Add support for skb recycling 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>