[dpdk-dev] [PATCH] ixgbe: fix wrong packet type for VxLAN & NVGRE

2016-04-08 Thread Thomas Monjalon
2016-04-08 16:10, Wenzhuo Lu: > VxLAN & NVGRE are supported by x550. As we know HW can parse > the packet and tell SW the type info. For VxLAN & NVGRE packets > there's some change. HW will not tell SW the info of the outer > header but the inner header instead. But we always take the > info as

[dpdk-dev] [PATCH] ixgbe: fix wrong packet type for VxLAN & NVGRE

2016-04-08 Thread Wenzhuo Lu
VxLAN & NVGRE are supported by x550. As we know HW can parse the packet and tell SW the type info. For VxLAN & NVGRE packets there's some change. HW will not tell SW the info of the outer header but the inner header instead. But we always take the info as it's for the outer header. So the packet