public inbox for mptcp@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH mptcp-next v2 0/3] implement psock_update_sk_prot
@ 2026-01-04  5:29 Geliang Tang
  2026-01-04  5:29 ` [PATCH mptcp-next v2 1/3] mptcp: " Geliang Tang
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Geliang Tang @ 2026-01-04  5:29 UTC (permalink / raw)
  To: mptcp; +Cc: Geliang Tang

From: Geliang Tang <tanggeliang@kylinos.cn>

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 (3):
  mptcp: implement psock_update_sk_prot
  mptcp: allow overridden write_space to be invoked
  selftests/bpf: Update sockmap tests for MPTCP

 net/mptcp/protocol.c                          | 105 ++++++++++++++++++
 net/mptcp/protocol.h                          |   2 +-
 .../testing/selftests/bpf/prog_tests/mptcp.c  |   4 +-
 3 files changed, 108 insertions(+), 3 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2026-02-05  9:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-04  5:29 [PATCH mptcp-next v2 0/3] implement psock_update_sk_prot Geliang Tang
2026-01-04  5:29 ` [PATCH mptcp-next v2 1/3] mptcp: " Geliang Tang
2026-01-04  5:29 ` [PATCH mptcp-next v2 2/3] mptcp: allow overridden write_space to be invoked Geliang Tang
2026-02-03  6:54   ` Geliang Tang
2026-02-03  9:42     ` Matthieu Baerts
2026-02-03 10:31       ` Geliang Tang
2026-02-03 10:56         ` Matthieu Baerts
2026-02-03 11:13           ` Matthieu Baerts
2026-02-03 11:14             ` Matthieu Baerts
2026-02-04 11:56   ` Matthieu Baerts
2026-02-05  9:46     ` Geliang Tang
2026-01-04  5:29 ` [PATCH mptcp-next v2 3/3] selftests/bpf: Update sockmap tests for MPTCP Geliang Tang
2026-01-04  6:38 ` [PATCH mptcp-next v2 0/3] implement psock_update_sk_prot MPTCP CI

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox