Re: [Intel-wired-lan] [PATCH] igb: add VF trust infrastructure

2018-01-24 Thread 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

RE: [Intel-wired-lan] [PATCH] igb: add VF trust infrastructure

2018-01-23 Thread Brown, Aaron F
> 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 >

Re: [Intel-wired-lan] [PATCH] igb: add VF trust infrastructure

2018-01-22 Thread Alexander Duyck
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

Re: [PATCH] igb: add VF trust infrastructure

2018-01-22 Thread Corinna Vinschen
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

[PATCH] igb: add VF trust infrastructure

2018-01-17 Thread Corinna Vinschen
* 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-