All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH mptcp-next v2 0/3] implement .splice_eof
@ 2026-03-17  9:41 Geliang Tang
  2026-03-17  9:41 ` [RESEND PATCH mptcp-next v2 1/3] tcp: export do_tcp_splice_eof Geliang Tang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Geliang Tang @ 2026-03-17  9:41 UTC (permalink / raw)
  To: mptcp; +Cc: Geliang Tang

From: Geliang Tang <tanggeliang@kylinos.cn>

RESEND:
 - to trigger ai review.

v2:
 - add sk_state check in mptcp_splice_eof. (Matt)
 - call mptcp_rps_record_subflows in mptcp_splice_eof. (Matt)
 - update commit logs.

This set implements .splice_eof for MPTCP and tests it.

v1:
 - Link: https://patchwork.kernel.org/project/mptcp/cover/cover.1770023932.git.tanggeliang@kylinos.cn/

Geliang Tang (3):
  tcp: export do_tcp_splice_eof
  mptcp: implement .splice_eof
  selftests: mptcp: connect: trigger splice_eof

 include/net/tcp.h                             |  1 +
 net/ipv4/tcp.c                                |  8 +++++--
 net/mptcp/protocol.c                          | 23 +++++++++++++++++++
 .../selftests/net/mptcp/mptcp_connect.c       |  2 +-
 4 files changed, 31 insertions(+), 3 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-03-26 18:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17  9:41 [RESEND PATCH mptcp-next v2 0/3] implement .splice_eof Geliang Tang
2026-03-17  9:41 ` [RESEND PATCH mptcp-next v2 1/3] tcp: export do_tcp_splice_eof Geliang Tang
2026-03-17  9:41 ` [RESEND PATCH mptcp-next v2 2/3] mptcp: implement .splice_eof Geliang Tang
2026-03-26 18:59   ` Matthieu Baerts
2026-03-17  9:41 ` [RESEND PATCH mptcp-next v2 3/3] selftests: mptcp: connect: trigger splice_eof Geliang Tang
2026-03-17 11:17 ` [RESEND PATCH mptcp-next v2 0/3] implement .splice_eof MPTCP CI

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.