From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 2C4392A5E for ; Tue, 14 Feb 2017 08:30:11 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 13 Feb 2017 23:30:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,160,1484035200"; d="scan'208";a="1126323533" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga002.fm.intel.com with ESMTP; 13 Feb 2017 23:30:09 -0800 Date: Tue, 14 Feb 2017 15:32:27 +0800 From: Yuanhan Liu To: Ferruh Yigit Cc: Wei Zhao , dev@dpdk.org Message-ID: <20170214073227.GU20916@yliu-dev.sh.intel.com> References: <1486111489-32972-1-git-send-email-wei.zhao1@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: fix parsing fdir vxlan issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 07:30:12 -0000 On Fri, Feb 03, 2017 at 10:53:29PM +0000, Ferruh Yigit wrote: > On 2/3/2017 8:44 AM, Wei Zhao wrote: > > VNI of VXLAN is parsed wrongly. The root cause is that > > array vni in item VXLAN also uses network byte ordering. > > > > Fixes: 11777435c727 ("net/ixgbe: parse flow director filter") > > > > Signed-off-by: Wei Zhao > > Cc: stable@dpdk.org It fixed an issue introduced in this release, thus it's not a candidate for a stable release. Dropped. --yliu > > Applied to dpdk-next-net/master, thanks.