[dpdk-dev] [PATCH v6 7/8] eal: enable PCI bus

Ferruh Yigit ferruh.yigit at intel.com
Mon Jan 16 20:58:59 CET 2017


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.jain at 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() ?

<...>



More information about the dev mailing list