All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v11 mptcp-next 0/2] mptcp: address stall under memory pressure
@ 2026-05-30 14:59 Paolo Abeni
  2026-05-30 14:59 ` [PATCH v11 mptcp-next 1/2] mptcp: move the retrans loop to a separate helper Paolo Abeni
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paolo Abeni @ 2026-05-30 14:59 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
Geliang and sashiko feedback over the previous iteration (bad WARN
condition).

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

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

-- 
2.54.0


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-30 14:59 [PATCH v11 mptcp-next 0/2] mptcp: address stall under memory pressure Paolo Abeni
2026-05-30 14:59 ` [PATCH v11 mptcp-next 1/2] mptcp: move the retrans loop to a separate helper Paolo Abeni
2026-05-30 14:59 ` [PATCH v11 mptcp-next 2/2] mptcp: let the retrans scheduler do its job Paolo Abeni
2026-05-30 16:28 ` [PATCH v11 mptcp-next 0/2] 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.