[dpdk-dev] [PATCH v5 0/2] i40e setting ether type of VLANs

2016-03-12 Thread Helin Zhang
It adds setting ether type of both single VLAN(inner VLAN) and outer VLAN for i40e. For ixgbe and e1000/igb, it supports setting single VLAN(inner VLAN) only, and can be extended in the future. The patch set was branched off rel_16_04 of repo dpdk-next-net, on below commit. commit 5721e6447b5c2020

[dpdk-dev] [PATCH v5 0/2] i40e setting ether type of VLANs

2016-03-11 Thread Thomas Monjalon
2016-03-12 00:50, Helin Zhang: > It adds setting ether type of both single VLAN(inner VLAN) and > outer VLAN for i40e. For ixgbe and e1000/igb, it supports setting > single VLAN(inner VLAN) only, and can be extended in the future. Applied with a small doxygen fix, thanks