Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] mptcp: out-of-order queue pruning
@ 2026-07-24 14:02 Matthieu Baerts (NGI0)
  2026-07-24 14:02 ` [PATCH net-next 1/5] mptcp: move the retrans loop to a separate helper Matthieu Baerts (NGI0)
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Matthieu Baerts (NGI0) @ 2026-07-24 14:02 UTC (permalink / raw)
  To: Mat Martineau, Geliang Tang, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman
  Cc: netdev, mptcp, linux-kernel, Matthieu Baerts (NGI0), Gang Yan

Under memory pressure, a pruning of the MPTCP-level OoO queue might be
required as last resort, to avoid too long recoveries, or even stalls.
Geliang and Gang managed to reproduce this behaviour, and Paolo
improved the situation thanks to the following patches:

- Patches 1-2: improve the MPTCP-level retransmission schema to make
  recoveries from memory pressure/after MPTCP-level drop significantly
  faster.

- Patches 2-3: make the admission check way stricter for incoming
  packets exceeding the memory limits, with some exceptions for fallback
  sockets.

- Patch 5: implement OoO queue pruning for MPTCP.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
---
Paolo Abeni (5):
      mptcp: move the retrans loop to a separate helper
      mptcp: let the retrans scheduler do its job
      mptcp: explicitly drop over memory limits
      mptcp: enforce hard limit on backlog flushing
      mptcp: implemented OoO queue pruning

 net/mptcp/mib.c      |   3 +
 net/mptcp/mib.h      |   3 +
 net/mptcp/options.c  |  28 +++++-
 net/mptcp/protocol.c | 251 +++++++++++++++++++++++++++++++++++++--------------
 4 files changed, 215 insertions(+), 70 deletions(-)
---
base-commit: 89d8006259b81dd25c962f6cc8d7ab268d6ea426
change-id: 20260724-net-next-mptcp-oooq-pruning-48566d10dbd0

Best regards,
--  
Matthieu Baerts (NGI0) <matttbe@kernel.org>


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

end of thread, other threads:[~2026-07-27  9:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-24 14:02 [PATCH net-next 0/5] mptcp: out-of-order queue pruning Matthieu Baerts (NGI0)
2026-07-24 14:02 ` [PATCH net-next 1/5] mptcp: move the retrans loop to a separate helper Matthieu Baerts (NGI0)
2026-07-24 14:02 ` [PATCH net-next 2/5] mptcp: let the retrans scheduler do its job Matthieu Baerts (NGI0)
2026-07-24 14:02 ` [PATCH net-next 3/5] mptcp: explicitly drop over memory limits Matthieu Baerts (NGI0)
2026-07-27  9:07   ` Paolo Abeni
2026-07-24 14:02 ` [PATCH net-next 4/5] mptcp: enforce hard limit on backlog flushing Matthieu Baerts (NGI0)
2026-07-24 14:02 ` [PATCH net-next 5/5] mptcp: implemented OoO queue pruning Matthieu Baerts (NGI0)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox