net/ice/base: add helper function to redirect flags
[dpdk.git] / drivers / net / vhost / rte_eth_vhost.c
index 281379d..a202931 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "rte_eth_vhost.h"
 
-RTE_LOG_REGISTER(vhost_logtype, pmd.net.vhost, NOTICE);
+RTE_LOG_REGISTER_DEFAULT(vhost_logtype, NOTICE);
 
 #define VHOST_LOG(level, ...) \
        rte_log(RTE_LOG_ ## level, vhost_logtype, __VA_ARGS__)
@@ -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;