From: Geliang Tang <geliang@kernel.org>
To: mptcp@lists.linux.dev
Cc: Geliang Tang <tanggeliang@kylinos.cn>
Subject: [RFC mptcp-next v3 0/7] NVME over MPTCP
Date: Mon, 9 Feb 2026 17:04:15 +0800 [thread overview]
Message-ID: <cover.1770627071.git.tanggeliang@kylinos.cn> (raw)
From: Geliang Tang <tanggeliang@kylinos.cn>
v3:
- update the implementation of sock_set_nodelay: originally it only set
the first subflow, but now it sets every subflow.
- use sk_is_msk helper in this set.
- update the selftest to perform testing under a multi-interface
environment.
v2:
- Patch 1 fixes the timeout issue reported in v1, thanks to Paolo and Gang
Yan for their help.
- Patch 5 implements an MPTCP-specific sock_set_syncnt helper.
This series (previously named "MPTCP support to 'NVME over TCP'") had three
RFC versions sent to Hannes in May, with subsequent revisions based on his
input. Following that, I initiated the process of upstreaming the dependent
"implement mptcp read_sock" series to the main MPTCP repository, which has
been merged into net-next recently.
Depends on: mptcp: fix stall because of data_ready
Without this fix, NVMe-over-MPTCP test will probabilistically fail.
Based-on: <20260209084717.506379-1-gang.yan@linux.dev>
Geliang Tang (7):
mptcp: add sk_is_msk helper
nvmet-tcp: add mptcp support
nvme-tcp: add mptcp support
mptcp: add sock_set_nodelay
mptcp: add sock_set_reuseaddr
mptcp: add sock_set_syncnt
selftests: mptcp: add NVMe-over-MPTCP test
drivers/nvme/host/tcp.c | 26 ++-
drivers/nvme/target/configfs.c | 1 +
drivers/nvme/target/tcp.c | 38 +++-
include/linux/nvme.h | 1 +
include/net/mptcp.h | 27 +++
net/mptcp/protocol.c | 51 +++++
tools/testing/selftests/net/mptcp/config | 7 +
.../testing/selftests/net/mptcp/mptcp_nvme.sh | 179 ++++++++++++++++++
8 files changed, 327 insertions(+), 3 deletions(-)
create mode 100755 tools/testing/selftests/net/mptcp/mptcp_nvme.sh
--
2.53.0
next reply other threads:[~2026-02-09 9:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-09 9:04 Geliang Tang [this message]
2026-02-09 9:04 ` [RFC mptcp-next v3 1/7] mptcp: add sk_is_msk helper Geliang Tang
2026-02-09 9:04 ` [RFC mptcp-next v3 2/7] nvmet-tcp: add mptcp support Geliang Tang
2026-02-09 9:04 ` [RFC mptcp-next v3 3/7] nvme-tcp: " Geliang Tang
2026-02-09 9:04 ` [RFC mptcp-next v3 4/7] mptcp: add sock_set_nodelay Geliang Tang
2026-02-09 9:04 ` [RFC mptcp-next v3 5/7] mptcp: add sock_set_reuseaddr Geliang Tang
2026-02-09 9:04 ` [RFC mptcp-next v3 6/7] mptcp: add sock_set_syncnt Geliang Tang
2026-02-09 9:04 ` [RFC mptcp-next v3 7/7] selftests: mptcp: add NVMe-over-MPTCP test Geliang Tang
2026-02-09 10:48 ` [RFC mptcp-next v3 0/7] NVME over MPTCP 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.1770627071.git.tanggeliang@kylinos.cn \
--to=geliang@kernel.org \
--cc=mptcp@lists.linux.dev \
--cc=tanggeliang@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox