From: Eric Dumazet <eric.duma...@gmail.com> Date: Thu, 02 Feb 2017 16:26:39 -0800
> 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 code, we also remove one lock > operation in fast path, and allow GRO to do its job. > > Signed-off-by: Eric Dumazet <eduma...@google.com> Applied.