From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F3622C433DB for ; Wed, 10 Mar 2021 13:18:59 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 44A3364F81 for ; Wed, 10 Mar 2021 13:18:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 44A3364F81 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7EEA14068C; Wed, 10 Mar 2021 14:18:58 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id B3CAD40687 for ; Wed, 10 Mar 2021 14:18:56 +0100 (CET) IronPort-SDR: V1sgZ/aL2CjO2nO+5QHD5Z2wM4/AUijYCdOzaKtrnXDXQKc5Y/B5KElw0m7XMAZ9ukxjlLFksV xl7FtA3bLdMA== X-IronPort-AV: E=McAfee;i="6000,8403,9917"; a="167735793" X-IronPort-AV: E=Sophos;i="5.81,237,1610438400"; d="scan'208";a="167735793" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2021 05:18:55 -0800 IronPort-SDR: 70PZZM87axhaBTwFbrRkPOnjWamalQsnw3WmEQ2qGEtkYZdHSuRwwh7gdYpy25NABNOtmmRXSC jLQPLYODIX5A== X-IronPort-AV: E=Sophos;i="5.81,237,1610438400"; d="scan'208";a="509659178" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.209.124]) ([10.213.209.124]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2021 05:18:54 -0800 To: Kalesh A P , dev@dpdk.org Cc: ajit.khaparde@broadcom.com References: <20210224155553.26893-1-kalesh-anakkur.purayil@broadcom.com> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Wed, 10 Mar 2021 13:18:52 +0000 MIME-Version: 1.0 In-Reply-To: <20210224155553.26893-1-kalesh-anakkur.purayil@broadcom.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 00/11] bnxt fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/24/2021 3:55 PM, Kalesh A P wrote: > From: Kalesh AP > > This patchset contain bnxt bug fixes and enhancements. > > Please apply. > > Ajit Khaparde (1): > net/bnxt: update to new version of backing store > > Kalesh AP (9): > net/bnxt: remove unused macro > net/bnxt: fix vnic configuration > net/bnxt: remove extra blank line > net/bnxt: update HWRM structures > net/bnxt: log port id in async events > net/bnxt: handle echo request async message > net/bnxt: fix firmware fatal error handling > net/bnxt: fix fw readiness check during recovery > net/bnxt: fix PTP support for thor > > Venkat Duvvuru (1): > net/bnxt: update number of queues per vnic in single queue mode > Hi Ajit, There are some checkpatch warnings for 5/11, can you please check them? http://mails.dpdk.org/archives/test-report/2021-February/179954.html Also './devtools/check-git-log.sh -11' is giving a warning. And can you please add release notes updated for the set, at least "HWRM API" version update worth mention I think. Please update the release notes on the patch that does the change, instead of separate patch. Thanks, ferruh