> -----Original Message----- > From: Xing, Beilei > Sent: Tuesday, January 9, 2018 6:38 PM > To: Zhang, Qi Z <[email protected]> > Cc: [email protected]; Wu, Jingjing <[email protected]>; [email protected] > Subject: [PATCH] net/i40e: fix setting MAC address on i40evf > > New mac address is copied to dev->data->mac_addrs[0] before calling > setting MAC address ops. So it will fail when deleting > dev->data->mac_addrs[0]. > Deleting hw->mac.addr will fix the issue. > > Fixes: 943c2d899a0c ("net/i40e: set VF MAC from VF") > Cc: [email protected] > > Signed-off-by: Beilei Xing <[email protected]>
Acked-by: Qi Zhang <[email protected]>

