> -----Original Message-----
> From: Olivier Matz [mailto:[email protected]]
> Sent: Wednesday, January 3, 2018 9:34 PM
> To: [email protected]; Wu, Jingjing <[email protected]>; Xing, Beilei
> <[email protected]>
> Cc: [email protected]
> Subject: [PATCH v2] net/i40e: fix setting of MAC address on i40evf
> 
> When setting the MAC address, the ethdev layer copies the new mac
> address in dev->data->mac_addrs[0] before calling the dev_ops.
> 
> Therefore, "is_same_ether_addr(mac_addr, dev->data->mac_addrs)" was
> always true, and the MAC was never set. Remove this test to fix the issue.
> 
> Fixes: 943c2d899a0c ("net/i40e: set VF MAC from VF")
> Cc: [email protected]
> 
> Signed-off-by: Olivier Matz <[email protected]>

Acked-by: Beilei Xing <[email protected]>, thanks for the fix.

Reply via email to