Re: [PATCH net-next v2 0/5] net: use ICW for sk_proto->{send,recv}msg

2019-07-03 Thread David Miller
From: Willem de Bruijn Date: Wed, 3 Jul 2019 10:45:13 -0400 > On Wed, Jul 3, 2019 at 10:07 AM Paolo Abeni wrote: >> >> This series extends ICW usage to one of the few remaining spots in fast-path >> still hitting per packet retpoline overhead, namely the >> sk_proto->{send,recv}msg >> calls. >>

Re: [PATCH net-next v2 0/5] net: use ICW for sk_proto->{send,recv}msg

2019-07-03 Thread Willem de Bruijn
On Wed, Jul 3, 2019 at 10:07 AM Paolo Abeni wrote: > > This series extends ICW usage to one of the few remaining spots in fast-path > still hitting per packet retpoline overhead, namely the > sk_proto->{send,recv}msg > calls. > > The first 3 patches in this series refactor the existing code so th

[PATCH net-next v2 0/5] net: use ICW for sk_proto->{send,recv}msg

2019-07-03 Thread Paolo Abeni
This series extends ICW usage to one of the few remaining spots in fast-path still hitting per packet retpoline overhead, namely the sk_proto->{send,recv}msg calls. The first 3 patches in this series refactor the existing code so that applying the ICW macros is straight-forward: we demux inet_{rec