day, October 9, 2020 7:47 PM
> To: Nguyen, Anthony L
> Cc: David Miller ; Jakub Kicinski ;
> Loktionov, Aleksandr ; Network Development
> ; nhor...@redhat.com; sassm...@redhat.com;
> Kubalewski, Arkadiusz ; Andrew Bowers
>
> Subject: Re: [net-next 2/3] i40e: Fix MAC addr
2/3] i40e: Fix MAC address setting for a VF via Host/VM
On Wed, Oct 7, 2020 at 7:11 PM Tony Nguyen wrote:
>
> From: Aleksandr Loktionov
>
> Fix MAC setting flow for the PF driver.
>
> Without this change the MAC address setting was interpreted
> incorrectly in the following
On Fri, 2020-10-09 at 13:46 -0400, Willem de Bruijn wrote:
> On Wed, Oct 7, 2020 at 7:11 PM Tony Nguyen <
> anthony.l.ngu...@intel.com> wrote:
> >
> > From: Aleksandr Loktionov
> >
> > Fix MAC setting flow for the PF driver.
> >
> > Without this change the MAC address setting was interpreted
>
On Wed, Oct 7, 2020 at 7:11 PM Tony Nguyen wrote:
>
> From: Aleksandr Loktionov
>
> Fix MAC setting flow for the PF driver.
>
> Without this change the MAC address setting was interpreted
> incorrectly in the following use cases:
> 1) Print incorrect VF MAC or zero MAC
> ip link show dev $pf
> 2)
From: Aleksandr Loktionov
Fix MAC setting flow for the PF driver.
Without this change the MAC address setting was interpreted
incorrectly in the following use cases:
1) Print incorrect VF MAC or zero MAC
ip link show dev $pf
2) Don't preserve MAC between driver reload
rmmod iavf; modprobe iavf
3