[dpdk-dev] [PATCH] i40e: fix vlan stripping from inner header

2016-05-06 Thread Bruce Richardson
On Wed, May 04, 2016 at 01:42:25PM +0800, Jingjing Wu wrote: > Previously, for tunnel packets, such as VXLAN/NVGRE, the vlan > tags of the inner header will be stripped without putting vlan > info to descriptor, what is not expected behaviour. > This patch fixes it by changing hardware configuratio

[dpdk-dev] [PATCH] i40e: fix vlan stripping from inner header

2016-05-04 Thread Jingjing Wu
Previously, for tunnel packets, such as VXLAN/NVGRE, the vlan tags of the inner header will be stripped without putting vlan info to descriptor, what is not expected behaviour. This patch fixes it by changing hardware configuration to leave the inner packet alone. Fixes: 4861cde46116 ("i40e: new p