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

Ferruh Yigit ferruh.yigit at intel.com
Mon Feb 5 16:43:08 CET 2018


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.nicolau at intel.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit at 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} }; )


More information about the dev mailing list