]> git.baikalelectronics.ru Git - kernel.git/commit
virtio_net: factor out xdp handler for readability
authorJohn Fastabend <john.fastabend@gmail.com>
Fri, 3 Feb 2017 03:15:01 +0000 (19:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Feb 2017 15:05:11 +0000 (10:05 -0500)
commit2a3b3737305ad3379e47d903ed4ecd1bc33da100
tree24dd608b4581c431e471a5365c49c831cbefd16d
parentc7a5b63973511ba7c3ec087bdf1a8373d608f9f8
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>
drivers/net/virtio_net.c