]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/virtio/virtio_user/vhost_kernel_tap.h
net/virtio: keep device and frontend features separated
[dpdk.git] / drivers / net / virtio / virtio_user / vhost_kernel_tap.h
index 5c4447b296d243bac5aeed1cabf5015c212e4993..ed03fce21e3d2a1b5258a8daec1d3acee6cb4c6e 100644 (file)
@@ -43,5 +43,6 @@ int vhost_kernel_open_tap(char **p_ifname, int hdr_size, int req_mq,
                         const char *mac, uint64_t features);
 int vhost_kernel_tap_set_offload(int fd, uint64_t features);
 int vhost_kernel_tap_set_queue(int fd, bool attach);
+int tap_support_features(unsigned int *tap_features);
 
 #endif