]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_bus.h
eal: list acceptable init priorities
[dpdk.git] / lib / librte_eal / common / include / rte_bus.h
index 6fb08341ab3e8d6f0c5c2f9f429a611a292ee889..eb9eded4e864c2b0a24cfb8c0b302b5548c39fc2 100644 (file)
@@ -325,7 +325,7 @@ enum rte_iova_mode rte_bus_get_iommu_class(void);
  * The constructor has higher priority than PMD constructors.
  */
 #define RTE_REGISTER_BUS(nm, bus) \
-RTE_INIT_PRIO(businitfn_ ##nm, 110); \
+RTE_INIT_PRIO(businitfn_ ##nm, BUS); \
 static void businitfn_ ##nm(void) \
 {\
        (bus).name = RTE_STR(nm);\