Re: [dpdk-dev] [PATCH v4 00/10] Rework vdev probing to use rte_bus infrastructure

2017-03-27 Thread Jan Blunck
On Mon, Mar 13, 2017 at 6:55 PM, Thomas Monjalon wrote: > 2017-03-06 11:56, Jan Blunck: >> Jan Blunck (10): >> eal: probe legacy PCI devices before other bus devices >> eal: probe new virtual bus after other bus devices >> eal: move virtual device probing into a bus >> eal: remove unused r

Re: [dpdk-dev] [PATCH v4 00/10] Rework vdev probing to use rte_bus infrastructure

2017-03-13 Thread Thomas Monjalon
2017-03-06 11:56, Jan Blunck: > Jan Blunck (10): > eal: probe legacy PCI devices before other bus devices > eal: probe new virtual bus after other bus devices > eal: move virtual device probing into a bus > eal: remove unused rte_eal_dev_init() > eal: Refactor vdev driver probe/remove >

[dpdk-dev] [PATCH v4 00/10] Rework vdev probing to use rte_bus infrastructure

2017-03-06 Thread Jan Blunck
With the rte_bus infrastructure present in 17.02 it is possible to refactor the virtual device probing into a bus. This series also introduces the rte_vdev_device to better keep track of devices. This patchset depends on: http://dpdk.org/dev/patchwork/patch/20416/ http://dpdk.org/dev/patchwork/pat