]> 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)
commitaa32e812ea7629c6f954532f5dd3fb501295e6d2
tree3d1585289e30b95a45e13e08896bea508a4b5fb9
parenta115340318bc50da1b8f0cd3cfc9c0648e5aa651
parentf60a3737219aed6d6ccf457de26cb962e1764734
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>