bus/vdev: remove probe with driver name option
authorFerruh Yigit <ferruh.yigit@intel.com>
Wed, 10 May 2017 11:01:04 +0000 (12:01 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 9 Jul 2017 22:46:38 +0000 (00:46 +0200)
commit9bf4901d1a114f250945d73e686ef4495658464b
treec3c17334dd87a72248813be4c9748dd383bb35fb
parent701a64622c2653c0736042d2f790081db79afdc7
bus/vdev: remove probe with driver name option

Virtual device/driver probing done via name.

A new alternative method introduced to probe the device with providing
driver name in devargs as "driver=<driver_name>".

This patch removes alternative method and fixes virtual device usages
with proper device names.

Fixes: 87c3bf29c642 ("test: do not short-circuit null device creation")
Fixes: d39670086a63 ("eal: parse driver argument before probing drivers")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/null/rte_eth_null.c
lib/librte_eal/common/eal_common_vdev.c
test/test/test_link_bonding_rssconf.c