Re: [dpdk-dev] [PATCH] test/bonding: fix namespace bonding mode4 unit tests

2017-07-05 Thread Ferruh Yigit
On 7/5/2017 5:41 PM, Declan Doherty wrote: > On 05/07/2017 4:27 PM, Daniel Mrzyglod wrote: >> ring network driver is limited to 32 characters >> the name of device was extened to net_ring_unit_test_mode4_slave_0 which is >> 33 >> >> Fixes: 5e41ab250dfa ("app/test: unit tests for bonding mode 4") >

Re: [dpdk-dev] [PATCH] test/bonding: fix namespace bonding mode4 unit tests

2017-07-05 Thread Declan Doherty
On 05/07/2017 4:27 PM, Daniel Mrzyglod wrote: ring network driver is limited to 32 characters the name of device was extened to net_ring_unit_test_mode4_slave_0 which is 33 Fixes: 5e41ab250dfa ("app/test: unit tests for bonding mode 4") Signed-off-by: Daniel Mrzyglod --- test/test/test_link_b

[dpdk-dev] [PATCH] test/bonding: fix namespace bonding mode4 unit tests

2017-07-05 Thread Daniel Mrzyglod
ring network driver is limited to 32 characters the name of device was extened to net_ring_unit_test_mode4_slave_0 which is 33 Fixes: 5e41ab250dfa ("app/test: unit tests for bonding mode 4") Signed-off-by: Daniel Mrzyglod --- test/test/test_link_bonding_mode4.c | 8 1 file changed, 4 i