From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 3EB851B29E for ; Fri, 26 Jan 2018 18:37:21 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jan 2018 09:37:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,417,1511856000"; d="scan'208";a="22563107" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by orsmga003.jf.intel.com with ESMTP; 26 Jan 2018 09:37:19 -0800 From: Ferruh Yigit To: Ajit Khaparde , dev@dpdk.org References: <4e127fe7-7351-31b5-40d4-37d850c5fb12@intel.com> <20180125224757.82325-1-ajit.khaparde@broadcom.com> Message-ID: <53195b13-2296-bba6-9dfe-e823c144c002@intel.com> Date: Fri, 26 Jan 2018 17:37:18 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/7] bnxt patchset 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, 26 Jan 2018 17:37:21 -0000 On 1/26/2018 5:35 PM, Ferruh Yigit wrote: > On 1/25/2018 10:47 PM, Ajit Khaparde wrote: >> Please apply this patchset. >> I have incorporated most of the comments that we got in v1. >> The switch to SPDX tags is in the works and will be submitted separately. >> >> Ajit Khaparde (6): >> net/bnxt: fix size of tx ring in HW >> net/bnxt: use driver specific dynamic log type >> net/bnxt: register for more async events >> net/bnxt: check if MAC address is all zeros >> net/bnxt: add 100G speed detection >> net/bnxt: fix number of pools for RSS >> >> Somnath Kotur (1): >> net/bnxt: support for rx/tx_queue_start/stop ops > > Series applied to dpdk-next-net/master, thanks. > > Except 6/7, which looks like can be independent patch. And since rc2 is close, I > didn't want that patch to block the set. Ahh, new version arrived while I am writing this mail, so I will drop existing ones and apply new version of the set. Thanks.