X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Feal_common_pci.c;h=a0fc9808f365823dec8c06f998f3d45de5551ccb;hb=94c0776b1bad;hp=d45b7d3114f24419a217ea0dc44a77091bd7c669;hpb=bb7927fd2179d7482de58d87352ecc50c69da427;p=dpdk.git diff --git a/lib/librte_eal/common/eal_common_pci.c b/lib/librte_eal/common/eal_common_pci.c index d45b7d3114..a0fc9808f3 100644 --- a/lib/librte_eal/common/eal_common_pci.c +++ b/lib/librte_eal/common/eal_common_pci.c @@ -200,7 +200,7 @@ rte_eal_pci_probe_one_driver(struct rte_pci_driver *dr, struct rte_pci_device *d dev->id.device_id, dr->driver.name); if (dr->drv_flags & RTE_PCI_DRV_NEED_MAPPING) { - /* map resources for devices that use igb_uio */ + /* map resources for devices that use igb_uio or VFIO */ ret = rte_eal_pci_map_device(dev); if (ret != 0) return ret;