Re: [PATCH net-next] net: remove support for per driver ndo_busy_poll()
From: David Miller <davem@davemloft.net> Date: 2017-02-03 22:18:22
From: Eric Dumazet <redacted>
Date: Thu, 02 Feb 2017 18:43:28 -0800
From: Eric Dumazet <edumazet@google.com>
We added generic support for busy polling in NAPI layer in linux-4.5
No network driver uses ndo_busy_poll() anymore, we can get rid
of the pointer in struct net_device_ops, and its use in sk_busy_loop()
Saves NETIF_F_BUSY_POLL features bit.
Signed-off-by: Eric Dumazet <edumazet@google.com>