Re: [PATCH v3] i40e: fix the type issue of a single VLAN type
From: Bruce Richardson <hidden>
Date: 2016-06-24 12:09:16
From: Bruce Richardson <hidden>
Date: 2016-06-24 12:09:16
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: 19b16e2f6442 ("ethdev: add vlan type when setting ether type")
Signed-off-by: Beilei Xing <redacted>Applied to dpdk-next-net/rel_16_07 /Bruce