All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v12 mptcp-next 0/2] mptcp: address stall under memory pressure
@ 2026-06-03  9:47 Paolo Abeni
  2026-06-03  9:47 ` [PATCH v12 mptcp-next 1/2] mptcp: move the retrans loop to a separate helper Paolo Abeni
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paolo Abeni @ 2026-06-03  9:47 UTC (permalink / raw)
  To: mptcp

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

This series improves mptcp retranmission to make them reliable:
pruning can require some of them.

The only change over the previous iteration is in patch 2, addressing
 sashiko feedback over the previous iteration (possible infinite rtx
loop).

Paolo Abeni (2):
  mptcp: move the retrans loop to a separate helper
  mptcp: let the retrans scheduler do its job.

 net/mptcp/protocol.c | 155 +++++++++++++++++++++++++++++++------------
 1 file changed, 111 insertions(+), 44 deletions(-)

-- 
2.54.0


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

end of thread, other threads:[~2026-06-03 11:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-03  9:47 [PATCH v12 mptcp-next 0/2] mptcp: address stall under memory pressure Paolo Abeni
2026-06-03  9:47 ` [PATCH v12 mptcp-next 1/2] mptcp: move the retrans loop to a separate helper Paolo Abeni
2026-06-03  9:47 ` [PATCH v12 mptcp-next 2/2] mptcp: let the retrans scheduler do its job Paolo Abeni
2026-06-03 10:27 ` [PATCH v12 mptcp-next 0/2] mptcp: address stall under memory pressure Matthieu Baerts
2026-06-03 11:44 ` 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.