From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1DC27A0547; Fri, 12 Mar 2021 16:19:42 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 036051608BA; Fri, 12 Mar 2021 16:19:42 +0100 (CET) Received: from mail-qv1-f45.google.com (mail-qv1-f45.google.com [209.85.219.45]) by mails.dpdk.org (Postfix) with ESMTP id C82ED1608B0 for ; Fri, 12 Mar 2021 16:19:40 +0100 (CET) Received: by mail-qv1-f45.google.com with SMTP id g14so4387952qvn.3 for ; Fri, 12 Mar 2021 07:19:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=DuTjK21WMTltN/UQIzqcjHZPkDf04b/OOFwpoWu7Htc=; b=RltmSiP+8CX81C34w0F0aHAMcWO5sJIr/hJwQ1Wf9DEQdu1e8+yxRkmD+aMNIjnnux t61TcyYa/Kf6JZEYgeL126j49zJuChgYVkglhOA/iU9I9vUykpiGv2xHLU21vUn8Rx6H iG0H7+J8OoMkHybidswjjCmjUcI3VtkYPjR84= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=DuTjK21WMTltN/UQIzqcjHZPkDf04b/OOFwpoWu7Htc=; b=P8O7SjwtwMFmW7A1kEpbC7v0xkQQ7d8vREvCHNoioS2piDxTPrP8xHAm9WKq7BJUA4 cId9tXnB7xJTIuMkwnw2FoXDXGskFxzqsM5tK/LYEPDOH+anNQL/j3kbqsdpXShRI/QP Re8MIIMnn3fiJ516l1I5rReSxENclQmPRQd/Biz+ahYe/n1D538/hds3CU8sOatOxpXR 5Iv6na+jFqrNql3YyxvgRWU6Rn2YRUMsPiGcOJuoTHxt5N67Bn6yGJ5KD5MSpshDgEb8 4l9BjzgWfrh/cHhDSiSmiQsGTEp6XuwrG+Z7yfdkCp0GkVeuadQbiG+ufa9LblyerIH+ 2W3A== X-Gm-Message-State: AOAM531rpKbm1HqVn1gmIZ3RFzWr8FbZp+NtfX4pRzU8aa6DGAWVcd2Z fr2mPF9zLRSWBJ56Wo7nTwgCI2y8vUMNK/LD6wpTf1OsqUdCKy/B X-Google-Smtp-Source: ABdhPJzafp+S7DxJ92c/WmTDwH52qO1ginsPNrfgMKE6CM1cUCqkJAPQcI/hBdWeRy57Z2RcdM7UAOiUk97Rnfl1/oU= X-Received: by 2002:a0c:ed2c:: with SMTP id u12mr5146820qvq.30.1615562379778; Fri, 12 Mar 2021 07:19:39 -0800 (PST) MIME-Version: 1.0 References: <20210312055819.52789-1-ajit.khaparde@broadcom.com> In-Reply-To: <20210312055819.52789-1-ajit.khaparde@broadcom.com> From: Ajit Khaparde Date: Fri, 12 Mar 2021 07:19:23 -0800 Message-ID: To: dpdk-dev Cc: Ferruh Yigit Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="000000000000c96d9c05bd586dcc" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] [PATCH v3 00/12] 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" --000000000000c96d9c05bd586dcc Content-Type: text/plain; charset="UTF-8" On Thu, Mar 11, 2021 at 9:58 PM Ajit Khaparde wrote: > > This patchset contain bnxt bug fixes and enhancements. > > Please apply. > > v1->v2: > - Updated word list as per recommendation to include VNIC, Thor. > - Fixed checkpatch errors pointed in 2/11. > - Updated release notes to indicate HWRM API version change. > - Check and addressed warnings reported by check-git-log.sh > > v2->v3: > - remove unnecessary formatting changes and typos from patch 5/12 Patchset applied to dpdk-next-net-brcm. Thanks > > Ajit Khaparde (2): > devtools: update word list > 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: fix queues per VNIC > > devtools/words-case.txt | 2 + > doc/guides/rel_notes/release_21_05.rst | 4 + > drivers/net/bnxt/bnxt.h | 24 +- > drivers/net/bnxt/bnxt_cpr.c | 25 +- > drivers/net/bnxt/bnxt_ethdev.c | 175 +- > drivers/net/bnxt/bnxt_hwrm.c | 93 +- > drivers/net/bnxt/bnxt_hwrm.h | 6 +- > drivers/net/bnxt/bnxt_rxq.c | 3 +- > drivers/net/bnxt/bnxt_rxr.c | 17 +- > drivers/net/bnxt/bnxt_util.h | 2 + > drivers/net/bnxt/bnxt_vnic.h | 2 - > drivers/net/bnxt/hsi_struct_def_dpdk.h | 3643 +++++++++++++++++++----- > 12 files changed, 3249 insertions(+), 747 deletions(-) > > -- > 2.21.1 (Apple Git-122.3) > --000000000000c96d9c05bd586dcc--