net/virtio: keep device and frontend features separated
[dpdk.git] / drivers / net / virtio / virtio_user / vhost_kernel_tap.h
index 5c4447b..ed03fce 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