From: Daniel Mrzyglod Date: Wed, 26 Jul 2017 15:44:03 +0000 (+0200) Subject: test/bonding: fix namespace of the RSS tests X-Git-Tag: spdx-start~2293 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=347ab0a3007e95c86eb9263d19f714bd6ccad4d5;p=dpdk.git test/bonding: fix namespace of the RSS tests Drivers are looking by name of the device so change namespace to proper one. Fixes: 43b630244e7e ("app/test: add dynamic bonding RSS configuration") Cc: stable@dpdk.org Signed-off-by: Daniel Mrzyglod Acked-by: Declan Doherty --- diff --git a/test/test/test_link_bonding_rssconf.c b/test/test/test_link_bonding_rssconf.c index dcbc9d1e27..f8cf1cabfd 100644 --- a/test/test/test_link_bonding_rssconf.c +++ b/test/test/test_link_bonding_rssconf.c @@ -60,7 +60,7 @@ #define RXTX_RING_SIZE 1024 #define RXTX_QUEUE_COUNT 4 -#define BONDED_DEV_NAME ("rssconf_bond_dev") +#define BONDED_DEV_NAME ("net_bonding_rss") #define SLAVE_DEV_NAME_FMT ("net_null%d") #define SLAVE_RXTX_QUEUE_FMT ("rssconf_slave%d_q%d")