Subject: Re: [Intel-wired-lan] [PATCH] igb: add VF trust infrastructure
> >
> > Hi Corinna,
> >
> > I've looked over the patch and didn't see any issues. My understanding
> > is that Jeff has pulled it into his tree and it should be going
> > through
> From: Intel-wired-lan [mailto:intel-wired-lan-boun...@osuosl.org] On
> Behalf Of Alexander Duyck
> Sent: Monday, January 22, 2018 2:58 PM
> To: intel-wired-lan ; Netdev
>
> Cc: Corinna Vinschen
> Subject: Re: [Intel-wired-lan] [PATCH] igb: add VF trust infrastructure
>
Hi Corinna,
I've looked over the patch and didn't see any issues. My understanding
is that Jeff has pulled it into his tree and it should be going
through testing shortly.
Thanks.
- Alex
On Mon, Jan 22, 2018 at 12:54 AM, Corinna Vinschen wrote:
> Hi,
>
> Could somebody please review this patch
Hi,
Could somebody please review this patch?
Thanks,
Corinna
On Jan 17 11:53, Corinna Vinschen wrote:
> * Add a per-VF value to know if a VF is trusted, by default don't
> trust VFs.
>
> * Implement netdev op to trust VFs (igb_ndo_set_vf_trust) and add
> trust status to ndo_get_vf_config
* Add a per-VF value to know if a VF is trusted, by default don't
trust VFs.
* Implement netdev op to trust VFs (igb_ndo_set_vf_trust) and add
trust status to ndo_get_vf_config output.
* Allow a trusted VF to change MAC and MAC filters even if MAC
has been administratively set.
Signed-off-