All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v10 mptcp-next 0/3] mptcp: address stall under memory pressure
@ 2026-05-29 10:44 Paolo Abeni
  2026-05-29 10:44 ` [PATCH v10 mptcp-next 1/3] Squash-to: "mptcp: implemented OoO queue pruning" Paolo Abeni
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Paolo Abeni @ 2026-05-29 10:44 UTC (permalink / raw)
  To: mptcp

This brings (hopefully) the final bits required to address the
data transfer stall reported by Geliang and Gang 

Patch 1 is a mostly cosmetic change over a previously accepted patch,
while patch 2 and 3 improves mptcp retranmission to make them reliable:
pruning can require some of them.

The main change over the previous iteration is in patch 3, addressing
sashiko feedback over the previous iteration (missing timer reschedule
in some corner cases).

Paolo Abeni (3):
  Squash-to: "mptcp: implemented OoO queue pruning"
  mptcp: move the retrans loop to a separate helper
  mptcp: let the retrans scheduler do its job.

 net/mptcp/protocol.c | 177 ++++++++++++++++++++++++++++++-------------
 1 file changed, 123 insertions(+), 54 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-05-30  8:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-29 10:44 [PATCH v10 mptcp-next 0/3] mptcp: address stall under memory pressure Paolo Abeni
2026-05-29 10:44 ` [PATCH v10 mptcp-next 1/3] Squash-to: "mptcp: implemented OoO queue pruning" Paolo Abeni
2026-05-30  8:52   ` Matthieu Baerts
2026-05-29 10:44 ` [PATCH v10 mptcp-next 2/3] mptcp: move the retrans loop to a separate helper Paolo Abeni
2026-05-29 10:44 ` [PATCH v10 mptcp-next 3/3] mptcp: let the retrans scheduler do its job Paolo Abeni
2026-05-29 13:27   ` Geliang Tang
2026-05-29 14:14     ` Paolo Abeni
2026-05-29 14:41       ` Paolo Abeni
2026-05-29 17:04       ` Paolo Abeni
2026-05-30  4:23         ` Geliang Tang
2026-05-29 12:00 ` [PATCH v10 mptcp-next 0/3] mptcp: address stall under memory pressure MPTCP CI

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.