[dpdk-dev] [PATCH 05/15] i40e/base: fixup Geneve VNI for HW use

2016-05-10 Thread Bruce Richardson
On Thu, May 05, 2016 at 04:53:34PM +0800, Helin Zhang wrote: > The hardware doesn't layout the Geneve VNI quite the same > as the VxLAN VNI, so it needs to adjust it before sending > through the AQ commands as the workaround. > > Signed-off-by: Helin Zhang Please expand out acronyms like VNI in

[dpdk-dev] [PATCH 05/15] i40e/base: fixup Geneve VNI for HW use

2016-05-05 Thread Helin Zhang
The hardware doesn't layout the Geneve VNI quite the same as the VxLAN VNI, so it needs to adjust it before sending through the AQ commands as the workaround. Signed-off-by: Helin Zhang --- drivers/net/i40e/base/i40e_common.c | 35 ++- drivers/net/i40e/base/i40e_o