Re: [dpdk-dev] [PATCH] net/bonding: fix test bonding MAC assignment

2019-04-30 Thread Ferruh Yigit
On 4/29/2019 5:45 PM, Chas Williams wrote: > Seems fine. > > Acked-by: Chas Williams Applied to dpdk-next-net/master, thanks. > > On 4/29/19 10:56 AM, Ferruh Yigit wrote: >> On 4/26/2019 11:30 PM, kka...@marvell.com wrote: >>> From: Krzysztof Kanas >>> >>> Fix test_set_bonded_port_initializat

Re: [dpdk-dev] [PATCH] net/bonding: fix test bonding MAC assignment

2019-04-29 Thread Chas Williams
Seems fine. Acked-by: Chas Williams On 4/29/19 10:56 AM, Ferruh Yigit wrote: On 4/26/2019 11:30 PM, kka...@marvell.com wrote: From: Krzysztof Kanas Fix test_set_bonded_port_initialization_mac_assignment so that it works after 're run' test_link_bonding. Fixes: f2ef6f21ee2e ("bond: fix mac

Re: [dpdk-dev] [PATCH] net/bonding: fix test bonding MAC assignment

2019-04-29 Thread Ferruh Yigit
On 4/26/2019 11:30 PM, kka...@marvell.com wrote: > From: Krzysztof Kanas > > Fix test_set_bonded_port_initialization_mac_assignment so that it works > after 're run' test_link_bonding. > > Fixes: f2ef6f21ee2e ("bond: fix mac assignment to slaves") > Cc: declan.dohe...@intel.com > > Signed-off-b

[dpdk-dev] [PATCH] net/bonding: fix test bonding MAC assignment

2019-04-26 Thread kkanas
From: Krzysztof Kanas Fix test_set_bonded_port_initialization_mac_assignment so that it works after 're run' test_link_bonding. Fixes: f2ef6f21ee2e ("bond: fix mac assignment to slaves") Cc: declan.dohe...@intel.com Signed-off-by: Krzysztof Kanas --- app/test/test_link_bonding.c | 53