From: David Miller <davem@davemloft.net> Date: 2017-02-03 16:14:07
From: Eric Dumazet <redacted>
Date: Thu, 02 Feb 2017 06:35:36 -0800
From: Eric Dumazet <edumazet@google.com>
Generic NAPI busy polling allows us to remove custom implementations
found in drivers.
It is possible further optimization could be done by testing
napi_complete_done() return value.
Signed-off-by: Eric Dumazet <edumazet@google.com>