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 <[email protected]>Reviewed-by: Ferruh Yigit <[email protected]> Applied to dpdk-next-net/master, thanks. (initialization changes as below to prevent build error: struct ether_addr mac_addr = { .addr_bytes = {0} }; )

