> -----Original Message-----
> From: Intel-wired-lan [mailto:[email protected]] On
> Behalf Of Stefan Assmann
> Sent: Tuesday, December 4, 2018 6:19 AM
> To: [email protected]
> Cc: [email protected]; [email protected]; [email protected]
> Subject: [Intel-wired-lan] [PATCH] i40e: fix mac filter delete when setting
> mac address
> 
> A previous commit moved the ether_addr_copy() in i40e_set_mac() before
> the mac filter del/add to avoid a race. However it wasn't taken into account
> that this alters the mac address being handed to i40e_del_mac_filter().
> 
> Also changed i40e_add_mac_filter() to operate on netdev->dev_addr,
> hopefully that makes the code easier to read.
> 
> Fixes: 458867b2ca0c ("i40e: don't remove netdev->dev_addr when syncing
> uc list")
> 
> Signed-off-by: Stefan Assmann <[email protected]>
> ---
>  drivers/net/ethernet/intel/i40e/i40e_main.c | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)

Tested-by: Andrew Bowers <[email protected]>


Reply via email to