commit | db176edc89abbf22e6db6853f8581f9475fe8ec1 | [log] [tgz] |
---|---|---|
author | Sergey Matyukevich <geomatsi@gmail.com> | Mon Jun 14 06:35:20 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 16 18:14:59 2010 -0700 |
tree | a853cd9273656c704b07cebaa9f25084b7a8c749 | |
parent | 8b1d920fa5ea8e3d941e908fa57acc9b1df9ca92 [diff] |
ucc_geth: fix for RX skb buffers recycling This patch implements a proper modification of RX skb buffers before recycling. Adjusting only skb->data is not enough because after that skb->tail and skb->len become incorrect. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>