From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 4B1ADA09E9;
	Tue,  8 Dec 2020 21:11:46 +0100 (CET)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id D4EDDC908;
	Tue,  8 Dec 2020 21:11:43 +0100 (CET)
Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com
 [209.85.215.193]) by dpdk.org (Postfix) with ESMTP id 5A79D72D9
 for <dev@dpdk.org>; Tue,  8 Dec 2020 21:11:41 +0100 (CET)
Received: by mail-pg1-f193.google.com with SMTP id 69so5345368pgg.8
 for <dev@dpdk.org>; Tue, 08 Dec 2020 12:11:41 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google;
 h=from:to:subject:date:message-id:mime-version;
 bh=ymZOHvWdvzaI5vOTVE/+5RGVcyLXRflvo6izzOfLe04=;
 b=FvTG355R5SPGnYr7Zo+kNsTWD1Kmr6g7/wkx9k+UClcTUJORoWKsNgOrUVY11JfnAW
 zVOXczMnHiQdG0qm3z+qpzHE/NJ3vPkWVEviNdRPmBXBZYEAFm6MrApesIp0WcXJAeAK
 HQP84sSHroZVRRLlciXXPPm4fCqa+LaWq2rZU=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:from:to:subject:date:message-id:mime-version;
 bh=ymZOHvWdvzaI5vOTVE/+5RGVcyLXRflvo6izzOfLe04=;
 b=SEvf/fp9ledH1banb7COLMZL4HhFjAuPPBDMjm1C7ycCUrGqvLGLtJ1F2v+GVaeZei
 R3dyOFUoRGrNfpEZItI957BnqFuiKh39njQdY5l5GpGMSUca9TIU0z9czKuVe9jC2TVG
 wN1N08tGYnRhyo85lQK2UaEjAGNNh/jGr/XNiFWm9BT79PeiUOsB1RP4Ua/8y4Y++X5w
 B9m788n+ZDXHc1xUyfSoemnsSOhHqQhBkWwjqB5YRso4M9pKSTPl4vMQlM1XRTGotI+0
 gkrWcOdUWvzdk1eyKWPbqqe+iofLbBdDZ6jKR5sJ9nyc6e5t/16SPRtl4+tI/BARyOCE
 95GA==
X-Gm-Message-State: AOAM531lTGIKV/Spxb30hhOdV0a+s+qCQF77++/TqUQSARAAp/zIG/W5
 sEM0NDnKRTLYnvIsCtKthn+LJ0UlrXEYO0kmvI4j8fI49gP3GSVBpIZ3KGIFyoXKc5+Fc8GUXWN
 e5cH37VO5QtipDwepVPBDP2bi9tEwUflIDDEIcO1lzKrM8uBKNFAEkVmOBRokzkmz2A==
X-Google-Smtp-Source: ABdhPJxB+C5f1C/+Axs42am1T0xgOM3WoAItjNKLIOh+IK7cYEOd/rclnGqSI2WL8PXsUvcrKvDwcw==
X-Received: by 2002:a17:90a:df0d:: with SMTP id
 gp13mr5756663pjb.151.1607458298587; 
 Tue, 08 Dec 2020 12:11:38 -0800 (PST)
Received: from localhost.localdomain ([192.19.223.252])
 by smtp.gmail.com with ESMTPSA id x10sm5729187pfc.157.2020.12.08.12.11.37
 for <dev@dpdk.org>
 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 08 Dec 2020 12:11:37 -0800 (PST)
From: Ajit Khaparde <ajit.khaparde@broadcom.com>
To: dev@dpdk.org
Date: Tue,  8 Dec 2020 12:11:17 -0800
Message-Id: <20201208201134.47844-1-ajit.khaparde@broadcom.com>
X-Mailer: git-send-email 2.21.1 (Apple Git-122.3)
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: [dpdk-dev] [PATCH 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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

Some fixes and refactoring changes for bnxt PMD.

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       |  16 +--
 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, 403 insertions(+), 276 deletions(-)

-- 
2.21.1 (Apple Git-122.3)


-- 
This electronic communication and the information and any files transmitted 
with it, or attached to it, are confidential and are intended solely for 
the use of the individual or entity to whom it is addressed and may contain 
information that is confidential, legally privileged, protected by privacy 
laws, or otherwise restricted from disclosure to anyone else. If you are 
not the intended recipient or the person responsible for delivering the 
e-mail to the intended recipient, you are hereby notified that any use, 
copying, distributing, dissemination, forwarding, printing, or copying of 
this e-mail is strictly prohibited. If you received this e-mail in error, 
please return the e-mail to the sender, delete it from your computer, and 
destroy any printed copy of it.