Re: [dpdk-dev] [PATCH] test: fix bonded device name

2017-07-31 Thread Ferruh Yigit
On 7/26/2017 6:06 PM, Declan Doherty wrote: > On 26/07/2017 4:48 PM, Tomasz Kulasek wrote: >> Bonding devices name must start with "net_bonding" prefix. >> >> Fixes: 9bf4901d1a11 ("bus/vdev: remove probe with driver name option") >> >> Signed-off-by: Tomasz Kulasek > Acked-by: Declan Doherty Ap

Re: [dpdk-dev] [PATCH] test: fix bonded device name

2017-07-26 Thread Declan Doherty
On 26/07/2017 4:48 PM, Tomasz Kulasek wrote: Bonding devices name must start with "net_bonding" prefix. Fixes: 9bf4901d1a11 ("bus/vdev: remove probe with driver name option") Signed-off-by: Tomasz Kulasek --- test/test/test_link_bonding.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[dpdk-dev] [PATCH] test: fix bonded device name

2017-07-26 Thread Tomasz Kulasek
Bonding devices name must start with "net_bonding" prefix. Fixes: 9bf4901d1a11 ("bus/vdev: remove probe with driver name option") Signed-off-by: Tomasz Kulasek --- test/test/test_link_bonding.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test/test_link_bonding.c