X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=test%2Ftest%2Ftest_link_bonding_rssconf.c;h=d28db7d7c180cbc5b34db1ab09f4ee3a9f01b876;hb=55fd270311c51f40e97a1c92d6e739b35222875c;hp=12602f128a75da011d4187aa9e0045f5706ba228;hpb=87c3bf29c6427d319f0ff7f8dfc712d2654e020f;p=dpdk.git diff --git a/test/test/test_link_bonding_rssconf.c b/test/test/test_link_bonding_rssconf.c index 12602f128a..d28db7d7c1 100644 --- a/test/test/test_link_bonding_rssconf.c +++ b/test/test/test_link_bonding_rssconf.c @@ -52,7 +52,6 @@ #include #include #include -#include #include "test.h" @@ -551,7 +550,7 @@ test_setup(void) port_id = rte_eth_dev_count(); snprintf(name, sizeof(name), SLAVE_DEV_NAME_FMT, port_id); - retval = rte_eal_vdev_init(name, + retval = rte_vdev_init(name, "driver=net_null,size=64,copy=0"); TEST_ASSERT_SUCCESS(retval, "Failed to create null device '%s'\n", name);