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)
commit58334e7537278793c86baa88b70c48b0d50b00ae
tree3d1585289e30b95a45e13e08896bea508a4b5fb9
parent7cd1de76c95f1c36cf761fd53dec35b13c1e8f70
parent8e0449172497a915e79da66b222255dc9b4a5f31
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>