]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/linuxapp/eal/eal.c
vfio: check PCI dependency in PCI scan
[dpdk.git] / lib / librte_eal / linuxapp / eal / eal.c
index bee3bbee6eef5f9ac13045e5e122f936556dfb4a..91c3712bfcdf58e6f0ff51899f02ac4ee5187ffe 100644 (file)
@@ -715,11 +715,6 @@ static int rte_eal_vfio_setup(void)
                return -1;
        vfio_enabled = vfio_is_enabled("vfio");
 
-       if (!internal_config.no_pci) {
-               if (!pci_vfio_is_enabled())
-                       RTE_LOG(DEBUG, EAL, "VFIO PCI modules not loaded\n");
-       }
-
        if (vfio_enabled) {
 
                /* if we are primary process, create a thread to communicate with