On Tue, Dec 22, 2020 at 12:19 PM Jonathan Lemon
wrote:
>
> On Tue, Dec 22, 2020 at 09:42:40AM -0500, Willem de Bruijn wrote:
> > On Mon, Dec 21, 2020 at 7:09 PM Jonathan Lemon
> > wrote:
> > >
> > > From: Jonathan Lemon
> > >
> > > Replace sock_zerocopy_put with the generic skb_zcopy_put()
> >
On Tue, Dec 22, 2020 at 09:42:40AM -0500, Willem de Bruijn wrote:
> On Mon, Dec 21, 2020 at 7:09 PM Jonathan Lemon
> wrote:
> >
> > From: Jonathan Lemon
> >
> > Replace sock_zerocopy_put with the generic skb_zcopy_put()
> > function. Pass 'true' as the success argument, as this
> > is identical
On Mon, Dec 21, 2020 at 7:09 PM Jonathan Lemon wrote:
>
> From: Jonathan Lemon
>
> Replace sock_zerocopy_put with the generic skb_zcopy_put()
> function. Pass 'true' as the success argument, as this
> is identical to no change.
>
> Signed-off-by: Jonathan Lemon
uarg->zerocopy may be false if s
From: Jonathan Lemon
Replace sock_zerocopy_put with the generic skb_zcopy_put()
function. Pass 'true' as the success argument, as this
is identical to no change.
Signed-off-by: Jonathan Lemon
---
include/linux/skbuff.h | 7 ++-
net/core/skbuff.c | 9 +
net/ipv4/tcp.c