X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Feal_common_vdev.c;h=b3570f9a8310a3015963f088d16a102c76c6e0d2;hb=8d73e58f0b2cfe15373407119b8b621cb7c88eee;hp=9ec62f4d4deab06b66df9241046f25337b32859b;hpb=b17e43295120f6cd1f299091f2e2167853101584;p=dpdk.git diff --git a/lib/librte_eal/common/eal_common_vdev.c b/lib/librte_eal/common/eal_common_vdev.c index 9ec62f4d4d..b3570f9a83 100644 --- a/lib/librte_eal/common/eal_common_vdev.c +++ b/lib/librte_eal/common/eal_common_vdev.c @@ -372,4 +372,4 @@ static struct rte_bus rte_vdev_bus = { .unplug = vdev_unplug, }; -RTE_REGISTER_BUS(VIRTUAL_BUS_NAME, rte_vdev_bus); +RTE_REGISTER_BUS(vdev, rte_vdev_bus);