Re: [RESEND PATCH net-next v1 00/13] Generic zcopy_* functions

2021-01-07 Thread Jakub Kicinski
On Wed, 6 Jan 2021 14:18:28 -0800 Jonathan Lemon wrote: > 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 u

[RESEND PATCH net-next v1 00/13] Generic zcopy_* functions

2021-01-06 Thread Jonathan Lemon
[resending to fix From: lines] 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. Ther