On Thu, Feb 2, 2017 at 4:26 PM, Eric Dumazet <[email protected]> wrote: > From: Eric Dumazet <[email protected]> > > 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 code, we also remove one lock > operation in fast path, and allow GRO to do its job. > > Signed-off-by: Eric Dumazet <[email protected]> > Cc: Jeff Kirsher <[email protected]>
Looks good to me Acked-by: Alexander Duyck <[email protected]>
