From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6D317A04DB; Fri, 11 Dec 2020 03:42:27 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A56D1AC9B; Fri, 11 Dec 2020 03:42:25 +0100 (CET) Received: from mail-ej1-f66.google.com (mail-ej1-f66.google.com [209.85.218.66]) by dpdk.org (Postfix) with ESMTP id B3BAC37B7 for ; Fri, 11 Dec 2020 03:42:23 +0100 (CET) Received: by mail-ej1-f66.google.com with SMTP id w1so5643793ejf.11 for ; Thu, 10 Dec 2020 18:42:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=lEMatU4A/COpvEll0sMynT9PYTNQLonRDq0y1+m7jLE=; b=FwdLvzAOa9XL12g2Xaa81mt5Lvq8XLPRF1dCxlIToO6s0cnFVBrSWs9+Fit/VMEwFq 1TDKA0dK3Gkk+2+SNR4TDPHIg4sbiSHKDJc6YuZcX/BwW4ulWp8/2DXWoSDcTqdGgdYF MPg6/qagVphNs4xtrd3SBgSNAVhTumViJgiA+GhygFyaLaszr8FHXw/Djr81wtSSTSKd UvmOKNpeq9Rp+YFHwg5sxFFrscEgzfeHx7Nhyl2EAH3MPr2uBL1+alu3TNtkoXnR74dz FKKnZiTnjUQ9YEgq3wlER4LTzrEWqn7DxZusMLQPXveeGcOmEEVtG+AkbAAj7JOu6jHK dgwA== 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; bh=lEMatU4A/COpvEll0sMynT9PYTNQLonRDq0y1+m7jLE=; b=KhMmAV6hX8eSKKBO1l4wrXdSM168Q3V1b8UnA8ALYp/DAtF/9wGSmn1A8G4tYjqHFC vY808beOXknfliswZ92MEJq7Sukze938FBzFkcHPMbVhbVzo5l0JdLDW9NEIJXtDDrx3 3PmpQnM2Y4X+m0GLF5R/qgpYB+/u+o8jVpIsw7PIvFestq5YeAoCwMAeuxfb+o5bZIQp N5vyctX3nmC5WV6R9mPogq5fqQEzC4fB050VDDKlFqWslmo7Qum/mZGTSrx463s7+/fX nihsdtqWQbYRJKGEc5tCDGZFev4MnYbTKdq4m8wJLUGGiswmju/25/NVGiGsW36gHjLR jiVQ== X-Gm-Message-State: AOAM533eZEyPspLZuVNlrJpZOXsaqKvb21nsfzsC5cWAmVazcifSoV7p PaWyWI4yprEbnviDqq1ClG/3Z1JggP5/6MTiTZvXWmAaksPW7A== X-Google-Smtp-Source: ABdhPJxL5bOe1Tq61++h7kfRoL0Ks6RAstQ0cRu//VLi/4bq8OLz9AsPQiiXLXCl7ZbSNr88O/dNLIwIYeVbKeKthdc= X-Received: by 2002:a17:906:6693:: with SMTP id z19mr8976920ejo.376.1607654542238; Thu, 10 Dec 2020 18:42:22 -0800 (PST) MIME-Version: 1.0 References: <20201209192233.6518-1-ajit.khaparde@broadcom.com> <20201209235347.16180-1-ajit.khaparde@broadcom.com> In-Reply-To: <20201209235347.16180-1-ajit.khaparde@broadcom.com> From: Ajit Khaparde Date: Thu, 10 Dec 2020 18:42:11 -0800 Message-ID: To: dev@dpdk.org, Ajit Khaparde Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v3 00/17] fixes and refactoring changes 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Dec 9, 2020 at 3:53 PM Ajit Khaparde wrote: > > Some fixes and refactoring changes for bnxt PMD. > > v1->v2: Resend without the legal signature/footer. > v2->v3: Fix index calculation in patch 17/17. Patchset applied to dpdk-next-net-brcm. Thanks > > > Ajit Khaparde (9): > net/bnxt: remove unused field > net/bnxt: remove references to Thor > net/bnxt: fix cleanup on mutex init failure > net/bnxt: fix format specifier for unsigned int > net/bnxt: use the right function to free mbuf > net/bnxt: remove function declaration > net/bnxt: changes to indentation and coding style > net/bnxt: add missing comments > net/bnxt: modify ring index logic > > Kalesh AP (3): > net/bnxt: release hwrm lock in the error case > net/bnxt: fix to return error when fw command fails > net/bnxt: fix vnic RSS configure function > > Rahul Gupta (1): > net/bnxt: support for 236 queues in NS3 > > Samik Gupta (2): > net/bnxt: fix RX rings in RSS redirection table > net/bnxt: fix VNIC config on Rx queue stop > > Somnath Kotur (1): > net/bnxt: fix PF resource query > > Sriharsha Basavapatna (1): > net/bnxt: fix max rings computation > > drivers/net/bnxt/bnxt.h | 75 +++++++---- > drivers/net/bnxt/bnxt_cpr.h | 10 +- > drivers/net/bnxt/bnxt_ethdev.c | 78 ++++++----- > drivers/net/bnxt/bnxt_hwrm.c | 127 +++++++++++------- > drivers/net/bnxt/bnxt_hwrm.h | 2 - > drivers/net/bnxt/bnxt_reps.c | 8 +- > drivers/net/bnxt/bnxt_ring.c | 50 +++---- > drivers/net/bnxt/bnxt_ring.h | 40 ++++-- > drivers/net/bnxt/bnxt_rxq.c | 35 +++-- > drivers/net/bnxt/bnxt_rxr.c | 122 +++++++++-------- > drivers/net/bnxt/bnxt_rxr.h | 6 +- > drivers/net/bnxt/bnxt_rxtx_vec_common.h | 14 +- > drivers/net/bnxt/bnxt_rxtx_vec_neon.c | 16 +-- > drivers/net/bnxt/bnxt_rxtx_vec_sse.c | 16 +-- > drivers/net/bnxt/bnxt_txq.c | 2 +- > drivers/net/bnxt/bnxt_txr.c | 51 ++++--- > drivers/net/bnxt/bnxt_txr.h | 6 +- > drivers/net/bnxt/bnxt_vnic.c | 4 +- > drivers/net/bnxt/tf_core/tf_core.c | 2 +- > drivers/net/bnxt/tf_ulp/bnxt_ulp.c | 2 +- > drivers/net/bnxt/tf_ulp/ulp_template_db_act.c | 5 + > .../net/bnxt/tf_ulp/ulp_template_db_class.c | 6 + > 22 files changed, 402 insertions(+), 275 deletions(-) > > -- > 2.21.1 (Apple Git-122.3) > -- Ajit Khaparde