Re: [dpdk-dev] [PATCH v4 1/1] bus/pci: optimise scanning with whitelist/blacklist

2020-05-01 Thread Gaƫtan Rivet
Hello Sunil, It's pretty close, thanks. Unfortunately, I just have a few nits remaining. On 01/05/20 17:09 +0530, Sunil Kumar Kori wrote: > rte_bus_scan API scans all the available PCI devices irrespective of white > or black listing parameters then further devices are probed based on white > or

Re: [dpdk-dev] [PATCH v4 1/1] bus/pci: optimise scanning with whitelist/blacklist

2020-05-01 Thread Sunil Kumar Kori
Hello Gaeten, I have validated hotplug functionality using multi process hotplug application. Devices are being attached and detached at runtime properly. Regards Sunil Kumar Kori >-Original Message- >From: Sunil Kumar Kori >Sent: Friday, May 1, 2020 5:09 PM >To: step...@networkplumber.

[dpdk-dev] [PATCH v4 1/1] bus/pci: optimise scanning with whitelist/blacklist

2020-05-01 Thread Sunil Kumar Kori
rte_bus_scan API scans all the available PCI devices irrespective of white or black listing parameters then further devices are probed based on white or black listing parameters. So unnecessary CPU cycles are wasted during rte_pci_scan. For Octeontx2 platform with core frequency 2.4 Ghz, rte_bus_s