]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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)
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>

Trivial merge