Re: [dpdk-dev] [PATCH v3] test/bonding: assign non-zero MAC to null devices

2018-02-05 Thread Ferruh Yigit
On 2/1/2018 11:06 AM, Radu Nicolau wrote: > Prevent failure in rte_eth_dev_default_mac_addr_set() that > resunts in bonding add slave failure. > > Fixes: aa7791ba8de0 ("net/bonding: fix setting slave MAC addresses") > > Signed-off-by: Radu Nicolau Reviewed-by: Ferruh Yigit Applied to dpdk-nex

[dpdk-dev] [PATCH v3] test/bonding: assign non-zero MAC to null devices

2018-02-01 Thread Radu Nicolau
Prevent failure in rte_eth_dev_default_mac_addr_set() that resunts in bonding add slave failure. Fixes: aa7791ba8de0 ("net/bonding: fix setting slave MAC addresses") Signed-off-by: Radu Nicolau --- v3: update commit message test/test/test_link_bonding_rssconf.c | 5 + 1 file changed, 5 ins