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 3D26A1B208 for ; Fri, 10 Nov 2017 10:54:38 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 10 Nov 2017 01:54:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,373,1505804400"; d="scan'208";a="510856" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.21.79]) ([10.254.21.79]) by FMSMGA003.fm.intel.com with ESMTP; 10 Nov 2017 01:54:37 -0800 To: Ajit Khaparde , dev@dpdk.org References: <20171109174628.44636-1-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: <00e38930-5fba-d88a-fbaa-30129c03092d@intel.com> Date: Fri, 10 Nov 2017 01:54:36 -0800 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: <20171109174628.44636-1-ajit.khaparde@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 1/2] net/bnxt: fix duplicate creation of ntuple filter 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 Nov 2017 09:54:39 -0000 On 11/9/2017 9:46 AM, Ajit Khaparde wrote: > Prevent the creation of duplicate 5tuple filters. > Fixes: b7435d660a8c ("net/bnxt: add ntuple filtering support") > > Signed-off-by: Ajit Khaparde Series applied to dpdk/master, thanks.