Re: [dpdk-dev] [PATCH] net/bonding: set slave MAC addresses correctly

2018-01-10 Thread Ferruh Yigit
On 1/9/2018 4:15 PM, Doherty, Declan wrote: > On 28/12/2017 2:12 AM, Chas Williams wrote: >> From: Chas Williams >> >> Use rte_eth_dev_default_mac_addr_set() to change a slave MAC address. >> mac_address_set() only updates the software copy and does nothing to >> update the hardware. >> >> Signed-

Re: [dpdk-dev] [PATCH] net/bonding: set slave MAC addresses correctly

2018-01-09 Thread Doherty, Declan
On 28/12/2017 2:12 AM, Chas Williams wrote: From: Chas Williams Use rte_eth_dev_default_mac_addr_set() to change a slave MAC address. mac_address_set() only updates the software copy and does nothing to update the hardware. Signed-off-by: Chas Williams --- ... Acked-by: Declan Doherty

[dpdk-dev] [PATCH] net/bonding: set slave MAC addresses correctly

2017-12-27 Thread Chas Williams
From: Chas Williams Use rte_eth_dev_default_mac_addr_set() to change a slave MAC address. mac_address_set() only updates the software copy and does nothing to update the hardware. Signed-off-by: Chas Williams --- drivers/net/bonding/rte_eth_bond_api.c | 2 +- drivers/net/bonding/rte_eth_bond_