All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/6] mptcp: address stall under memory pressure
@ 2026-04-20 10:29 Paolo Abeni
  2026-04-20 10:29 ` [RFC PATCH 1/6] mptcp: move checks vs rcvbuf size earlier in the RX path Paolo Abeni
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Paolo Abeni @ 2026-04-20 10:29 UTC (permalink / raw)
  To: mptcp; +Cc: yangang, geliang, matttbe

This is a very early RFC to discuss a different approch to solve the
data transfer stall reported by Geliang and Gang.

There are a few open points documented into the individual patches, the
goal here is describe with some detail the intended architecture.

Note that the diffstat is biases by the quite large patch 2/6, which
contains mechanical transformation of existing code; "real" changes are
noticiable smaller.

Paolo Abeni (6):
  mptcp: move checks vs rcvbuf size earlier in the RX path
  mptcp: sync mptcp skb cb layout with tcp one
  tcp: expose the tcp_collapse_ofo_queue() helper to mptcp usage, too
  mptcp: implemented OoO queue pruning
  mptcp: refine coalescing conditions
  mptcp: unclone skbs before coalescing them, when needed

 include/net/tcp.h    |   4 ++
 net/ipv4/tcp_input.c |  55 ++++++++++------
 net/mptcp/mib.c      |   3 +
 net/mptcp/mib.h      |   3 +
 net/mptcp/options.c  |  35 +++++++++-
 net/mptcp/protocol.c | 154 +++++++++++++++++++++++++++++++------------
 net/mptcp/protocol.h |   7 +-
 7 files changed, 195 insertions(+), 66 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-04-20 11:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-20 10:29 [RFC PATCH 0/6] mptcp: address stall under memory pressure Paolo Abeni
2026-04-20 10:29 ` [RFC PATCH 1/6] mptcp: move checks vs rcvbuf size earlier in the RX path Paolo Abeni
2026-04-20 10:29 ` [RFC PATCH 2/6] mptcp: sync mptcp skb cb layout with tcp one Paolo Abeni
2026-04-20 10:29 ` [RFC PATCH 3/6] tcp: expose the tcp_collapse_ofo_queue() helper to mptcp usage, too Paolo Abeni
2026-04-20 10:29 ` [RFC PATCH 4/6] mptcp: implemented OoO queue pruning Paolo Abeni
2026-04-20 10:29 ` [RFC PATCH 5/6] mptcp: refine coalescing conditions Paolo Abeni
2026-04-20 10:29 ` [RFC PATCH 6/6] mptcp: unclone skbs before coalescing them, when needed Paolo Abeni
2026-04-20 11:39 ` [RFC PATCH 0/6] 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.