Re: [dpdk-dev] [PATCH v2 12/32] net/i40e: set VF MAC from PF support

2016-12-07 Thread Lu, Wenzhuo
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, December 7, 2016 10:30 PM > To: Lu, Wenzhuo; dev@dpdk.org > Subject: Re: [PATCH v2 12/32] net/i40e: set VF MAC from PF support > > On 12/7/2016 3:31 AM, Wenzhuo Lu wrote: > > Support setting VF MAC address from PF. >

Re: [dpdk-dev] [PATCH v2 12/32] net/i40e: set VF MAC from PF support

2016-12-07 Thread Ferruh Yigit
On 12/7/2016 3:31 AM, Wenzhuo Lu wrote: > Support setting VF MAC address from PF. > User can call the API on PF to set a specific > VF's MAC address. > > This will reset the VF. > > Signed-off-by: Ferruh Yigit > --- <...> > > +/** > + * Set the VF MAC address. > + * > + * This will reset the

[dpdk-dev] [PATCH v2 12/32] net/i40e: set VF MAC from PF support

2016-12-06 Thread Wenzhuo Lu
Support setting VF MAC address from PF. User can call the API on PF to set a specific VF's MAC address. This will reset the VF. Signed-off-by: Ferruh Yigit --- app/test/Makefile | 8 +++ app/test/test_pmd_i40e.c | 96 +++ dri