Re: [dpdk-users] VLAN tags always stripped on i40evf [VMware SR-IOV]

2017-10-27 Thread Iain Barker
Original message from Iain Barker: > > --- drivers/net/i40e/i40e_rxtx.c.orig 2016-11-30 04:28:48.0 -0500 > +++ drivers/net/i40e/i40e_rxtx.c 2017-10-10 15:07:10.851398087 -0400 > @@ -93,6 +93,8 @@ > rte_le_to_cpu_16(rxdp->wb.qword0.lo_dword.l2tag1); >

Re: [dpdk-users] VLAN tags always stripped on i40evf [VMware SR-IOV]

2017-10-26 Thread Xing, Beilei
> -Original Message- > From: users [mailto:users-boun...@dpdk.org] On Behalf Of Iain Barker > Sent: Wednesday, October 11, 2017 9:20 PM > To: users@dpdk.org > Cc: d...@dpdk.org > Subject: Re: [dpdk-users] VLAN tags always stripped on i40evf [VMware SR- > IOV] >

Re: [dpdk-users] VLAN tags always stripped on i40evf [VMware SR-IOV]

2017-10-11 Thread Iain Barker
On Tuesday, October 10, 2017 9:49 AM (EST), Iain Barker wrote: > I have a problem trying to get VLAN tagged frames to be received at the > i40evf PMD. With more debugging enabled, I can see that this seems to be a compatibility problem between DPDK and i40evf related to VLAN hardware

[dpdk-users] VLAN tags always stripped on i40evf [VMware SR-IOV]

2017-10-10 Thread Iain Barker
I have a problem trying to get VLAN tagged frames to be received at the i40evf PMD. Specifically, there is no connectivity on VMware i40e media interface configured as SR-IOV when VLANs are used, but it works fine for non-VLAN tagged frames. It seems the VLAN headers are being stripped