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 C2BFB2E83 for ; Fri, 10 Feb 2017 12:25:27 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Feb 2017 03:25:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,141,1484035200"; d="scan'208";a="63488871" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137]) ([10.237.220.137]) by fmsmga005.fm.intel.com with ESMTP; 10 Feb 2017 03:25:25 -0800 To: Wei Zhao , dev@dpdk.org References: <1486690678-45460-1-git-send-email-wei.zhao1@intel.com> From: Ferruh Yigit Message-ID: <193d4cb8-626d-b240-8bb1-e74d834d76cd@intel.com> Date: Fri, 10 Feb 2017 11:25:24 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <1486690678-45460-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 tci mask check in fdir pasrer 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, 10 Feb 2017 11:25:28 -0000 On 2/10/2017 1:37 AM, Wei Zhao wrote: > It must use big endian when check on the tci mask of vlan > and vxlan parser in fdir filter rule pattern parser.Because > rte layer send out tci mask using big endian mode. > > Fixes: 11777435c727 ("net/ixgbe: parse flow director filter") > Fixes: cc83320af286 ("net/ixgbe: add tci mask check > in fdir parser") > > Signed-off-by: Wei Zhao net/ixgbe: fix VLAN mask TCI in flow rule parser Fixes: 11777435c727 ("net/ixgbe: parse flow director filter") Fixes: c7753a7e6968 ("net/ixgbe: add tci mask check in fdir parser") Applied to dpdk-next-net/master, thanks.