Re: [Intel-wired-lan] [PATCH] igb: Allow to remove administratively set MAC on VFs

2017-04-05 Thread Corinna Vinschen
t; Behalf Of Corinna Vinschen > >> Sent: Tuesday, April 4, 2017 8:11 AM > >> To: intel-wired-...@lists.osuosl.org > >> Cc: netdev@vger.kernel.org > >> Subject: [Intel-wired-lan] [PATCH] igb: Allow to remove administratively > >> set MAC > &

Re: [Intel-wired-lan] [PATCH] igb: Allow to remove administratively set MAC on VFs

2017-04-04 Thread Alexander Duyck
017 8:11 AM >> To: intel-wired-...@lists.osuosl.org >> Cc: netdev@vger.kernel.org >> Subject: [Intel-wired-lan] [PATCH] igb: Allow to remove administratively set >> MAC >> on VFs >> >> Before libvirt modifies the MAC address and vlan tag for an SRIOV VF >> for

RE: [Intel-wired-lan] [PATCH] igb: Allow to remove administratively set MAC on VFs

2017-04-04 Thread Duyck, Alexander H
n] [PATCH] igb: Allow to remove administratively set > MAC > on VFs > > Before libvirt modifies the MAC address and vlan tag for an SRIOV VF > for use by a virtual machine (either using vfio device assignment or > macvtap passthru mode), it saves the current MAC address and

[PATCH] igb: Allow to remove administratively set MAC on VFs

2017-04-04 Thread Corinna Vinschen
Before libvirt modifies the MAC address and vlan tag for an SRIOV VF for use by a virtual machine (either using vfio device assignment or macvtap passthru mode), it saves the current MAC address and vlan tag so that it can reset them to their original value when the guest is done.