Netdev List
 help / color / mirror / Atom feed
* [net-next 0/3] optimisations and reorganisations of tcp_collapse
@ 2017-10-14  7:27 Koichiro Den
  2017-10-14  7:27 ` [net-next 1/3] tcp: avoid useless copying and collapsing of just one skb Koichiro Den
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Koichiro Den @ 2017-10-14  7:27 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuznet, yoshfuji

This patch series removes possible useless copying and collapsing while
not missing the chance when it is worth the effort. Also reorganizes it
and do some cleanups.

Koichiro Den (3):
  tcp: avoid useless copying and collapsing of just one skb
  tcp: do not tcp_collapse once SYN or FIN found
  tcp: keep tcp_collapse controllable even after processing starts

 net/ipv4/tcp_input.c | 193 ++++++++++++++++++++++++---------------------------
 1 file changed, 90 insertions(+), 103 deletions(-)

-- 
2.9.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-10-15  2:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-14  7:27 [net-next 0/3] optimisations and reorganisations of tcp_collapse Koichiro Den
2017-10-14  7:27 ` [net-next 1/3] tcp: avoid useless copying and collapsing of just one skb Koichiro Den
2017-10-14 15:42   ` Eric Dumazet
2017-10-15  2:32     ` Koichiro Den
2017-10-14  7:27 ` [net-next 2/3] tcp: do not tcp_collapse once SYN or FIN found Koichiro Den
2017-10-14 15:43   ` Eric Dumazet
2017-10-15  2:43     ` Koichiro Den
2017-10-14  7:27 ` [net-next 3/3] tcp: keep tcp_collapse controllable even after processing starts Koichiro Den
2017-10-14 15:46   ` Eric Dumazet
2017-10-15  2:45     ` Koichiro Den

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox