diff options
author | Jesper Dangaard Brouer <brouer@redhat.com> | 2018-04-17 17:45:47 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-17 17:50:28 +0300 |
commit | 1ffcbc8537d0bc32aaca7000cb9c904ec4b6300f (patch) | |
tree | f40c0917875b9f4276128e3382ffdfa9655a4fd4 /drivers/vhost/Kconfig | |
parent | c0048cff8abb69c956ce1277d17a3f7a14e41522 (diff) | |
download | linux-1ffcbc8537d0bc32aaca7000cb9c904ec4b6300f.tar.xz |
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/vhost/Kconfig')
0 files changed, 0 insertions, 0 deletions