From: Chenguang Zhao <chenguang.zhao@linux.dev>
To: mptcp@lists.linux.dev
Cc: chenguang.zhao@linux.dev, Chenguang Zhao <zhaochenguang@kylinos.cn>
Subject: [PATCH mptcp-next RFC v4 0/2] mptcp: fallback to TCP on MP_FAIL with a single subflow
Date: Tue, 18 Aug 2026 17:14:15 +0800 [thread overview]
Message-ID: <20260818091417.2200986-1-chenguang.zhao@linux.dev> (raw)
From: Chenguang Zhao <zhaochenguang@kylinos.cn>
As suggested by Paolo, on MP_FAIL reception bound the MP_FAIL
reply and the infinite mapping in the same ACK.
Patch1:
Add MPFailFallback MIB.
Patch2:
Makes a pure ACK able to carry an infinite mapping: when
send_infinite_map is set, mptcp_established_options_dss() fills
a DSS map with data_len=0 even without a data skb. After the ACK
that carries both the MP_FAIL reply and that mapping is sent,
mptcp_try_fallback() is called immediately so the connection leaves
MPTCP mode without waiting for a later data transmit.
Chenguang Zhao (2):
mptcp: add MPFailFallback MIB
mptcp: send MP_FAIL and infinite mapping on the same ACK
net/mptcp/mib.c | 1 +
net/mptcp/mib.h | 1 +
net/mptcp/options.c | 33 ++++++++++++++++++++++++++++++++-
net/mptcp/pm.c | 5 +++++
net/mptcp/protocol.c | 8 +-------
5 files changed, 40 insertions(+), 8 deletions(-)
--
v3:
https://lore.kernel.org/all/20260812054653.43799-1-chenguang.zhao@linux.dev/
v2:
https://lore.kernel.org/all/20260715061830.1057851-1-chenguang.zhao@linux.dev/
v1:
https://lore.kernel.org/all/20260713064134.914507-1-chenguang.zhao@linux.dev/
--
2.25.1
next reply other threads:[~2026-08-18 9:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-18 9:14 Chenguang Zhao [this message]
2026-08-18 9:14 ` [PATCH mptcp-next RFC v4 1/2] mptcp: add MPFailFallback MIB Chenguang Zhao
2026-08-18 9:24 ` sashiko-bot
2026-08-18 9:14 ` [PATCH mptcp-next RFC v4 2/2] mptcp: send MP_FAIL and infinite mapping on the same ACK Chenguang Zhao
2026-08-18 9:30 ` sashiko-bot
2026-08-18 16:19 ` Matthieu Baerts
2026-08-18 10:21 ` [PATCH mptcp-next RFC v4 0/2] mptcp: fallback to TCP on MP_FAIL with a single subflow 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=20260818091417.2200986-1-chenguang.zhao@linux.dev \
--to=chenguang.zhao@linux.dev \
--cc=mptcp@lists.linux.dev \
--cc=zhaochenguang@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.