Re: [dpdk-dev] [PATCH 0/7] Rework vdev probing to use rte_bus infrastructure

2017-02-15 Thread Ferruh Yigit
On 2/15/2017 10:02 AM, Jan Blunck wrote: > 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. > > Jan Blunck (7): > eal: use different constructor

[dpdk-dev] [PATCH 0/7] Rework vdev probing to use rte_bus infrastructure

2017-02-15 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. Jan Blunck (7): eal: use different constructor priorities for initcalls eal: probe legacy PCI devi