summaryrefslogtreecommitdiff
path: root/cpusched.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpusched.h')
0 files changed, 0 insertions, 0 deletions
span='2' class='oid'>24dd608b4581c431e471a5365c49c831cbefd16d parent473153291b8a131c86787fd9b076a529573e2c19 (diff)
virtio_net: factor out xdp handler for readability
At this point the do_xdp_prog is mostly if/else branches handling the different modes of virtio_net. So remove it and handle running the program in the per mode handlers. Signed-off-by: John Fastabend <john.r.fastabend@intel.com> Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--drivers/net/virtio_net.c86
1 files changed, 35 insertions, 51 deletions
diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c