Re: [dpdk-dev] [PATCH] net/i40e: add VLAN stripping support for VF

2017-08-01 Thread Xing, Beilei
Hi Olivier, > -Original Message- > From: Olivier MATZ [mailto:olivier.m...@6wind.com] > Sent: Friday, July 28, 2017 7:43 PM > To: Xing, Beilei > Cc: Wu, Jingjing ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/i40e: add VLAN stripping support for VF > > Hi

Re: [dpdk-dev] [PATCH] net/i40e: add VLAN stripping support for VF

2017-07-28 Thread Olivier MATZ
Hi Beilei, On Tue, 4 Jul 2017 16:26:16 +0800 Beilei Xing wrote: > VLAN stripping configuration is supported only for DPDK PF > previously. Since kernel PF supports VLAN stripping now, this > patch adds VLAN stripping support for both DPDK PF and kernel > PF. > If I understand correctly, enabl

Re: [dpdk-dev] [PATCH] net/i40e: add VLAN stripping support for VF

2017-07-05 Thread Ferruh Yigit
On 7/4/2017 9:26 AM, Beilei Xing wrote: > VLAN stripping configuration is supported only for DPDK PF > previously. Since kernel PF supports VLAN stripping now, this > patch adds VLAN stripping support for both DPDK PF and kernel > PF. > > Signed-off-by: Beilei Xing Applied to dpdk-next-net/maste

[dpdk-dev] [PATCH] net/i40e: add VLAN stripping support for VF

2017-07-04 Thread Beilei Xing
VLAN stripping configuration is supported only for DPDK PF previously. Since kernel PF supports VLAN stripping now, this patch adds VLAN stripping support for both DPDK PF and kernel PF. Signed-off-by: Beilei Xing --- drivers/net/i40e/i40e_ethdev_vf.c | 67 ++-