Merge branch 'tcp-backlog-processing-optims'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 12 Sep 2023 17:10:03 +0000 (19:10 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 12 Sep 2023 17:10:04 +0000 (19:10 +0200)
commit8fc8911b66962c6ff4345e7000930a4bcc54ae5a
tree987f1ac9958a489af0b4bfd4726fb91ce94f028d
parentcd8bae85815416d19f46e3828d457442f77de292
parent133c4c0d37175f510a10fa9bed51e223936073fc
Merge branch 'tcp-backlog-processing-optims'

Eric Dumazet says:

====================
tcp: backlog processing optims

First patches are mostly preparing the ground for the last one.

Last patch of the series implements sort of ACK reduction
only for the cases a TCP receiver is under high stress,
which happens for high throughput flows.

This gives us a ~20% increase of single TCP flow (100Gbit -> 120Gbit)
====================

Link: https://lore.kernel.org/r/20230911170531.828100-1-edumazet@google.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>