]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'preserve-msg_zerocopy-with-forwarding'
authorJakub Kicinski <kuba@kernel.org>
Wed, 2 Jul 2025 22:07:18 +0000 (15:07 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 2 Jul 2025 22:07:18 +0000 (15:07 -0700)
commit285c895fba9e42dfdc9eea1c3001585d9ee58233
tree5170087b9fb795ee9716a70f5f93543f03ad7894
parent04b1d18c5bae0e3c40207953658b1f62182d4829
parent81d572a551f43c01380e4aa39a6b9f331c931fbc
Merge branch 'preserve-msg_zerocopy-with-forwarding'

Willem de Bruijn says:

====================
preserve MSG_ZEROCOPY with forwarding

Avoid false positive copying of zerocopy skb frags when entering the
ingress path if the skb is not queued locally but forwarded.

Patch 1 for more details and feature.

Patch 2 converts the existing selftest to a pass/fail test and adds
        coverage for this new feature.
====================

Link: https://patch.msgid.link/20250630194312.1571410-1-willemdebruijn.kernel@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>