From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 75037AB08; Fri, 3 Feb 2017 23:53:00 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 03 Feb 2017 14:52:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,331,1477983600"; d="scan'208";a="60968689" 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:52:58 -0800 To: Wei Zhao , dev@dpdk.org References: <1486111437-32778-1-git-send-email-wei.zhao1@intel.com> Cc: dpdk stable From: Ferruh Yigit Message-ID: <9bad99fb-6b96-68a7-c379-1159d9891d57@intel.com> Date: Fri, 3 Feb 2017 22:52:57 +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: <1486111437-32778-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: add 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, 03 Feb 2017 22:53:01 -0000 On 2/3/2017 8:43 AM, Wei Zhao wrote: > Add more check on the tci mask of vlan and vxlan parser > in fdir filter rule pattern parser.If do not add such check, > it maybe cause error in fdir configuration set check. > > Fixes: 11777435c727 ("net/ixgbe: parse flow director filter") > > Signed-off-by: Wei Zhao Cc: stable@dpdk.org Applied to dpdk-next-net/master, thanks.