[v2,00/10] patchset for bnxt

Message ID 20240222194800.80648-1-ajit.khaparde@broadcom.com (mailing list archive)
Headers
Series patchset for bnxt |

Message

Ajit Khaparde Feb. 22, 2024, 7:47 p.m. UTC
  Apart from some fixes, this patchset adds support for
RSS based on IPV6 flow label.
This set also updates the 24.03 release notes.

v1->v2:
 - Patchset rebased against 24.03-rc1
 - Fixed up a typo in patch [8/10]

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

Comments

Ajit Khaparde Feb. 23, 2024, 2:05 a.m. UTC | #1
On Thu, Feb 22, 2024 at 11:48 AM Ajit Khaparde
<ajit.khaparde@broadcom.com> wrote:
>
> Apart from some fixes, this patchset adds support for
> RSS based on IPV6 flow label.
> This set also updates the 24.03 release notes.
>
> v1->v2:
>  - Patchset rebased against 24.03-rc1
>  - Fixed up a typo in patch [8/10]

Patchset merged to dpdk-next-net-brcm for-next-net branch.
Thanks

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