]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_bus.h
eal: initialize logging before bus
[dpdk.git] / lib / librte_eal / common / include / rte_bus.h
index c79368d3c88225d8952be4434cce05d55fedd2a9..8f8b09954abc4145b7384311bff967ef4bfa3b2c 100644 (file)
@@ -285,7 +285,7 @@ struct rte_bus *rte_bus_find_by_name(const char *busname);
  * The constructor has higher priority than PMD constructors.
  */
 #define RTE_REGISTER_BUS(nm, bus) \
-RTE_INIT_PRIO(businitfn_ ##nm, 101); \
+RTE_INIT_PRIO(businitfn_ ##nm, 110); \
 static void businitfn_ ##nm(void) \
 {\
        (bus).name = RTE_STR(nm);\