]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: Limit processing lost_retrans loop to work-to-do cases
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Fri, 12 Oct 2007 00:36:13 +0000 (17:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Oct 2007 00:36:13 +0000 (17:36 -0700)
commit608e7abbf014bad680553af427ad7454c4d3aa88
tree139b1f2636c42698bd7b0f0ccd61f0e1b8a826ab
parent43f7372d18094683e9046239df785b275c747936
[TCP]: Limit processing lost_retrans loop to work-to-do cases

This addition of lost_retrans_low to tcp_sock might be
unnecessary, it's not clear how often lost_retrans worker is
executed when there wasn't work to do.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/tcp.h
net/ipv4/tcp_input.c
net/ipv4/tcp_output.c