Re: [RFC PATCH v3 00/12] Generic zcopy_* functions

2021-01-04 Thread Jonathan Lemon
On Mon, Jan 04, 2021 at 11:22:35PM -0500, Willem de Bruijn wrote: > On Mon, Jan 4, 2021 at 11:17 PM Jonathan Lemon > wrote: > > > > On Mon, Jan 04, 2021 at 12:39:35PM -0500, Willem de Bruijn wrote: > > > On Wed, Dec 30, 2020 at 2:12 PM Jonathan Lemon > > > wrote: > > > > > > > > From: Jonathan

Re: [RFC PATCH v3 00/12] Generic zcopy_* functions

2021-01-04 Thread Jonathan Lemon
On Mon, Jan 04, 2021 at 12:39:35PM -0500, Willem de Bruijn wrote: > On Wed, Dec 30, 2020 at 2:12 PM Jonathan Lemon > wrote: > > > > From: Jonathan Lemon > > > > This is set of cleanup patches for zerocopy which are intended > > to allow a introduction of a different zerocopy implementation. > >

Re: [RFC PATCH v3 00/12] Generic zcopy_* functions

2021-01-04 Thread Willem de Bruijn
On Mon, Jan 4, 2021 at 11:17 PM Jonathan Lemon wrote: > > On Mon, Jan 04, 2021 at 12:39:35PM -0500, Willem de Bruijn wrote: > > On Wed, Dec 30, 2020 at 2:12 PM Jonathan Lemon > > wrote: > > > > > > From: Jonathan Lemon > > > > > > This is set of cleanup patches for zerocopy which are intended >

Re: [RFC PATCH v3 00/12] Generic zcopy_* functions

2021-01-04 Thread Willem de Bruijn
On Wed, Dec 30, 2020 at 2:12 PM Jonathan Lemon wrote: > > From: Jonathan Lemon > > 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 s

[RFC PATCH v3 00/12] Generic zcopy_* functions

2020-12-30 Thread Jonathan Lemon
From: Jonathan Lemon 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