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

Ferruh Yigit ferruh.yigit at intel.com
Mon Feb 5 18:27:17 CET 2018


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
> the periodic check which is wrongly considered as error.
> 
> Change the check to consider only a negative value as error.
> 
> Fixes: e7dc5d7becc5 ("net/vdev_netvsc: implement core functionality")
> 
> Signed-off-by: Matan Azrad <matan at mellanox.com>

Applied to dpdk-next-net/master, thanks.


More information about the dev mailing list