X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fvhost%2Frte_eth_vhost.c;h=a202931e9aed2010a6ad4265b3214fa8a0b36d2e;hb=fb3c4efb65be520082a34c0afb85d492ff093c82;hp=85248986616b44ed04cc17c75ff42a05bec61862;hpb=eeded2044af5bbe88220120b14933536cbb3edb6;p=dpdk.git diff --git a/drivers/net/vhost/rte_eth_vhost.c b/drivers/net/vhost/rte_eth_vhost.c index 8524898661..a202931e9a 100644 --- a/drivers/net/vhost/rte_eth_vhost.c +++ b/drivers/net/vhost/rte_eth_vhost.c @@ -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;