From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 05/15] i40e/base: fixup Geneve VNI for HW use Date: Tue, 14 Jun 2016 11:25:05 +0100 Message-ID: <20160614102505.GC18600@bricha3-MOBL3> References: <1462438424-22574-1-git-send-email-helin.zhang@intel.com> <1464070989-32726-1-git-send-email-helin.zhang@intel.com> <1464070989-32726-6-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Helin Zhang Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id F02F28D28 for ; Tue, 14 Jun 2016 12:25:23 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1464070989-32726-6-git-send-email-helin.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, May 24, 2016 at 02:22:59PM +0800, Helin Zhang wrote: > The hardware doesn't layout the Geneve VNI (Virtual Network > Identifier) 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 Missing fixline: Fixes: 8db9e2a1b232 ("i40e: base driver")