From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 1CBE037AA for ; Fri, 3 Feb 2017 23:53:30 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP; 03 Feb 2017 14:53:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,331,1477983600"; d="scan'208";a="60968764" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.49.173]) ([10.254.49.173]) by fmsmga005.fm.intel.com with ESMTP; 03 Feb 2017 14:53:29 -0800 To: Wei Zhao , dev@dpdk.org References: <1486111489-32972-1-git-send-email-wei.zhao1@intel.com> From: Ferruh Yigit Message-ID: Date: Fri, 3 Feb 2017 22:53:29 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1486111489-32972-1-git-send-email-wei.zhao1@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: Fri, 03 Feb 2017 22:53:31 -0000 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 Applied to dpdk-next-net/master, thanks.