DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/7] bnxt bug fixes
@ 2024-02-08 17:13 Ajit Khaparde
  2024-02-08 17:13 ` [PATCH 1/7] net/bnxt: avoid seg fault in Tx queue release Ajit Khaparde
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Ajit Khaparde @ 2024-02-08 17:13 UTC (permalink / raw)
  To: dev

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

Patchset with bug fixes for bnxt PMD.
Patch based against the
next-net-brcm for-next-net branch.

Please apply.

Ajit Khaparde (4):
  net/bnxt: modify locking for representor Tx
  net/bnxt: refactor VNIC context cleanup
  net/bnxt: update consumer index of NQ regularly
  net/bnxt: update RSS algorithm capability

Damodharam Ammepalli (1):
  net/bnxt: cleanup vnic ref count

Kishore Padmanabha (1):
  net/bnxt: avoid seg fault in Tx queue release

Shuanglin Wang (1):
  net/bnxt: adjust session name on multi host system

 drivers/net/bnxt/bnxt.h            |  2 +-
 drivers/net/bnxt/bnxt_ethdev.c     | 14 +++-----
 drivers/net/bnxt/bnxt_hwrm.c       | 16 +++++++--
 drivers/net/bnxt/bnxt_irq.c        | 26 +++++++++++---
 drivers/net/bnxt/bnxt_reps.c       |  6 ++--
 drivers/net/bnxt/bnxt_txq.c        |  8 ++++-
 drivers/net/bnxt/bnxt_txq.h        |  1 +
 drivers/net/bnxt/bnxt_txr.c        | 13 +++++++
 drivers/net/bnxt/bnxt_txr.h        |  4 ++-
 drivers/net/bnxt/tf_ulp/bnxt_ulp.c | 58 ++++++++++++++++++++++++++++++
 10 files changed, 125 insertions(+), 23 deletions(-)

-- 
2.39.2 (Apple Git-143)


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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-02-22  3:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-08 17:13 [PATCH 0/7] bnxt bug fixes Ajit Khaparde
2024-02-08 17:13 ` [PATCH 1/7] net/bnxt: avoid seg fault in Tx queue release Ajit Khaparde
2024-02-08 17:13 ` [PATCH 2/7] net/bnxt: modify locking for representor Tx Ajit Khaparde
2024-02-08 17:13 ` [PATCH 3/7] net/bnxt: refactor VNIC context cleanup Ajit Khaparde
2024-02-08 17:13 ` [PATCH 4/7] net/bnxt: cleanup vnic ref count Ajit Khaparde
2024-02-08 17:13 ` [PATCH 5/7] net/bnxt: adjust session name on multi host system Ajit Khaparde
2024-02-08 17:13 ` [PATCH 6/7] net/bnxt: update consumer index of NQ regularly Ajit Khaparde
2024-02-08 17:13 ` [PATCH 7/7] net/bnxt: update RSS algorithm capability Ajit Khaparde
2024-02-08 21:50 ` [PATCH 0/7] bnxt bug fixes Ajit Khaparde
2024-02-22  2:50   ` Patrick Robb
2024-02-22  3:20     ` Ajit Khaparde

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).