[dpdk-dev] [PATCH v3] i40e: fix the type issue of a single VLAN type

2016-06-24 Thread Bruce Richardson
On Wed, Jun 22, 2016 at 10:53:51AM +0800, Beilei Xing wrote: > In current i40e codebase, if single VLAN header is added in a packet, > it's treated as inner VLAN. Generally, a single VLAN header is > treated as the outer VLAN header. So change corresponding register > for single VLAN. > > Fixes: 1

[dpdk-dev] [PATCH v3] i40e: fix the type issue of a single VLAN type

2016-06-22 Thread Beilei Xing
In current i40e codebase, if single VLAN header is added in a packet, it's treated as inner VLAN. Generally, a single VLAN header is treated as the outer VLAN header. So change corresponding register for single VLAN. Fixes: 19b16e2f6442 ("ethdev: add vlan type when setting ether type") Signed-off