From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 14 Jun 2016 03:25:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,470,1459839600"; d="scan'208";a="121553333" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.72]) by fmsmga004.fm.intel.com with SMTP; 14 Jun 2016 03:25:07 -0700 Received: by (sSMTP sendmail emulation); Tue, 14 Jun 2016 11:25:05 +0025 Date: Tue, 14 Jun 2016 11:25:05 +0100 From: Bruce Richardson To: Helin Zhang Cc: dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <1464070989-32726-6-git-send-email-helin.zhang@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2 05/15] i40e/base: fixup Geneve VNI for HW use X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2016 10:25:24 -0000 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")