]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/virtio/virtio_user_ethdev.c
net/virtio: cleanup conditional compilation
[dpdk.git] / drivers / net / virtio / virtio_user_ethdev.c
index 43268249af147a9b055a4ac8224c273bb9288d56..a52a1404324d85532e99e5eb48fad657ff300e0c 100644 (file)
@@ -304,6 +304,7 @@ virtio_user_eth_dev_alloc(const char *name)
        hw->vtpci_ops = &virtio_user_ops;
        hw->use_msix = 0;
        hw->modern   = 0;
+       hw->use_simple_rxtx = 0;
        hw->virtio_user_dev = dev;
        data->dev_private = hw;
        data->numa_node = SOCKET_ID_ANY;