netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Chan <michael.chan@broadcom.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, andrew.gospodarek@broadcom.com
Subject: [PATCH net-next 0/7] bnxt_en: Updates for net-next
Date: Tue, 30 Apr 2024 15:44:31 -0700	[thread overview]
Message-ID: <20240430224438.91494-1-michael.chan@broadcom.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1550 bytes --]

The first patch is a bug fix for a recent regression in net-next
on older NICs.  The second patch converts the sw_stats field in
the completion ring structure to a pointer.  This allows the
group of completion rings using the same MSIX to share the same
sw_stats structure.  Prior to this, the correct completion ring
must be used to count packets.

The next four patches remove the RTNL lock when calling the RoCE
driver for asynchronous stop and start during error recovery and
firmware reset.  The RTNL ilock is replaced with a private mutex
used to synchronize RoCE register, unregister, stop, and start.

The last patch adds VF PCI IDs for the 5760X chips.

Ajit Khaparde (1):
  bnxt_en: Add VF PCI ID for 5760X (P7) chips

Edwin Peer (1):
  bnxt_en: share NQ ring sw_stats memory with subrings

Kalesh AP (3):
  bnxt_en: Don't support offline self test when RoCE driver is loaded
  bnxt_en: Add a mutex to synchronize ULP operations
  bnxt_en: Optimize recovery path ULP locking in the driver

Michael Chan (2):
  bnxt_en: Fix and simplify bnxt_get_avail_msix() calls
  bnxt_en: Don't call ULP_STOP/ULP_START during L2 reset

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     | 139 ++++++++++--------
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |   5 +-
 .../net/ethernet/broadcom/bnxt/bnxt_devlink.c |   7 +-
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c |  15 +-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c |  20 ++-
 drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.h |   3 +
 6 files changed, 115 insertions(+), 74 deletions(-)

-- 
2.30.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4209 bytes --]

             reply	other threads:[~2024-04-30 22:46 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-30 22:44 Michael Chan [this message]
2024-04-30 22:44 ` [PATCH net-next 1/7] bnxt_en: Fix and simplify bnxt_get_avail_msix() calls Michael Chan
2024-04-30 23:19   ` Jakub Kicinski
2024-04-30 23:35     ` Michael Chan
2024-04-30 23:44       ` Jakub Kicinski
2024-04-30 22:44 ` [PATCH net-next 2/7] bnxt_en: share NQ ring sw_stats memory with subrings Michael Chan
2024-04-30 22:44 ` [PATCH net-next 3/7] bnxt_en: Don't support offline self test when RoCE driver is loaded Michael Chan
2024-04-30 22:44 ` [PATCH net-next 4/7] bnxt_en: Don't call ULP_STOP/ULP_START during L2 reset Michael Chan
2024-04-30 22:44 ` [PATCH net-next 5/7] bnxt_en: Add a mutex to synchronize ULP operations Michael Chan
2024-04-30 22:44 ` [PATCH net-next 6/7] bnxt_en: Optimize recovery path ULP locking in the driver Michael Chan
2024-04-30 22:44 ` [PATCH net-next 7/7] bnxt_en: Add VF PCI ID for 5760X (P7) chips Michael Chan
  -- strict thread matches above, loose matches on Subject: below --
2025-11-26 21:56 [PATCH net-next 0/7] bnxt_en: Updates for net-next Michael Chan
2025-11-27  4:09 ` Jakub Kicinski
2024-04-09 21:54 Michael Chan
2024-04-11  3:10 ` patchwork-bot+netdevbpf
2019-10-30  7:59 Michael Chan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240430224438.91494-1-michael.chan@broadcom.com \
    --to=michael.chan@broadcom.com \
    --cc=andrew.gospodarek@broadcom.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).