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 295771B1F3 for ; Thu, 5 Oct 2017 22:38:22 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 05 Oct 2017 13:38:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,482,1500966000"; d="scan'208";a="907170215" Received: from unknown (HELO [10.241.225.33]) ([10.241.225.33]) by FMSMGA003.fm.intel.com with ESMTP; 05 Oct 2017 13:38:20 -0700 To: Ajit Khaparde , dev@dpdk.org References: <20171005142803.2143-1-ajit.khaparde@broadcom.com> <20171005150646.3188-1-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: <613d87b2-eb9a-7c9b-68f2-10ddeea99ad1@intel.com> Date: Thu, 5 Oct 2017 21:38:20 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20171005150646.3188-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 v2 0/4] patch series for bnxt 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: Thu, 05 Oct 2017 20:38:22 -0000 On 10/5/2017 4:06 PM, Ajit Khaparde wrote: > A continuation of the previous submission, > this patchset adds support for ntuple filtering. > It also fixes an issue found while testing VMDQ > and updates bnxt.ini > The last patch removes some unnecessary parentheses from the code. > > Ajit Khaparde (4): > net/bnxt: add ntuple filtering support > net/bnxt: fix number of mac addresses for VMDQ support > net/bnxt: fixup bnxt.ini > net/bnxt: fix some unnecessary parentheses Series applied to dpdk-next-net/master, thanks. Except last one. Last one squashed into relevant commit in next-net, thanks.