On Fri, 2017-02-03 at 09:14 +0000, Bert Kenward wrote: > On 03/02/17 01:13, Eric Dumazet wrote: > > From: Eric Dumazet <eduma...@google.com> > > > > In linux-4.5, busy polling was implemented in core > > NAPI stack, meaning that all custom implementation can > > be removed from drivers. > > > > Not only we remove lot's of tricky code, we also remove > > one lock operation in fast path. > > > > Signed-off-by: Eric Dumazet <eduma...@google.com> > > Cc: Edward Cree <ec...@solarflare.com> > > Cc: Bert Kenward <bkenw...@solarflare.com> > > We were talking about doing this just yesterday. > Thanks Eric. > > Acked-by: Bert Kenward <bkenw...@solarflare.com>
Excellent then, thanks !