Re: [dpdk-dev] [PATCH] bus/vdev: fix vdev stops probing when device fails

2018-02-05 Thread Thomas Monjalon
05/02/2018 18:15, Moti Haimovsky: > This commit modifies vdev_probe to continue probing all the devices > regardless of device probing failures. > > Fixes: 810e5fa3688b ("vdev: move virtual device probing into a bus") It is not the origin commit. Anyway it is not really a fix but a better behavio

[dpdk-dev] [PATCH] bus/vdev: fix vdev stops probing when device fails

2018-02-05 Thread Moti Haimovsky
This commit modifies vdev_probe to continue probing all the devices regardless of device probing failures. Fixes: 810e5fa3688b ("vdev: move virtual device probing into a bus") Cc: sta...@dpdk.org Signed-off-by: Moti Haimovsky --- drivers/bus/vdev/vdev.c | 5 +++-- 1 file changed, 3 insertions(+