net/sfc/base: add definition of bundle metadata partition
[dpdk.git] / drivers / bus / vmbus / linux / vmbus_bus.c
index 527a6a3..a4755a3 100644 (file)
@@ -229,6 +229,7 @@ vmbus_scan_one(const char *name)
        if (dev == NULL)
                return -1;
 
+       dev->device.bus = &rte_vmbus_bus.bus;
        dev->device.name = strdup(name);
        if (!dev->device.name)
                goto error;