X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fvhost%2Frte_eth_vhost.c;h=a202931e9aed2010a6ad4265b3214fa8a0b36d2e;hb=fb3c4efb65be520082a34c0afb85d492ff093c82;hp=5845bb15f3c46c612a4fc58765081a5a8aca6873;hpb=d4fbb27459954bdbb9240d16b47bdfccf47c6e34;p=dpdk.git diff --git a/drivers/net/vhost/rte_eth_vhost.c b/drivers/net/vhost/rte_eth_vhost.c index 5845bb15f3..a202931e9a 100644 --- a/drivers/net/vhost/rte_eth_vhost.c +++ b/drivers/net/vhost/rte_eth_vhost.c @@ -8,8 +8,8 @@ #include #include -#include -#include +#include +#include #include #include #include @@ -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__)