bus/pci: add VFIO request interrupt handle to device
[dpdk.git] / drivers / bus / fslmc / fslmc_bus.c
index bfe81e2..960f550 100644 (file)
@@ -161,6 +161,8 @@ scan_one_fslmc_device(char *dev_name)
                return -ENOMEM;
        }
 
+       dev->device.bus = &rte_fslmc_bus.bus;
+
        /* Parse the device name and ID */
        t_ptr = strtok(dup_dev_name, ".");
        if (!t_ptr) {