[PATCH RESEND net-next v2 0/5] tcp: fix stretch ACK bugs in congestion control modules

From: Pengcheng Yang
Date: Mon Mar 16 2020 - 02:49:37 EST


"stretch ACKs" (caused by LRO, GRO, delayed ACKs or middleboxes)
can cause serious performance shortfalls in common congestion
control algorithms. Neal Cardwell submitted a series of patches
starting with commit e73ebb0881ea ("tcp: stretch ACK fixes prep")
to handle stretch ACKs and fixed stretch ACK bugs in Reno and
CUBIC congestion control algorithms.

This patch series continues to fix bic, scalable, veno and yeah
congestion control algorithms to handle stretch ACKs.

Changes in v2:
- Provide [PATCH 0/N] to describe the modifications of this patch series

Pengcheng Yang (5):
tcp: fix stretch ACK bugs in BIC
tcp: fix stretch ACK bugs in Scalable
tcp: stretch ACK fixes in Veno prep
tcp: fix stretch ACK bugs in Veno
tcp: fix stretch ACK bugs in Yeah

net/ipv4/tcp_bic.c | 11 ++++++-----
net/ipv4/tcp_scalable.c | 17 +++++++++--------
net/ipv4/tcp_veno.c | 47 +++++++++++++++++++++++++----------------------
net/ipv4/tcp_yeah.c | 41 +++++++++++------------------------------
4 files changed, 51 insertions(+), 65 deletions(-)

--
1.8.3.1