From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 373771B270 for ; Tue, 31 Oct 2017 01:49:00 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Oct 2017 17:48:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,321,1505804400"; d="scan'208";a="169214466" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.254]) ([10.241.225.254]) by fmsmga005.fm.intel.com with ESMTP; 30 Oct 2017 17:48:59 -0700 To: Ajit Khaparde , dev@dpdk.org References: <20171027155334.46788-1-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: <45a79145-1967-bc95-7d49-6dc1d494e7b5@intel.com> Date: Mon, 30 Oct 2017 17:48:59 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171027155334.46788-1-ajit.khaparde@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/bnxt: fix fdir filter code 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, 31 Oct 2017 00:49:01 -0000 On 10/27/2017 8:53 AM, Ajit Khaparde wrote: > Set the filter_type before we match a new filter against existing > filters. Otherwise we are missing the existing filters. > > Fixes: 2d64da097aa0 ("net/bnxt: support FDIR") > > Signed-off-by: Ajit Khaparde Applied to dpdk-next-net/master, thanks.