Re: [dpdk-dev] net/i40e: VF with vlan ID set from host does not work

2018-12-17 Thread Min Tang
More information: the i40e driver on host (ubuntu16.04) was 2.2.4, but I tried the latest 2.7.26 i40e driver and it had the same problem. DPDK 17.05 was running in a linux VM, but I don't think the latest DPDK has solved the problem. It's easy to reproduce. On Fri, Dec 14, 2018 at 4:28 PM Min Tang

[dpdk-dev] net/i40e: VF with vlan ID set from host does not work

2018-12-14 Thread Min Tang
Hi All: When vlan ID was set on a VF from host by "ip link set vf vlan ", other VF with the same ID could not ping it. Packet capturing showed that it could receive packets but it failed to send packet. There was no such issue with linux driver. I understand that it needs vlan stripping/inserti