test/bonding: fix namespace of the RSS tests
Drivers are looking by name of the device so change namespace to proper
one.
Fixes: 43b630244e
("app/test: add dynamic bonding RSS configuration")
Cc: stable@dpdk.org
Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
This commit is contained in:
parent
a048bde9b1
commit
347ab0a300
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user