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 <radu.nico...@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com> Applied to dpdk-next-net/master, thanks. (initialization changes as below to prevent build error: struct ether_addr mac_addr = { .addr_bytes = {0} }; )