DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 00/10] patchset for bnxt
@ 2024-02-21 21:20 Ajit Khaparde
  2024-02-21 21:20 ` [PATCH 01/10] net/bnxt: extend long bd check for VXLAN GPE Ajit Khaparde
                   ` (10 more replies)
  0 siblings, 11 replies; 23+ messages in thread
From: Ajit Khaparde @ 2024-02-21 21:20 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, thomas

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

Apart from some fixes, this patchset adds support for
RSS based on IPV6 flow label.
This set also updates the 24.03 release notes.

Ajit Khaparde (8):
  net/bnxt: extend long bd check for VXLAN GPE
  net/bnxt: increase queue size for async handling
  net/bnxt: fix AGG ID computation
  net/bnxt: handle UDP GSO Tx
  net/bnxt: add IPv6 flow label based RSS support
  net/bnxt: fix compressed CQE handling
  net/bnxt: fix compressed Rx CQE handling
  doc: update release notes for bnxt

Kalesh AP (2):
  net/bnxt: add dual rate module detection log
  net/bnxt: fix a null pointer dereference

 doc/guides/rel_notes/release_24_03.rst |   4 +
 drivers/net/bnxt/bnxt.h                |   1 +
 drivers/net/bnxt/bnxt_cpr.c            |   4 +
 drivers/net/bnxt/bnxt_ethdev.c         |   2 +
 drivers/net/bnxt/bnxt_hwrm.c           |  10 ++-
 drivers/net/bnxt/bnxt_reps.c           |  19 +++--
 drivers/net/bnxt/bnxt_ring.h           |   2 +-
 drivers/net/bnxt/bnxt_rxr.h            |   2 +-
 drivers/net/bnxt/bnxt_rxtx_vec_avx2.c  |  39 +++++----
 drivers/net/bnxt/bnxt_rxtx_vec_sse.c   | 107 ++++++++++++++++++++++++-
 drivers/net/bnxt/bnxt_txr.c            |   3 +-
 drivers/net/bnxt/bnxt_vnic.c           |   9 ++-
 drivers/net/bnxt/hsi_struct_def_dpdk.h |   8 +-
 13 files changed, 180 insertions(+), 30 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] 23+ messages in thread

end of thread, other threads:[~2024-02-23  2:05 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-21 21:20 [PATCH 00/10] patchset for bnxt Ajit Khaparde
2024-02-21 21:20 ` [PATCH 01/10] net/bnxt: extend long bd check for VXLAN GPE Ajit Khaparde
2024-02-21 21:20 ` [PATCH 02/10] net/bnxt: add dual rate module detection log Ajit Khaparde
2024-02-21 21:20 ` [PATCH 03/10] net/bnxt: increase queue size for async handling Ajit Khaparde
2024-02-21 21:20 ` [PATCH 04/10] net/bnxt: fix AGG ID computation Ajit Khaparde
2024-02-21 21:20 ` [PATCH 05/10] net/bnxt: fix a null pointer dereference Ajit Khaparde
2024-02-21 21:20 ` [PATCH 06/10] net/bnxt: handle UDP GSO Tx Ajit Khaparde
2024-02-21 21:20 ` [PATCH 07/10] net/bnxt: add IPv6 flow label based RSS support Ajit Khaparde
2024-02-21 21:20 ` [PATCH 08/10] net/bnxt: fix compressed CQE handling Ajit Khaparde
2024-02-21 21:20 ` [PATCH 09/10] net/bnxt: fix compressed Rx " Ajit Khaparde
2024-02-21 21:20 ` [PATCH 10/10] doc: update release notes for bnxt Ajit Khaparde
2024-02-22 19:47 ` [PATCH v2 00/10] patchset " Ajit Khaparde
2024-02-22 19:47   ` [PATCH v2 01/10] net/bnxt: extend long bd check for VXLAN GPE Ajit Khaparde
2024-02-22 19:47   ` [PATCH v2 02/10] net/bnxt: add dual rate module detection log Ajit Khaparde
2024-02-22 19:47   ` [PATCH v2 03/10] net/bnxt: increase queue size for async handling Ajit Khaparde
2024-02-22 19:47   ` [PATCH v2 04/10] net/bnxt: fix AGG ID computation Ajit Khaparde
2024-02-22 19:47   ` [PATCH v2 05/10] net/bnxt: fix a null pointer dereference Ajit Khaparde
2024-02-22 19:47   ` [PATCH v2 06/10] net/bnxt: handle UDP GSO Tx Ajit Khaparde
2024-02-22 19:47   ` [PATCH v2 07/10] net/bnxt: add IPv6 flow label based RSS support Ajit Khaparde
2024-02-22 19:47   ` [PATCH v2 08/10] net/bnxt: fix compressed CQE handling Ajit Khaparde
2024-02-22 19:47   ` [PATCH v2 09/10] net/bnxt: fix compressed Rx " Ajit Khaparde
2024-02-22 19:48   ` [PATCH v2 10/10] doc: update release notes for bnxt Ajit Khaparde
2024-02-23  2:05   ` [PATCH v2 00/10] patchset " 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).