summaryrefslogtreecommitdiff
path: root/include/kvm/iodev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kvm/iodev.h')
0 files changed, 0 insertions, 0 deletions
ea2f027bf3660c87c42ac3de4'>7a655c6324a8968ea2f027bf3660c87c42ac3de4 (diff)
net: remove support for per driver ndo_busy_poll()
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> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/ethtool.c')
-rw-r--r--net/core/ethtool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/ethtool.c b/net/core/ethtool.c