]> git.baikalelectronics.ru Git - kernel.git/commit
net: remove support for per driver ndo_busy_poll()
authorEric Dumazet <edumazet@google.com>
Fri, 3 Feb 2017 02:43:28 +0000 (18:43 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Feb 2017 22:28:29 +0000 (17:28 -0500)
commit18ea9d206ab3476bd268db708ae06a85d2b3fd35
tree484a1b06f220a2e6566ddbaba553eaa831eca1ba
parentbe3c1d1c828e8d05eb9382fd2d612bbb799050db
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>
include/linux/netdev_features.h
include/linux/netdevice.h
net/core/dev.c
net/core/ethtool.c