From: Geliang Tang <geliang@kernel.org>
To: mptcp@lists.linux.dev
Cc: Geliang Tang <tanggeliang@kylinos.cn>
Subject: [PATCH mptcp-next v4 0/5] implement psock_update_sk_prot
Date: Mon, 24 Aug 2026 15:09:34 +0800 [thread overview]
Message-ID: <cover.1787554581.git.tanggeliang@kylinos.cn> (raw)
From: Geliang Tang <tanggeliang@kylinos.cn>
v4:
- Address Mat's comments: implement .read_skb to make the selftests run.
- Move mptcp_bpf_update_proto() from protocol.c to bpf.c.
- Include the "implement .splice_eof" patches in this series, as they
both modify mptcp_prot, mptcp_stream_ops and mptcp_v6_stream_ops.
v3:
- Address the comments by ai review.
- use WRITE_ONCE to set sk->sk_write_space.
- update the selftest, set a new key for client socket.
- Fix line length warnings.
- https://patchwork.kernel.org/project/mptcp/cover/cover.1773826662.git.tanggeliang@kylinos.cn/
RESEND:
- rebased.
- to trigger ai review.
v2:
- Include mptcp_bpf_update_proto within CONFIG_BPF_SYSCALL to fix the
compilation errors reported by the kernel test robot.
- Add checks for IS_ENABLED(CONFIG_MPTCP_IPV6).
Implement psock_update_sk_prot, for basic MPTCP BPF SOCKMAP support.
Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/521
Geliang Tang (5):
mptcp: implement .splice_eof
selftests: mptcp: connect: trigger splice_eof
mptcp: implement read_skb for sockmap stream verdict
mptcp: implement psock_update_sk_prot
selftests/bpf: Update sockmap tests for MPTCP
net/mptcp/bpf.c | 106 ++++++++++++++++++
net/mptcp/protocol.c | 73 +++++++++++-
net/mptcp/protocol.h | 9 ++
.../testing/selftests/bpf/prog_tests/mptcp.c | 42 ++++---
.../selftests/net/mptcp/mptcp_connect.c | 5 +-
5 files changed, 212 insertions(+), 23 deletions(-)
--
2.53.0
next reply other threads:[~2026-08-24 7:09 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-24 7:09 Geliang Tang [this message]
2026-08-24 7:09 ` [PATCH mptcp-next v4 1/5] mptcp: implement .splice_eof Geliang Tang
2026-08-24 7:09 ` [PATCH mptcp-next v4 2/5] selftests: mptcp: connect: trigger splice_eof Geliang Tang
2026-08-24 7:09 ` [PATCH mptcp-next v4 3/5] mptcp: implement read_skb for sockmap stream verdict Geliang Tang
2026-08-24 7:31 ` sashiko-bot
2026-08-24 7:09 ` [PATCH mptcp-next v4 4/5] mptcp: implement psock_update_sk_prot Geliang Tang
2026-08-24 7:32 ` sashiko-bot
2026-08-24 7:09 ` [PATCH mptcp-next v4 5/5] selftests/bpf: Update sockmap tests for MPTCP Geliang Tang
2026-08-24 7:21 ` sashiko-bot
2026-08-24 8:40 ` [PATCH mptcp-next v4 0/5] implement psock_update_sk_prot 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.1787554581.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