]> Gentwo Git Trees - linux/.git/commit
mptcp: leverage skb deferral free
authorPaolo Abeni <pabeni@redhat.com>
Sat, 27 Sep 2025 09:40:37 +0000 (11:40 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 30 Sep 2025 01:23:34 +0000 (18:23 -0700)
commit9aa59323f2709370cb4f01acbba599a9167f317b
tree6b7a947514d447a3a59ec30c1f1c88949cfb00a6
parentf017c1f768b670bced4464476655b27dfb937e67
mptcp: leverage skb deferral free

Usage of the skb deferral API is straight-forward; with multiple
subflows actives this allow moving part of the received application
load into multiple CPUs.

Also fix a typo in the related comment.

Reviewed-by: Geliang Tang <geliang@kernel.org>
Tested-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-1-5da266aa9c1a@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/protocol.c