> From: Intel-wired-lan [mailto:[email protected]] On > Behalf Of Alexander Duyck > Sent: Monday, January 22, 2018 2:58 PM > To: intel-wired-lan <[email protected]>; Netdev > <[email protected]> > Cc: Corinna Vinschen <[email protected]> > 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.
Indeed it is / was ;) > > Thanks. > > - Alex > > On Mon, Jan 22, 2018 at 12:54 AM, Corinna Vinschen > <[email protected]> wrote: > > 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 output. > >> > >> * Allow a trusted VF to change MAC and MAC filters even if MAC > >> has been administratively set. > >> > >> Signed-off-by: Corinna Vinschen <[email protected]> > >> --- > >> drivers/net/ethernet/intel/igb/igb.h | 1 + > >> drivers/net/ethernet/intel/igb/igb_main.c | 30 > +++++++++++++++++++++++++++--- > >> 2 files changed, 28 insertions(+), 3 deletions(-) Tested-by: Aaron Brown <[email protected]>
