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

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

2021-01-05 Thread Jonathan Lemon
On Tue, Jan 05, 2021 at 03:45:55PM -0800, Florian Fainelli wrote: > On 1/5/21 3:40 PM, Jonathan Lemon wrote: > > On Tue, Jan 05, 2021 at 03:11:03PM -0800, Florian Fainelli wrote: > >> On 1/5/21 2:06 PM, Jonathan Lemon wrote: > >>> From: Jonathan Lemon > >>> > >>> This is set of cleanup patches for

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

2021-01-05 Thread Florian Fainelli
On 1/5/21 3:40 PM, Jonathan Lemon wrote: > On Tue, Jan 05, 2021 at 03:11:03PM -0800, Florian Fainelli wrote: >> On 1/5/21 2:06 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 zeroco

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

2021-01-05 Thread Jonathan Lemon
On Tue, Jan 05, 2021 at 03:11:03PM -0800, Florian Fainelli wrote: > On 1/5/21 2:06 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 A

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

2021-01-05 Thread Florian Fainelli
On 1/5/21 2:06 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 specific zeroco

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

2021-01-05 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