Re: [dpdk-dev] [PATCH] test: fix the parameter issue of test case

2017-07-31 Thread Ferruh Yigit
On 7/25/2017 10:46 AM, Declan Doherty wrote: > On 13/07/2017 9:00 AM, Herbert Guan wrote: >> When test case "test_balance_l23_tx_burst_ipv4_toggle_ip_addr" is >> calling balance_l23_tx_burst(), the ip_addr instead of mac_addr >> should be toggled according to the test name. Fixes: 92073ef961ee ("b

Re: [dpdk-dev] [PATCH] test: fix the parameter issue of test case

2017-07-25 Thread Declan Doherty
On 13/07/2017 9:00 AM, Herbert Guan wrote: When test case "test_balance_l23_tx_burst_ipv4_toggle_ip_addr" is calling balance_l23_tx_burst(), the ip_addr instead of mac_addr should be toggled according to the test name. Signed-off-by: Herbert Guan --- test/test/test_link_bonding.c | 2 +- 1 fil

Re: [dpdk-dev] [PATCH] test: fix the parameter issue of test case

2017-07-20 Thread Thomas Monjalon
Declan, you are the bonding maintainer, please confirm this fix. 13/07/2017 11:48, Jianbo Liu: > On 13 July 2017 at 16:00, Herbert Guan wrote: > > When test case "test_balance_l23_tx_burst_ipv4_toggle_ip_addr" is > > calling balance_l23_tx_burst(), the ip_addr instead of mac_addr > > should be to

Re: [dpdk-dev] [PATCH] test: fix the parameter issue of test case

2017-07-13 Thread Jianbo Liu
On 13 July 2017 at 16:00, Herbert Guan wrote: > When test case "test_balance_l23_tx_burst_ipv4_toggle_ip_addr" is > calling balance_l23_tx_burst(), the ip_addr instead of mac_addr > should be toggled according to the test name. > > Signed-off-by: Herbert Guan > --- > test/test/test_link_bonding.

[dpdk-dev] [PATCH] test: fix the parameter issue of test case

2017-07-13 Thread Herbert Guan
When test case "test_balance_l23_tx_burst_ipv4_toggle_ip_addr" is calling balance_l23_tx_burst(), the ip_addr instead of mac_addr should be toggled according to the test name. Signed-off-by: Herbert Guan --- test/test/test_link_bonding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif