Re: [PATCH 12/12 v2 RFC] skbuff: rename sock_zerocopy_* to msg_zerocopy_*

2020-12-22 Thread Willem de Bruijn
On Mon, Dec 21, 2020 at 7:09 PM Jonathan Lemon wrote: > > From: Jonathan Lemon > > At Willem's suggestion, rename the sock_zerocopy_* functions > so that they match the MSG_ZEROCOPY flag, which makes it clear > they are specific to this zerocopy implementation. > > Signed-off-by: Jonathan Lemon

[PATCH 12/12 v2 RFC] skbuff: rename sock_zerocopy_* to msg_zerocopy_*

2020-12-21 Thread Jonathan Lemon
From: Jonathan Lemon At Willem's suggestion, rename the sock_zerocopy_* functions so that they match the MSG_ZEROCOPY flag, which makes it clear they are specific to this zerocopy implementation. Signed-off-by: Jonathan Lemon --- include/linux/skbuff.h | 16 net/core/skbuff.c