Re: [dpdk-dev] [PATCH] test/bonding: fix namespace of the rss tests

2017-07-31 Thread Ferruh Yigit
On 7/26/2017 6:06 PM, Declan Doherty wrote: > On 26/07/2017 4:44 PM, Daniel Mrzyglod wrote: >> drivers are looking by name of the device so change namespace to proper one >> >> Fixes: 43b630244e7e ("app/test: add dynamic bonding RSS configuration") >> >> Signed-off-by: Daniel Mrzyglod > Acked-by:

Re: [dpdk-dev] [PATCH] test/bonding: fix namespace of the rss tests

2017-07-26 Thread Declan Doherty
On 26/07/2017 4:44 PM, Daniel Mrzyglod wrote: drivers are looking by name of the device so change namespace to proper one Fixes: 43b630244e7e ("app/test: add dynamic bonding RSS configuration") Signed-off-by: Daniel Mrzyglod --- test/test/test_link_bonding_rssconf.c | 2 +- 1 file changed, 1

[dpdk-dev] [PATCH] test/bonding: fix namespace of the rss tests

2017-07-26 Thread Daniel Mrzyglod
drivers are looking by name of the device so change namespace to proper one Fixes: 43b630244e7e ("app/test: add dynamic bonding RSS configuration") Signed-off-by: Daniel Mrzyglod --- test/test/test_link_bonding_rssconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t