aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorSonic Zhang <sonic.zhang@analog.com>2010-06-11 17:44:31 +0800
committerDavid S. Miller <davem@davemloft.net>2010-06-15 15:04:10 -0700
commit4fcc3d3409b0ab37c1f790e04a1f7c984b436167 (patch)
treec05b3e27f61b3644cd3514d4bbf7443d7588803a /include/linux
parentinetpeer: RCU conversion (diff)
downloadlinux-dev-4fcc3d3409b0ab37c1f790e04a1f7c984b436167.tar.xz
linux-dev-4fcc3d3409b0ab37c1f790e04a1f7c984b436167.zip
netdev:bfin_mac: reclaim and free tx skb as soon as possible after transfer
SKBs hold onto resources that can't be held indefinitely, such as TCP socket references and netfilter conntrack state. So if a packet is left in TX ring for a long time, there might be a TCP socket that cannot be closed and freed up. Current blackfin EMAC driver always reclaim and free used tx skbs in future transfers. The problem is that future transfer may not come as soon as possible. This patch start a timer after transfer to reclaim and free skb. There is nearly no performance drop with this patch. TX interrupt is not enabled because of a strange behavior of the Blackfin EMAC. If EMAC TX transfer control is turned on, endless TX interrupts are triggered no matter if TX DMA is enabled or not. Since DMA walks down the ring automatically, TX transfer control can't be turned off in the middle. The only way is to disable TX interrupt completely. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions