]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'generic-zcopy_-functions'
authorJakub Kicinski <kuba@kernel.org>
Fri, 8 Jan 2021 00:08:38 +0000 (16:08 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 8 Jan 2021 00:08:38 +0000 (16:08 -0800)
commit157eb4e88fcb9176e20bf17544f4c68001105f57
tree3d1585289e30b95a45e13e08896bea508a4b5fb9
parentd42952d12baca41eefd16ce933fc5882e35ce824
parent9be782102e63b848acb5c9d387349167b3974ba2
Merge branch 'generic-zcopy_-functions'

Jonathan Lemon says:

====================
Generic zcopy_* functions

This is set of cleanup patches for zerocopy which are intended
to allow a introduction of a different zerocopy implementation.

The top level API will use the skb_zcopy_*() functions, while
the current TCP specific zerocopy ends up using msg_zerocopy_*()
calls.

There should be no functional changes from these patches.
====================

Link: https://lore.kernel.org/r/20210106221841.1880536-1-jonathan.lemon@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>