Re: [dpdk-dev] [PATCH] net/vdev_netvsc: fix automatic probing

2018-05-22 Thread Ferruh Yigit
On 5/21/2018 5:23 PM, Matan Azrad wrote: > The vdev_netvsc driver allows an automatic probe in Hyper-V VM systems > unless it was already specified by the EAL command line. > > The detection of a specified NetVSC device is wrongly done by comparing > the vdev_netvsc driver name to all the vdev dev

Re: [dpdk-dev] [PATCH] net/vdev_netvsc: fix automatic probing

2018-05-21 Thread Matan Azrad
From: Stephen Hemminger > On Mon, 21 May 2018 16:23:30 + > Matan Azrad wrote: > > > The vdev_netvsc driver allows an automatic probe in Hyper-V VM systems > > unless it was already specified by the EAL command line. > > > > The detection of a specified NetVSC device is wrongly done by > > c

Re: [dpdk-dev] [PATCH] net/vdev_netvsc: fix automatic probing

2018-05-21 Thread Stephen Hemminger
On Mon, 21 May 2018 16:23:30 + Matan Azrad wrote: > The vdev_netvsc driver allows an automatic probe in Hyper-V VM systems > unless it was already specified by the EAL command line. > > The detection of a specified NetVSC device is wrongly done by comparing > the vdev_netvsc driver name to a

[dpdk-dev] [PATCH] net/vdev_netvsc: fix automatic probing

2018-05-21 Thread Matan Azrad
The vdev_netvsc driver allows an automatic probe in Hyper-V VM systems unless it was already specified by the EAL command line. The detection of a specified NetVSC device is wrongly done by comparing the vdev_netvsc driver name to all the vdev devices names, including the suffix device index. Thus