net/vdev_netvsc: add check for specifying by 1 way
authorMatan Azrad <matan@mellanox.com>
Tue, 10 Apr 2018 13:32:07 +0000 (13:32 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 27 Apr 2018 16:34:42 +0000 (17:34 +0100)
commit118d2f8096a528b46e1fa5fe2104cf7140278d94
treefa8238e58ae0631e73cab397e2ef3175e2dd20b7
parent0b39cc820ae57319d9d9a3609843c94d0b9a4bbb
net/vdev_netvsc: add check for specifying by 1 way

There are now 2 ways to specify a netvsc device by the EAL command
line - either by the interface name or by the MAC address.

The user should not specify a netvsc device using more than 1 way,
Thus, if a device is specified in more than 1 way, the driver stops
to probe it.

Validate it in the driver initialization.

Cc: stable@dpdk.org
Signed-off-by: Matan Azrad <matan@mellanox.com>
drivers/net/vdev_netvsc/vdev_netvsc.c