aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/virtio_net.c
diff options
context:
space:
mode:
authorJesper Dangaard Brouer <brouer@redhat.com>2018-04-17 16:45:47 +0200
committerDavid S. Miller <davem@davemloft.net>2018-04-17 10:50:28 -0400
commit1ffcbc8537d0bc32aaca7000cb9c904ec4b6300f (patch)
treef40c0917875b9f4276128e3382ffdfa9655a4fd4 /drivers/net/virtio_net.c
parentxdp: introduce a new xdp_frame type (diff)
downloadlinux-dev-1ffcbc8537d0bc32aaca7000cb9c904ec4b6300f.tar.xz
linux-dev-1ffcbc8537d0bc32aaca7000cb9c904ec4b6300f.zip
tun: convert to use generic xdp_frame and xdp_return_frame API
The tuntap driver invented it's own driver specific way of queuing XDP packets, by storing the xdp_buff information in the top of the XDP frame data. Convert it over to use the more generic xdp_frame structure. The main problem with the in-driver method is that the xdp_rxq_info pointer cannot be trused/used when dequeueing the frame. V3: Remove check based on feedback from Jason Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/virtio_net.c')
0 files changed, 0 insertions, 0 deletions