On 1/16/2017 3:38 PM, Shreyansh Jain wrote: > Remove EAL initiated direct PCI scan/probe and enable PCI Bus linkage. > > Signed-off-by: Shreyansh Jain <shreyansh.j...@nxp.com> > ---
<...> > -/* Init the PCI EAL subsystem */ > -int > -rte_eal_pci_init(void) > -{ > - /* for debug purposes, PCI can be disabled */ > - if (internal_config.no_pci) > - return 0; Are we losing this feature? Should this check moved to rte_eal_pci_scan() ? <...>