]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mptcp: factor out a basic skb coalesce helper
authorPaolo Abeni <pabeni@redhat.com>
Sat, 27 Sep 2025 09:40:42 +0000 (11:40 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 30 Sep 2025 01:23:35 +0000 (18:23 -0700)
commit68c7af988bd137479101e2b40ab5fdd0e0365364
treeceefb401f82a988c15c030b6f8a069cd56c15c8f
parentc4ebc4ee4e751c6430604c52344d932bf1fde379
mptcp: factor out a basic skb coalesce helper

The upcoming patch will introduced backlog processing for MPTCP
socket, and we want to leverage coalescing in such data path.

Factor out the relevant bits not touching memory accounting to
deal with such use-case.

Co-developed-by: Geliang Tang <geliang@kernel.org>
Signed-off-by: Geliang Tang <geliang@kernel.org>
Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://patch.msgid.link/20250927-net-next-mptcp-rcv-path-imp-v1-6-5da266aa9c1a@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/protocol.c