]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[TCP]: Do not call tcp_tso_acked() if no work to do.
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2005 22:20:55 +0000 (15:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2005 22:20:55 +0000 (15:20 -0700)
commitcb83199a29dc0408423d6df432f28cc67fcadaf4
tree3f6101b6657da5131d19a507ae264675799527df
parenta56476962e92a6c389a1a561274d4a27607b7b5f
[TCP]: Do not call tcp_tso_acked() if no work to do.

In tcp_clean_rtx_queue(), if the TSO packet is not even partially
acked, do not waste time calling tcp_tso_acked().

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c