Re: [dpdk-dev] [PATCH 7/7] eal: make virtual bus use rte_vdev_device

2017-02-15 Thread Ferruh Yigit
On 2/15/2017 10:02 AM, Jan Blunck wrote: > This allows the virtual bus to be rescanned and probed by tracking the > creation of rte_vdev_device. > > Signed-off-by: Jan Blunck <...> > + > + dev->device.devargs = devargs; > + dev->device.numa_node = -1; SOCKET_ID_ANY can be used instead

[dpdk-dev] [PATCH 7/7] eal: make virtual bus use rte_vdev_device

2017-02-15 Thread Jan Blunck
This allows the virtual bus to be rescanned and probed by tracking the creation of rte_vdev_device. Signed-off-by: Jan Blunck --- lib/librte_eal/common/eal_common_vdev.c | 194 +--- 1 file changed, 154 insertions(+), 40 deletions(-) diff --git a/lib/librte_eal/common