Re: [dpdk-dev] [PATCH v8 8/9] eal: enable PCI bus

2017-01-17 Thread Thomas Monjalon
2017-01-17 19:07, Shreyansh Jain: > - /* Probe & Initialize PCI devices */ > - if (rte_eal_pci_probe()) > - rte_panic("Cannot probe PCI\n"); > - > /* Probe all the buses and devices/drivers on them */ > if (rte_bus_probe()) > rte_panic("Cann

[dpdk-dev] [PATCH v8 8/9] eal: enable PCI bus

2017-01-17 Thread Shreyansh Jain
Remove EAL initiated direct PCI scan/probe and enable PCI Bus linkage. Signed-off-by: Shreyansh Jain Reviewed-by: Ferruh Yigit --- lib/librte_eal/bsdapp/eal/eal.c | 7 - lib/librte_eal/bsdapp/eal/eal_pci.c | 4 +++ lib/librte_eal/bsdapp/eal/rte_eal_version.map