]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/thunderx/nicvf_ethdev.c
net/thunderx: align dynamic log names with standard
[dpdk.git] / drivers / net / thunderx / nicvf_ethdev.c
index d34938c64b1da47fafc34f34556929906ba6f844..a65361fb4cbaffd5acd29db887e1851879301660 100644 (file)
@@ -56,15 +56,15 @@ RTE_INIT(nicvf_init_log);
 static void
 nicvf_init_log(void)
 {
-       nicvf_logtype_mbox = rte_log_register("pmd.nicvf.mbox");
+       nicvf_logtype_mbox = rte_log_register("pmd.net.thunderx.mbox");
        if (nicvf_logtype_mbox >= 0)
                rte_log_set_level(nicvf_logtype_mbox, RTE_LOG_NOTICE);
 
-       nicvf_logtype_init = rte_log_register("pmd.nicvf.init");
+       nicvf_logtype_init = rte_log_register("pmd.net.thunderx.init");
        if (nicvf_logtype_init >= 0)
                rte_log_set_level(nicvf_logtype_init, RTE_LOG_NOTICE);
 
-       nicvf_logtype_driver = rte_log_register("pmd.nicvf.driver");
+       nicvf_logtype_driver = rte_log_register("pmd.net.thunderx.driver");
        if (nicvf_logtype_driver >= 0)
                rte_log_set_level(nicvf_logtype_driver, RTE_LOG_NOTICE);
 }