From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 8168C1B234 for ; Wed, 10 Jan 2018 21:33:00 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 12:32:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,341,1511856000"; d="scan'208";a="20582567" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by fmsmga001.fm.intel.com with ESMTP; 10 Jan 2018 12:32:58 -0800 To: Ajit Khaparde , dev@dpdk.org References: <20180108202437.56305-1-ajit.khaparde@broadcom.com> From: Ferruh Yigit Message-ID: <152366c7-43e4-af41-751f-02006058d0d4@intel.com> Date: Wed, 10 Jan 2018 20:32:57 +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: <20180108202437.56305-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 00/13] bnxt atchset 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: Wed, 10 Jan 2018 20:33:00 -0000 On 1/8/2018 8:24 PM, Ajit Khaparde wrote: > Please apply these patches. > > Ajit Khaparde (10): > net/bnxt: check return values in bnxt_dev_init > net/bnxt: fix double increment of idx during Tx ring alloc > net/bnxt: parse checksum offload flags > net/bnxt: fix grp_info usage > net/bnxt: return proper error code > net/bnxt: add check for multi host PF per port. > net/bnxt: check if initialization is done before accessing stats > net/bnxt: fix check for ether_type > net/bnxt: check on-chip resources > > Somnath Kotur (3): > net/bnxt: fix duplicate filter pattern creation error > net/bnxt: remove unnecessary addition of a temporary filter > net/bnxt: fix bug with duplicate pattern for 5tuple filter > bnxt/bnxt: free the aggregration ring while freeing all the HWRM rings Series applied to dpdk-next-net/master, thanks. Fixes lines are missing for some patches [1], can you please provide them, I can update commits when received. [1] $ ./devtools/check-git-log.sh -13 Missing 'Fixes' tag: net/bnxt: fix group info usage net/bnxt: fix duplicate filter pattern creation error net/bnxt: fix bug with duplicate pattern for 5tuple filter