Re: [dpdk-dev] [PATCH v5 08/12] eal/pci: generalize args of PCI scan/match towards RTE device/driver

2017-01-06 Thread Shreyansh Jain
On Wednesday 04 January 2017 03:43 AM, Thomas Monjalon wrote: 2016-12-26 18:54, Shreyansh Jain: PCI scan and match now work on rte_device/rte_driver rather than PCI specific objects. These functions can now be plugged to the generic bus callbacks for scanning and matching devices/drivers. Thes

Re: [dpdk-dev] [PATCH v5 08/12] eal/pci: generalize args of PCI scan/match towards RTE device/driver

2017-01-03 Thread Thomas Monjalon
2016-12-26 18:54, Shreyansh Jain: > PCI scan and match now work on rte_device/rte_driver rather than PCI > specific objects. These functions can now be plugged to the generic > bus callbacks for scanning and matching devices/drivers. These sentences looks weird :) PCI functions must work with PCI

[dpdk-dev] [PATCH v5 08/12] eal/pci: generalize args of PCI scan/match towards RTE device/driver

2016-12-26 Thread Shreyansh Jain
PCI scan and match now work on rte_device/rte_driver rather than PCI specific objects. These functions can now be plugged to the generic bus callbacks for scanning and matching devices/drivers. Signed-off-by: Shreyansh Jain --- app/test/test_pci.c | 2 +- lib/librte_eal/bsda