test: do not short-circuit null device creation
authorJan Blunck <jblunck@infradead.org>
Tue, 11 Apr 2017 15:44:16 +0000 (17:44 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 18 Apr 2017 17:02:45 +0000 (19:02 +0200)
commit87c3bf29c6427d319f0ff7f8dfc712d2654e020f
treea688aa116e830f345855ccf3d890c82997e25764
parentf02513445ed2f06b640496d66db989715a5bb71c
test: do not short-circuit null device creation

A virtual device should get initialized through the rte_eal_vdev_init()
function to properly initialize the driver.

Signed-off-by: Jan Blunck <jblunck@infradead.org>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
drivers/net/null/rte_eth_null.c
test/test/test_link_bonding_rssconf.c