summaryrefslogtreecommitdiff
path: root/trafgen
diff options
context:
space:
mode:
Diffstat (limited to 'trafgen')
0 files changed, 0 insertions, 0 deletions
'/cgit.cgi/linux/net-next.git/commit/include?h=nds-private-remove&id=79e7fff47b7bb4124ef970a13eac4fdeddd1fc25'>79e7fff47b7bb4124ef970a13eac4fdeddd1fc25 (patch) tree484a1b06f220a2e6566ddbaba553eaa831eca1ba /include parent7a655c6324a8968ea2f027bf3660c87c42ac3de4 (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 'include')
-rw-r--r--include/linux/netdev_features.h2
-rw-r--r--include/linux/netdevice.h3
2 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/netdev_features.h b/include/linux/netdev_features.h