summaryrefslogtreecommitdiff
path: root/dissector.c
diff options
context:
space:
mode:
Diffstat (limited to 'dissector.c')
0 files changed, 0 insertions, 0 deletions
git.cgi/linux/net-next.git/tree/?h=nds-private-remove&id=ceef438d613f6d496ca84bad2ddf21786ee0e9f6'>66cab94bffeba2f6cc141d74c2c95c70bae5680f parentc45f8e109b6214a80c27d785c044178231ef4990 (diff)
virtio_net: remove custom busy_poll
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> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--drivers/net/virtio_net.c41
1 files changed, 0 insertions, 41 deletions
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c