Re: [dpdk-dev] [PATCH] net/vdev_netvsc: fix device detection error check

2018-02-05 Thread Ferruh Yigit
On 2/5/2018 12:48 PM, Matan Azrad wrote: > The vdev_netvsc driver does periodic detection of PCI devices matched > to the netvsc existed interfaces. > > When it finds a match, the PCI address is written to the pipe of the > associated fail-safe PMD instance and a positive value is returned to > th

[dpdk-dev] [PATCH] net/vdev_netvsc: fix device detection error check

2018-02-05 Thread Matan Azrad
The vdev_netvsc driver does periodic detection of PCI devices matched to the netvsc existed interfaces. When it finds a match, the PCI address is written to the pipe of the associated fail-safe PMD instance and a positive value is returned to the periodic check which is wrongly considered as error