From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] net/ixgbe: fix parsing fdir vxlan issue Date: Tue, 14 Feb 2017 15:32:27 +0800 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 Cc: Wei Zhao , dev@dpdk.org To: Ferruh Yigit 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) Content-Disposition: inline In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.