Re: [dpdk-dev] I40evf VLAN stripping disable

2018-06-11 Thread Xing, Beilei
Hi Souvik, Yes, if adding vlan filter, the packet will be received with vlan stripped even if the vlan_strip is disabled. It’s i40e HW limitation, different from ixgbe. Best Regards, Beilei From: Dey, Souvik [mailto:so...@rbbn.com] Sent: Tuesday, June 12, 2018 12:26 AM To: Xing, Beilei ; Wu, Ji

Re: [dpdk-dev] I40evf VLAN stripping disable

2018-06-11 Thread Dey, Souvik
Hi Xing, Do we need to do i40evf_add_vlan() to get the vlan packets up to the VM like we had in ixgbe_vf? I see that if I have the vlan added through i40evf_add_vlan(), then the packet is received with the vlan stripped even if the vlan_strip is disabled in the PF. If I just do

Re: [dpdk-dev] I40evf VLAN stripping disable

2018-06-11 Thread Xing, Beilei
Hi Souvik, Could you try with kernel driver (version 2.4.3) first? In my environment, disable vlan strip in DPDK works with kernel driver version 2.4.3. My test steps with testpmd: >set fwd rxonly >set verbose 1 >set promisc 0 off >vlan set strip off 0 Then send a vlan packet with VF mac address

[dpdk-dev] I40evf VLAN stripping disable

2018-06-08 Thread Dey, Souvik
Hi i40e/i40evf maintainers, I was testing VLANs with i40evf pmd and is hitting the below issue. I have the following configuration: - host runs with Linux pf i40e driver(version 2.4.6) - guest runs with DPDK 17.11.2 vf i40e driver When I am sending a vlan packet from the outside to the guest, on