All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Abeni <pabeni@redhat.com>
To: mptcp@lists.linux.dev
Cc: yangang@kylinos.cn, geliang@kernel.org, matttbe@kernel.org
Subject: [RFC PATCH 0/6] mptcp: address stall under memory pressure
Date: Mon, 20 Apr 2026 12:29:24 +0200	[thread overview]
Message-ID: <cover.1776680489.git.pabeni@redhat.com> (raw)

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


             reply	other threads:[~2026-04-20 10:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-20 10:29 Paolo Abeni [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1776680489.git.pabeni@redhat.com \
    --to=pabeni@redhat.com \
    --cc=geliang@kernel.org \
    --cc=matttbe@kernel.org \
    --cc=mptcp@lists.linux.dev \
    --cc=yangang@kylinos.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.