]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/vhost/rte_eth_vhost.c
net/sfc: check ID overflow in action port ID
[dpdk.git] / drivers / net / vhost / rte_eth_vhost.c
index 85248986616b44ed04cc17c75ff42a05bec61862..a202931e9aed2010a6ad4265b3214fa8a0b36d2e 100644 (file)
@@ -1505,7 +1505,7 @@ rte_pmd_vhost_probe(struct rte_vdev_device *dev)
        int ret = 0;
        char *iface_name;
        uint16_t queues;
-       uint64_t flags = RTE_VHOST_USER_NET_COMPLIANT_OL_FLAGS;
+       uint64_t flags = 0;
        uint64_t disable_flags = 0;
        int client_mode = 0;
        int iommu_support = 0;