DPDK patches and discussions
 help / color / mirror / Atom feed
From: Manish Kurup <manish.kurup@broadcom.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: dev@dpdk.org, ajit.khaparde@broadcom.com
Subject: Re: [PATCH v4 00/57] bnxt patchset
Date: Tue, 21 Oct 2025 20:17:21 -0400	[thread overview]
Message-ID: <CAEKskBVy9_N0MuS0HkSoG=jnR0om3nJHxQEMFvChSu-dVVV0Cg@mail.gmail.com> (raw)
In-Reply-To: <20251021175049.46092-1-manish.kurup@broadcom.com>


[-- Attachment #1.1: Type: text/plain, Size: 11697 bytes --]

On Tue, Oct 21, 2025 at 1:50 PM Manish Kurup <manish.kurup@broadcom.com>
wrote:

> Apart from bug fixes, this patchset adds the following
> functionality:
>
> 1. Add the data, defines and enums for applications targeting
>    Wh+, P5, P7 product families.
> 2. Update HSI files (HWRM API defintions, enums, version number)
> 3. Dynamic UPAR support for THOR2.
> 4. Add support to allow multiple instances of applications to
>    exist at the same time.
> 5. Add hot upgrade support for applications.
> 6. Add MPLS packet offload support.
> 7. Improve backing store debug capabilities.
> 8. Add truflow global table scope support.
> 9. ULP parser support to handle GRE key.
>
> v1->v2:
> 1. Fixed typos in commit messages
> 2. Removed incorrect tabs in meson.build
> 3. Fixed ENODATA return value for BSD
> 4. Removed unused function bnxt_mpc_bds_in_hw()
> 5. Fixed questionable pointer cast warning
> 6. Ignoring function argument mispelling warnings
>
> v2->v3:
> 1. Fixed all sprintf format string warnings.
> 2. Fixed additional pointer size warnings.
>
> v3->v4:
> 1. Fixed additional pointer size warnings.
> 2. Split bnxt platform specific app data into multiple commits.
>
> Please apply.
>
>
Hi Stephen,

There were a couple of issues uploading this patchset:
1. I broke up the really large commit into 4 smaller ones (1 for platform
common defines and 3 platform/chip specific ones), #1 and #2 were
acceptable sizes, but #3 and #4 were still too big, and they are being held
awaiting moderator approval. Could you please let them through?
2. I had to retry "git send-email" a few times to get all the patches
through. I kept getting error messages saying that I was sending patches
beyond what rate was acceptable.

The patches have all been uploaded, but I dont see them in patchwork, just
the 1st 31 that went through fine.

Could you please help?

Thanks, regards,

-Manish



> Farah Smith (8):
>   net/bnxt/tf_core: thor2 TF table scope sizing adjustments
>   net/bnxt/tf_core: tcam manager logical id free
>   net/bnxt/tf_core: thor2 hot upgrade ungraceful quit crash
>   net/bnxt/tf_core: truflow global table scope
>   net/bnxt/tf_ulp: socket direct enable
>   net/bnxt: fix adding udp_tunnel_port
>   net/bnxt: thor2 truflow memory manager bug
>   net/bnxt/tf_core: fix truflow PF init failure on sriov disabled
>
> Jay Ding (4):
>   net/bnxt: fix a NULL pointer dereference in bnxt_rep funcs
>   net/bnxt/tf_ulp: add meter stats support for Thor2
>   net/bnxt/tf_core: fix the miscalculation of the lkup table pool
>   next/bnxt/tf_ulp: truflow fixes for meter and mac_addr cache
>
> Kishore Padmanabha (18):
>   net/bnxt: enable vector mode processing
>   net/bnxt/tf_ulp: add support for global identifiers
>   net/bnxt/tf_core: add support for multi instance
>   net/bnxt/tf_core: fix table scope free
>   net/bnxt/tf_core: fix vfr clean up and stats lockup
>   net/bnxt/tf_ulp: increase shared pool size to 32
>   net/bnxt/tf_ulp: add support for tcam priority update
>   net/bnxt/tf_ulp: hot upgrade support
>   net/bnxt/tf_ulp: fix stats counter memory initialization
>   net/bnxt: fix max VFs count for thor2
>   net/bnxt/tf_ulp: enable support for global index table
>   net/bnxt/tf_ulp: optimize template enums
>   net/bnxt/tf_ulp: add non vfr mode capability
>   net/bnxt: fix stats collection when rx queue is not set
>   net/bnxt: fix rss configuration when set to none
>   net/bnxt: packet drop after port stop and start
>   net/bnxt/tf_ulp: add support for unicast only feature
>   net/bnxt: add support for truflow promiscuous mode
>
> Manish Kurup (9):
>   net/bnxt/tf_ulp: add bnxt platform data for 25.11
>   net/bnxt/tf_ulp: add bnxt app data for 25.11 for Wh+
>   net/bnxt/tf_ulp: add bnxt app data for 25.11 - Thor
>   net/bnxt/tf_ulp: add bnxt app data for 25.11 - Thor2
>   net/bnxt/tf_core: dynamic UPAR support for THOR2
>   net/bnxt: add meson build options for TruFlow
>   net/bnxt: truflow HSI struct fixes
>   net/bnxt/tf_ulp: fixes to enable TF functionality
>   net/bnxt/tf_ulp: remove Truflow DEBUG code
>
> Peter Spreadborough (6):
>   net/bnxt/tf_ulp: ovs-dpdk packet drop observed with thor2
>   net/bnxt/tf_core: add backing store debug to dpdk
>   net/bnxt/tf_core: handle out of order MPC completions
>   net/bnxt: avoid potential segfault in VFR handling
>   net/bnxt/tf_core: fix truflow crash on memory allocation failure
>   net/bnxt/tf_core: remove excessive debug logging
>
> Sangtani Parag Satishbhai (3):
>   net/bnxt/tf_ulp: fix seg fault when devargs argument missing
>   net/bnxt: truflow remove redundant code for mpc init
>   net/bnxt: truflow remove RTE devarg processing for mpc=1
>
> Shahaji Bhosle (4):
>   net/bnxt/tf_ulp: ulp parser support to handle gre key
>   net/bnxt/tf_ulp: change rte_mem_virt2iova to rte_mem_virt2phys
>   net/bnxt/tf_ulp: truflow add pf action handler
>   net/bnxt/tf_ulp: add feature bit rx miss handling
>
> Shuanglin Wang (2):
>   net/bnxt/tf_core: fix build failure with flow scale option
>   net/bnxt/tf_ulp: support MPLS packets
>
> Smitha Pisupati (1):
>   net/bnxt/tf_ulp: add support for special vxlan
>
> Sriharsha Basavapatna (2):
>   net/bnxt: fix default rss config
>   net/bnxt: avoid iova range check when external memory is used
>
>  drivers/net/bnxt/bnxt.h                       |     7 +
>  drivers/net/bnxt/bnxt_ethdev.c                |   256 +-
>  drivers/net/bnxt/bnxt_hwrm.c                  |    25 +-
>  drivers/net/bnxt/bnxt_mpc.c                   |    26 +-
>  drivers/net/bnxt/bnxt_mpc.h                   |     7 +-
>  drivers/net/bnxt/bnxt_reps.c                  |    37 +-
>  drivers/net/bnxt/bnxt_stats.c                 |     5 +
>  drivers/net/bnxt/bnxt_txr.c                   |     5 +-
>  drivers/net/bnxt/bnxt_vnic.c                  |    21 +-
>  .../bnxt/hcapi/cfa_v3/include/cfa_resources.h |    33 +-
>  .../net/bnxt/hcapi/cfa_v3/include/cfa_types.h |    10 +
>  drivers/net/bnxt/hcapi/cfa_v3/mm/cfa_mm.c     |    83 +-
>  .../net/bnxt/hcapi/cfa_v3/mm/cfa_mm_priv.h    |     2 +-
>  drivers/net/bnxt/hsi_struct_def_dpdk.h        |  1123 +-
>  drivers/net/bnxt/tf_core/cfa_tcam_mgr.c       |    35 +-
>  .../net/bnxt/tf_core/cfa_tcam_mgr_device.h    |     6 +-
>  drivers/net/bnxt/tf_core/cfa_tcam_mgr_p4.c    |     2 +-
>  drivers/net/bnxt/tf_core/cfa_tcam_mgr_p58.c   |     2 +-
>  drivers/net/bnxt/tf_core/tf_resources.c       |     2 +-
>  drivers/net/bnxt/tf_core/tf_util.c            |     2 +
>  drivers/net/bnxt/tf_core/v3/meson.build       |     4 +-
>  drivers/net/bnxt/tf_core/v3/tfc.h             |   238 +-
>  drivers/net/bnxt/tf_core/v3/tfc_act.c         |    47 +-
>  drivers/net/bnxt/tf_core/v3/tfc_cpm.c         |    13 +
>  drivers/net/bnxt/tf_core/v3/tfc_debug.h       |    12 +-
>  drivers/net/bnxt/tf_core/v3/tfc_em.c          |   143 +-
>  drivers/net/bnxt/tf_core/v3/tfc_em.h          |   105 +-
>  drivers/net/bnxt/tf_core/v3/tfc_global_id.c   |    45 +-
>  drivers/net/bnxt/tf_core/v3/tfc_hot_upgrade.c |   142 +
>  drivers/net/bnxt/tf_core/v3/tfc_idx_tbl.c     |    51 +-
>  drivers/net/bnxt/tf_core/v3/tfc_mpc_debug.c   |  1411 +
>  drivers/net/bnxt/tf_core/v3/tfc_mpc_table.c   |   565 -
>  drivers/net/bnxt/tf_core/v3/tfc_msg.c         |   363 +-
>  drivers/net/bnxt/tf_core/v3/tfc_msg.h         |    41 +-
>  drivers/net/bnxt/tf_core/v3/tfc_resources.c   |    12 +-
>  drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c   |   246 +-
>  drivers/net/bnxt/tf_core/v3/tfc_tcam.c        |    55 +
>  drivers/net/bnxt/tf_core/v3/tfc_tcam_debug.c  |  1875 +
>  drivers/net/bnxt/tf_core/v3/tfc_util.c        |    23 +
>  drivers/net/bnxt/tf_core/v3/tfc_util.h        |    14 +
>  drivers/net/bnxt/tf_core/v3/tfc_vf2pf_msg.c   |     3 +-
>  drivers/net/bnxt/tf_core/v3/tfc_vf2pf_msg.h   |     4 +-
>  drivers/net/bnxt/tf_core/v3/tfo.c             |   211 +-
>  drivers/net/bnxt/tf_core/v3/tfo.h             |    53 +-
>  drivers/net/bnxt/tf_ulp/bnxt_tf_common.h      |     5 -
>  drivers/net/bnxt/tf_ulp/bnxt_tf_pmd_shim.c    |     6 -
>  drivers/net/bnxt/tf_ulp/bnxt_ulp.h            |     6 +
>  drivers/net/bnxt/tf_ulp/bnxt_ulp_flow.c       |    10 +
>  drivers/net/bnxt/tf_ulp/bnxt_ulp_meter.c      |    55 +-
>  drivers/net/bnxt/tf_ulp/bnxt_ulp_tf.c         |    27 +-
>  drivers/net/bnxt/tf_ulp/bnxt_ulp_tfc.c        |   147 +-
>  drivers/net/bnxt/tf_ulp/bnxt_ulp_tfc.h        |     5 +
>  drivers/net/bnxt/tf_ulp/bnxt_ulp_utils.h      |    82 +-
>  .../generic_templates/ulp_template_db_act.c   |     6 +-
>  .../generic_templates/ulp_template_db_class.c |  8808 ++--
>  .../generic_templates/ulp_template_db_defs.h  |    88 +
>  .../generic_templates/ulp_template_db_field.h |     5 +-
>  .../generic_templates/ulp_template_db_tbl.c   |   267 +-
>  .../ulp_template_db_thor2_act.c               |  4637 +-
>  .../ulp_template_db_thor2_class.c             | 42439 +++++++++-------
>  .../ulp_template_db_thor_act.c                |    14 +-
>  .../ulp_template_db_thor_class.c              | 13247 ++---
>  .../ulp_template_db_wh_plus_act.c             |     2 +-
>  .../ulp_template_db_wh_plus_class.c           |    26 +-
>  drivers/net/bnxt/tf_ulp/meson.build           |    56 +-
>  drivers/net/bnxt/tf_ulp/ulp_alloc_tbl.c       |     4 -
>  drivers/net/bnxt/tf_ulp/ulp_def_rules.c       |    38 +-
>  drivers/net/bnxt/tf_ulp/ulp_fc_mgr.c          |    50 +-
>  drivers/net/bnxt/tf_ulp/ulp_fc_mgr.h          |    11 +
>  drivers/net/bnxt/tf_ulp/ulp_fc_mgr_tf.c       |     3 +-
>  drivers/net/bnxt/tf_ulp/ulp_fc_mgr_tfc.c      |    64 +-
>  drivers/net/bnxt/tf_ulp/ulp_flow_db.c         |    10 +-
>  drivers/net/bnxt/tf_ulp/ulp_flow_db.h         |     6 +
>  drivers/net/bnxt/tf_ulp/ulp_gen_hash.c        |     2 +-
>  drivers/net/bnxt/tf_ulp/ulp_gen_tbl.c         |    24 +
>  drivers/net/bnxt/tf_ulp/ulp_gen_tbl.h         |    12 +
>  drivers/net/bnxt/tf_ulp/ulp_mapper.c          |   326 +-
>  drivers/net/bnxt/tf_ulp/ulp_mapper.h          |    56 +-
>  drivers/net/bnxt/tf_ulp/ulp_mapper_tf.c       |    81 +-
>  drivers/net/bnxt/tf_ulp/ulp_mapper_tfc.c      |   347 +-
>  drivers/net/bnxt/tf_ulp/ulp_matcher.c         |     9 -
>  drivers/net/bnxt/tf_ulp/ulp_rte_handler_tbl.c |     8 +-
>  drivers/net/bnxt/tf_ulp/ulp_rte_parser.c      |   141 +-
>  drivers/net/bnxt/tf_ulp/ulp_rte_parser.h      |    10 +
>  drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c          |   137 +-
>  drivers/net/bnxt/tf_ulp/ulp_sc_mgr.h          |     4 +-
>  drivers/net/bnxt/tf_ulp/ulp_sc_mgr_tfc.c      |     1 -
>  .../ulp_template_db_enum.h                    |   333 +-
>  drivers/net/bnxt/tf_ulp/ulp_template_struct.h |     5 +
>  drivers/net/bnxt/tf_ulp/ulp_tfc_ha_mgr.c      |   264 +
>  drivers/net/bnxt/tf_ulp/ulp_tfc_ha_mgr.h      |    40 +
>  meson_options.txt                             |     4 +
>  92 files changed, 48710 insertions(+), 30583 deletions(-)
>  create mode 100644 drivers/net/bnxt/tf_core/v3/tfc_hot_upgrade.c
>  create mode 100644 drivers/net/bnxt/tf_core/v3/tfc_mpc_debug.c
>  delete mode 100644 drivers/net/bnxt/tf_core/v3/tfc_mpc_table.c
>  create mode 100644 drivers/net/bnxt/tf_core/v3/tfc_tcam_debug.c
>  create mode 100644
> drivers/net/bnxt/tf_ulp/generic_templates/ulp_template_db_defs.h
>  rename drivers/net/bnxt/tf_ulp/{generic_templates =>
> }/ulp_template_db_enum.h (88%)
>  create mode 100644 drivers/net/bnxt/tf_ulp/ulp_tfc_ha_mgr.c
>  create mode 100644 drivers/net/bnxt/tf_ulp/ulp_tfc_ha_mgr.h
>
> --
> 2.39.5 (Apple Git-154)
>
>

-- 
;) Manish (x1380)

[-- Attachment #1.2: Type: text/html, Size: 14618 bytes --]

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

      parent reply	other threads:[~2025-10-22  0:17 UTC|newest]

Thread overview: 206+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-30  0:35 [PATCH 00/54] " Manish Kurup
2025-09-30  0:35 ` [PATCH 01/54] net/bnxt/tf_ulp: add bnxt app data for 25.11 Manish Kurup
2025-09-30  0:35 ` [PATCH 02/54] net/bnxt: fix a NULL pointer dereference in bnxt_rep funcs Manish Kurup
2025-09-30  0:35 ` [PATCH 03/54] net/bnxt: enable vector mode processing Manish Kurup
2025-09-30  0:35 ` [PATCH 04/54] net/bnxt/tf_ulp: add meter stats support for Thor2 Manish Kurup
2025-09-30  0:35 ` [PATCH 05/54] net/bnxt/tf_core: dynamic UPAR support for THOR2 Manish Kurup
2025-09-30  0:35 ` [PATCH 06/54] net/bnxt/tf_core: fix the miscalculation of the lkup table pool Manish Kurup
2025-09-30  0:35 ` [PATCH 07/54] net/bnxt/tf_core: thor2 TF table scope sizing adjustments Manish Kurup
2025-09-30  0:35 ` [PATCH 08/54] net/bnxt/tf_ulp: add support for global identifiers Manish Kurup
2025-09-30  0:35 ` [PATCH 09/54] net/bnxt/tf_core: add support for multi instance Manish Kurup
2025-09-30  0:35 ` [PATCH 10/54] net/bnxt/tf_core: fix table scope free Manish Kurup
2025-09-30  0:35 ` [PATCH 11/54] net/bnxt/tf_core: fix vfr clean up and stats lockup Manish Kurup
2025-09-30  0:35 ` [PATCH 12/54] net/bnxt/tf_ulp: add support for special vxlan Manish Kurup
2025-09-30  0:35 ` [PATCH 13/54] net/bnxt/tf_ulp: increase shared pool size to 32 Manish Kurup
2025-09-30  0:35 ` [PATCH 14/54] next/bnxt/tf_ulp: truflow fixes for meter and mac_addr cache Manish Kurup
2025-09-30  0:35 ` [PATCH 15/54] net/bnxt/tf_ulp: add support for tcam priority update Manish Kurup
2025-09-30  0:35 ` [PATCH 16/54] net/bnxt/tf_ulp: hot upgrade support Manish Kurup
2025-09-30  0:35 ` [PATCH 17/54] net/bnxt/tf_core: tcam manager logical id free Manish Kurup
2025-09-30  0:35 ` [PATCH 18/54] net/bnxt/tf_ulp: fix stats counter memory initialization Manish Kurup
2025-09-30  0:35 ` [PATCH 19/54] net/bnxt: fix max VFs count for thor2 Manish Kurup
2025-09-30  0:35 ` [PATCH 20/54] net/bnxt/tf_ulp: ovs-dpdk packet drop observed with thor2 Manish Kurup
2025-09-30  0:35 ` [PATCH 21/54] net/bnxt/tf_ulp: fix seg fault when devargs argument missing Manish Kurup
2025-09-30  0:35 ` [PATCH 22/54] net/bnxt: fix default rss config Manish Kurup
2025-09-30  0:35 ` [PATCH 23/54] net/bnxt/tf_ulp: enable support for global index table Manish Kurup
2025-09-30  0:35 ` [PATCH 24/54] net/bnxt/tf_core: fix build failure with flow scale option Manish Kurup
2025-09-30  0:35 ` [PATCH 25/54] net/bnxt: truflow remove redundant code for mpc init Manish Kurup
2025-09-30  0:35 ` [PATCH 26/54] net/bnxt/tf_ulp: optimize template enums Manish Kurup
2025-09-30  0:35 ` [PATCH 27/54] net/bnxt/tf_core: thor2 hot upgrade ungraceful quit crash Manish Kurup
2025-09-30  0:35 ` [PATCH 28/54] net/bnxt/tf_ulp: support MPLS packets Manish Kurup
2025-09-30  0:35 ` [PATCH 29/54] net/bnxt/tf_core: add backing store debug to dpdk Manish Kurup
2025-09-30  0:35 ` [PATCH 30/54] net/bnxt/tf_core: truflow global table scope Manish Kurup
2025-09-30  0:35 ` [PATCH 31/54] net/bnxt/tf_ulp: ulp parser support to handle gre key Manish Kurup
2025-09-30  0:35 ` [PATCH 32/54] net/bnxt/tf_core: handle out of order MPC completions Manish Kurup
2025-09-30  0:35 ` [PATCH 33/54] net/bnxt/tf_ulp: socket direct enable Manish Kurup
2025-09-30  0:35 ` [PATCH 34/54] net/bnxt: fix adding udp_tunnel_port Manish Kurup
2025-09-30  0:35 ` [PATCH 35/54] net/bnxt/tf_ulp: add non vfr mode capability Manish Kurup
2025-09-30  0:35 ` [PATCH 36/54] net/bnxt: avoid iova range check when external memory is used Manish Kurup
2025-09-30  0:35 ` [PATCH 37/54] net/bnxt: avoid potential segfault in VFR handling Manish Kurup
2025-09-30  0:35 ` [PATCH 38/54] net/bnxt/tf_ulp: change rte_mem_virt2iova to rte_mem_virt2phys Manish Kurup
2025-09-30  0:35 ` [PATCH 39/54] net/bnxt: thor2 truflow memory manager bug Manish Kurup
2025-09-30  0:35 ` [PATCH 40/54] net/bnxt: fix stats collection when rx queue is not set Manish Kurup
2025-09-30  0:35 ` [PATCH 41/54] net/bnxt: fix rss configuration when set to none Manish Kurup
2025-09-30  0:35 ` [PATCH 42/54] net/bnxt: packet drop after port stop and start Manish Kurup
2025-09-30  0:35 ` [PATCH 43/54] net/bnxt/tf_core: fix truflow crash on memory allocation failure Manish Kurup
2025-09-30  0:35 ` [PATCH 44/54] net/bnxt: truflow remove RTE devarg processing for mpc=1 Manish Kurup
2025-09-30  0:35 ` [PATCH 45/54] net/bnxt: add meson build options for TruFlow Manish Kurup
2025-09-30  0:35 ` [PATCH 46/54] net/bnxt: truflow HSI struct fixes Manish Kurup
2025-09-30  0:35 ` [PATCH 47/54] net/bnxt/tf_ulp: truflow add pf action handler Manish Kurup
2025-09-30  0:35 ` [PATCH 48/54] net/bnxt/tf_ulp: add support for unicast only feature Manish Kurup
2025-09-30  0:35 ` [PATCH 49/54] net/bnxt/tf_core: remove excessive debug logging Manish Kurup
2025-09-30  0:36 ` [PATCH 50/54] net/bnxt/tf_core: fix truflow PF init failure on sriov disabled Manish Kurup
2025-09-30  0:36 ` [PATCH 51/54] net/bnxt/tf_ulp: fixes to enable TF functionality Manish Kurup
2025-09-30  0:36 ` [PATCH 52/54] net/bnxt/tf_ulp: add feature bit rx miss handling Manish Kurup
2025-09-30  0:36 ` [PATCH 53/54] net/bnxt: add support for truflow promiscuous mode Manish Kurup
2025-09-30  0:36 ` [PATCH 54/54] net/bnxt/tf_ulp: remove Truflow DEBUG code Manish Kurup
2025-10-09 22:10 ` [PATCH v2 00/54] bnxt patchset Manish Kurup
2025-10-09 22:10   ` [PATCH v2 01/54] net/bnxt/tf_ulp: add bnxt app data for 25.11 Manish Kurup
2025-10-09 22:10   ` [PATCH v2 02/54] net/bnxt: fix a NULL pointer dereference in bnxt_rep funcs Manish Kurup
2025-10-09 22:10   ` [PATCH v2 03/54] net/bnxt: enable vector mode processing Manish Kurup
2025-10-09 22:10   ` [PATCH v2 04/54] net/bnxt/tf_ulp: add meter stats support for Thor2 Manish Kurup
2025-10-09 22:10   ` [PATCH v2 05/54] net/bnxt/tf_core: dynamic UPAR support for THOR2 Manish Kurup
2025-10-09 22:10   ` [PATCH v2 06/54] net/bnxt/tf_core: fix the miscalculation of the lkup table pool Manish Kurup
2025-10-09 22:10   ` [PATCH v2 07/54] net/bnxt/tf_core: thor2 TF table scope sizing adjustments Manish Kurup
2025-10-09 22:10   ` [PATCH v2 08/54] net/bnxt/tf_ulp: add support for global identifiers Manish Kurup
2025-10-09 22:10   ` [PATCH v2 09/54] net/bnxt/tf_core: add support for multi instance Manish Kurup
2025-10-09 22:10   ` [PATCH v2 10/54] net/bnxt/tf_core: fix table scope free Manish Kurup
2025-10-09 22:10   ` [PATCH v2 11/54] net/bnxt/tf_core: fix vfr clean up and stats lockup Manish Kurup
2025-10-09 22:10   ` [PATCH v2 12/54] net/bnxt/tf_ulp: add support for special vxlan Manish Kurup
2025-10-09 22:10   ` [PATCH v2 13/54] net/bnxt/tf_ulp: increase shared pool size to 32 Manish Kurup
2025-10-09 22:10   ` [PATCH v2 14/54] next/bnxt/tf_ulp: truflow fixes for meter and mac_addr cache Manish Kurup
2025-10-09 22:10   ` [PATCH v2 15/54] net/bnxt/tf_ulp: add support for tcam priority update Manish Kurup
2025-10-09 22:10   ` [PATCH v2 16/54] net/bnxt/tf_ulp: hot upgrade support Manish Kurup
2025-10-09 22:10   ` [PATCH v2 17/54] net/bnxt/tf_core: tcam manager logical id free Manish Kurup
2025-10-09 22:10   ` [PATCH v2 18/54] net/bnxt/tf_ulp: fix stats counter memory initialization Manish Kurup
2025-10-09 22:10   ` [PATCH v2 19/54] net/bnxt: fix max VFs count for thor2 Manish Kurup
2025-10-09 22:10   ` [PATCH v2 20/54] net/bnxt/tf_ulp: ovs-dpdk packet drop observed with thor2 Manish Kurup
2025-10-09 22:10   ` [PATCH v2 21/54] net/bnxt/tf_ulp: fix seg fault when devargs argument missing Manish Kurup
2025-10-09 22:10   ` [PATCH v2 22/54] net/bnxt: fix default rss config Manish Kurup
2025-10-09 22:10   ` [PATCH v2 23/54] net/bnxt/tf_ulp: enable support for global index table Manish Kurup
2025-10-09 22:10   ` [PATCH v2 24/54] net/bnxt/tf_core: fix build failure with flow scale option Manish Kurup
2025-10-09 22:11   ` [PATCH v2 25/54] net/bnxt: truflow remove redundant code for mpc init Manish Kurup
2025-10-09 22:11   ` [PATCH v2 26/54] net/bnxt/tf_ulp: optimize template enums Manish Kurup
2025-10-09 22:11   ` [PATCH v2 27/54] net/bnxt/tf_core: thor2 hot upgrade ungraceful quit crash Manish Kurup
2025-10-09 22:11   ` [PATCH v2 28/54] net/bnxt/tf_ulp: support MPLS packets Manish Kurup
2025-10-09 22:11   ` [PATCH v2 29/54] net/bnxt/tf_core: add backing store debug to dpdk Manish Kurup
2025-10-09 22:11   ` [PATCH v2 30/54] net/bnxt/tf_core: truflow global table scope Manish Kurup
2025-10-09 22:11   ` [PATCH v2 31/54] net/bnxt/tf_ulp: ulp parser support to handle gre key Manish Kurup
2025-10-09 22:11   ` [PATCH v2 32/54] net/bnxt/tf_core: handle out of order MPC completions Manish Kurup
2025-10-09 22:11   ` [PATCH v2 33/54] net/bnxt/tf_ulp: socket direct enable Manish Kurup
2025-10-09 22:11   ` [PATCH v2 34/54] net/bnxt: fix adding udp_tunnel_port Manish Kurup
2025-10-09 22:11   ` [PATCH v2 35/54] net/bnxt/tf_ulp: add non vfr mode capability Manish Kurup
2025-10-09 22:11   ` [PATCH v2 36/54] net/bnxt: avoid iova range check when external memory is used Manish Kurup
2025-10-09 22:11   ` [PATCH v2 37/54] net/bnxt: avoid potential segfault in VFR handling Manish Kurup
2025-10-09 22:11   ` [PATCH v2 38/54] net/bnxt/tf_ulp: change rte_mem_virt2iova to rte_mem_virt2phys Manish Kurup
2025-10-09 22:11   ` [PATCH v2 39/54] net/bnxt: thor2 truflow memory manager bug Manish Kurup
2025-10-09 22:11   ` [PATCH v2 40/54] net/bnxt: fix stats collection when rx queue is not set Manish Kurup
2025-10-09 22:11   ` [PATCH v2 41/54] net/bnxt: fix rss configuration when set to none Manish Kurup
2025-10-09 22:11   ` [PATCH v2 42/54] net/bnxt: packet drop after port stop and start Manish Kurup
2025-10-09 22:11   ` [PATCH v2 43/54] net/bnxt/tf_core: fix truflow crash on memory allocation failure Manish Kurup
2025-10-09 22:11   ` [PATCH v2 44/54] net/bnxt: truflow remove RTE devarg processing for mpc=1 Manish Kurup
2025-10-09 22:11   ` [PATCH v2 45/54] net/bnxt: add meson build options for TruFlow Manish Kurup
2025-10-09 22:11   ` [PATCH v2 46/54] net/bnxt: truflow HSI struct fixes Manish Kurup
2025-10-09 22:11   ` [PATCH v2 47/54] net/bnxt/tf_ulp: truflow add pf action handler Manish Kurup
2025-10-09 22:11   ` [PATCH v2 48/54] net/bnxt/tf_ulp: add support for unicast only feature Manish Kurup
2025-10-09 22:11   ` [PATCH v2 49/54] net/bnxt/tf_core: remove excessive debug logging Manish Kurup
2025-10-09 22:11   ` [PATCH v2 50/54] net/bnxt/tf_core: fix truflow PF init failure on sriov disabled Manish Kurup
2025-10-09 22:11   ` [PATCH v2 51/54] net/bnxt/tf_ulp: fixes to enable TF functionality Manish Kurup
2025-10-09 22:11   ` [PATCH v2 52/54] net/bnxt/tf_ulp: add feature bit rx miss handling Manish Kurup
2025-10-09 22:11   ` [PATCH v2 53/54] net/bnxt: add support for truflow promiscuous mode Manish Kurup
2025-10-09 22:11   ` [PATCH v2 54/54] net/bnxt/tf_ulp: remove Truflow DEBUG code Manish Kurup
2025-10-15  8:59   ` [PATCH v3 00/54] bnxt patchset Manish Kurup
2025-10-15  8:59     ` [PATCH v3 01/54] net/bnxt/tf_ulp: add bnxt app data for 25.11 Manish Kurup
2025-10-15  8:59     ` [PATCH v3 02/54] net/bnxt: fix a NULL pointer dereference in bnxt_rep funcs Manish Kurup
2025-10-15  8:59     ` [PATCH v3 03/54] net/bnxt: enable vector mode processing Manish Kurup
2025-10-15  8:59     ` [PATCH v3 04/54] net/bnxt/tf_ulp: add meter stats support for Thor2 Manish Kurup
2025-10-15  8:59     ` [PATCH v3 05/54] net/bnxt/tf_core: dynamic UPAR support for THOR2 Manish Kurup
2025-10-15  8:59     ` [PATCH v3 06/54] net/bnxt/tf_core: fix the miscalculation of the lkup table pool Manish Kurup
2025-10-15  8:59     ` [PATCH v3 07/54] net/bnxt/tf_core: thor2 TF table scope sizing adjustments Manish Kurup
2025-10-15  8:59     ` [PATCH v3 08/54] net/bnxt/tf_ulp: add support for global identifiers Manish Kurup
2025-10-15  8:59     ` [PATCH v3 09/54] net/bnxt/tf_core: add support for multi instance Manish Kurup
2025-10-15  8:59     ` [PATCH v3 10/54] net/bnxt/tf_core: fix table scope free Manish Kurup
2025-10-15  8:59     ` [PATCH v3 11/54] net/bnxt/tf_core: fix vfr clean up and stats lockup Manish Kurup
2025-10-15  8:59     ` [PATCH v3 12/54] net/bnxt/tf_ulp: add support for special vxlan Manish Kurup
2025-10-15  8:59     ` [PATCH v3 13/54] net/bnxt/tf_ulp: increase shared pool size to 32 Manish Kurup
2025-10-15  8:59     ` [PATCH v3 14/54] next/bnxt/tf_ulp: truflow fixes for meter and mac_addr cache Manish Kurup
2025-10-15  8:59     ` [PATCH v3 15/54] net/bnxt/tf_ulp: add support for tcam priority update Manish Kurup
2025-10-15  8:59     ` [PATCH v3 16/54] net/bnxt/tf_ulp: hot upgrade support Manish Kurup
2025-10-15  8:59     ` [PATCH v3 17/54] net/bnxt/tf_core: tcam manager logical id free Manish Kurup
2025-10-15  8:59     ` [PATCH v3 18/54] net/bnxt/tf_ulp: fix stats counter memory initialization Manish Kurup
2025-10-15  8:59     ` [PATCH v3 19/54] net/bnxt: fix max VFs count for thor2 Manish Kurup
2025-10-15  8:59     ` [PATCH v3 20/54] net/bnxt/tf_ulp: ovs-dpdk packet drop observed with thor2 Manish Kurup
2025-10-15  8:59     ` [PATCH v3 21/54] net/bnxt/tf_ulp: fix seg fault when devargs argument missing Manish Kurup
2025-10-15  8:59     ` [PATCH v3 22/54] net/bnxt: fix default rss config Manish Kurup
2025-10-15  8:59     ` [PATCH v3 23/54] net/bnxt/tf_ulp: enable support for global index table Manish Kurup
2025-10-15  8:59     ` [PATCH v3 24/54] net/bnxt/tf_core: fix build failure with flow scale option Manish Kurup
2025-10-15  8:59     ` [PATCH v3 25/54] net/bnxt: truflow remove redundant code for mpc init Manish Kurup
2025-10-15  8:59     ` [PATCH v3 26/54] net/bnxt/tf_ulp: optimize template enums Manish Kurup
2025-10-15  8:59     ` [PATCH v3 27/54] net/bnxt/tf_core: thor2 hot upgrade ungraceful quit crash Manish Kurup
2025-10-15  8:59     ` [PATCH v3 28/54] net/bnxt/tf_ulp: support MPLS packets Manish Kurup
2025-10-15  8:59     ` [PATCH v3 29/54] net/bnxt/tf_core: add backing store debug to dpdk Manish Kurup
2025-10-15  9:00     ` [PATCH v3 30/54] net/bnxt/tf_core: truflow global table scope Manish Kurup
2025-10-15  9:00     ` [PATCH v3 31/54] net/bnxt/tf_ulp: ulp parser support to handle gre key Manish Kurup
2025-10-15  9:00     ` [PATCH v3 32/54] net/bnxt/tf_core: handle out of order MPC completions Manish Kurup
2025-10-15  9:00     ` [PATCH v3 33/54] net/bnxt/tf_ulp: socket direct enable Manish Kurup
2025-10-15  9:00     ` [PATCH v3 34/54] net/bnxt: fix adding udp_tunnel_port Manish Kurup
2025-10-15  9:00     ` [PATCH v3 35/54] net/bnxt/tf_ulp: add non vfr mode capability Manish Kurup
2025-10-15  9:00     ` [PATCH v3 36/54] net/bnxt: avoid iova range check when external memory is used Manish Kurup
2025-10-15  9:00     ` [PATCH v3 37/54] net/bnxt: avoid potential segfault in VFR handling Manish Kurup
2025-10-15  9:00     ` [PATCH v3 38/54] net/bnxt/tf_ulp: change rte_mem_virt2iova to rte_mem_virt2phys Manish Kurup
2025-10-15  9:00     ` [PATCH v3 39/54] net/bnxt: thor2 truflow memory manager bug Manish Kurup
2025-10-15  9:00     ` [PATCH v3 40/54] net/bnxt: fix stats collection when rx queue is not set Manish Kurup
2025-10-15  9:00     ` [PATCH v3 41/54] net/bnxt: fix rss configuration when set to none Manish Kurup
2025-10-15  9:00     ` [PATCH v3 42/54] net/bnxt: packet drop after port stop and start Manish Kurup
2025-10-15  9:00     ` [PATCH v3 43/54] net/bnxt/tf_core: fix truflow crash on memory allocation failure Manish Kurup
2025-10-15  9:00     ` [PATCH v3 44/54] net/bnxt: truflow remove RTE devarg processing for mpc=1 Manish Kurup
2025-10-15  9:00     ` [PATCH v3 45/54] net/bnxt: add meson build options for TruFlow Manish Kurup
2025-10-15  9:00     ` [PATCH v3 46/54] net/bnxt: truflow HSI struct fixes Manish Kurup
2025-10-15  9:00     ` [PATCH v3 47/54] net/bnxt/tf_ulp: truflow add pf action handler Manish Kurup
2025-10-15  9:00     ` [PATCH v3 48/54] net/bnxt/tf_ulp: add support for unicast only feature Manish Kurup
2025-10-15  9:00     ` [PATCH v3 49/54] net/bnxt/tf_core: remove excessive debug logging Manish Kurup
2025-10-15  9:00     ` [PATCH v3 50/54] net/bnxt/tf_core: fix truflow PF init failure on sriov disabled Manish Kurup
2025-10-15  9:00     ` [PATCH v3 51/54] net/bnxt/tf_ulp: fixes to enable TF functionality Manish Kurup
2025-10-15  9:00     ` [PATCH v3 52/54] net/bnxt/tf_ulp: add feature bit rx miss handling Manish Kurup
2025-10-15  9:00     ` [PATCH v3 53/54] net/bnxt: add support for truflow promiscuous mode Manish Kurup
2025-10-15  9:00     ` [PATCH v3 54/54] net/bnxt/tf_ulp: remove Truflow DEBUG code Manish Kurup
2025-10-15 17:43     ` [PATCH v3 00/54] bnxt patchset Stephen Hemminger
2025-10-15 17:52       ` Ajit Khaparde
2025-10-15 18:20         ` Manish Kurup
2025-10-15 19:09           ` Stephen Hemminger
2025-10-15 19:46             ` Manish Kurup
2025-10-16 15:39               ` Ajit Khaparde
2025-10-16 19:29                 ` Thomas Monjalon
2025-10-16 19:34                   ` Manish Kurup
2025-10-21 17:49     ` [PATCH v4 00/57] " Manish Kurup
2025-10-21 17:49       ` [PATCH v4 01/57] net/bnxt/tf_ulp: add bnxt platform data for 25.11 Manish Kurup
2025-10-21 17:49       ` [PATCH v4 02/57] net/bnxt/tf_ulp: add bnxt app data for 25.11 for Wh+ Manish Kurup
2025-10-21 17:49       ` [PATCH v4 03/57] net/bnxt/tf_ulp: add bnxt app data for 25.11 - Thor Manish Kurup
2025-10-21 17:49       ` [PATCH v4 04/57] net/bnxt/tf_ulp: add bnxt app data for 25.11 - Thor2 Manish Kurup
2025-10-21 17:49       ` [PATCH v4 05/57] net/bnxt: fix a NULL pointer dereference in bnxt_rep funcs Manish Kurup
2025-10-21 17:49       ` [PATCH v4 06/57] net/bnxt: enable vector mode processing Manish Kurup
2025-10-21 17:49       ` [PATCH v4 07/57] net/bnxt/tf_ulp: add meter stats support for Thor2 Manish Kurup
2025-10-21 17:50       ` [PATCH v4 08/57] net/bnxt/tf_core: dynamic UPAR support for THOR2 Manish Kurup
2025-10-21 17:50       ` [PATCH v4 09/57] net/bnxt/tf_core: fix the miscalculation of the lkup table pool Manish Kurup
2025-10-21 17:50       ` [PATCH v4 10/57] net/bnxt/tf_core: thor2 TF table scope sizing adjustments Manish Kurup
2025-10-21 17:50       ` [PATCH v4 11/57] net/bnxt/tf_ulp: add support for global identifiers Manish Kurup
2025-10-21 17:50       ` [PATCH v4 12/57] net/bnxt/tf_core: add support for multi instance Manish Kurup
2025-10-21 17:50       ` [PATCH v4 13/57] net/bnxt/tf_core: fix table scope free Manish Kurup
2025-10-21 17:50       ` [PATCH v4 14/57] net/bnxt/tf_core: fix vfr clean up and stats lockup Manish Kurup
2025-10-21 17:50       ` [PATCH v4 15/57] net/bnxt/tf_ulp: add support for special vxlan Manish Kurup
2025-10-21 17:50       ` [PATCH v4 16/57] net/bnxt/tf_ulp: increase shared pool size to 32 Manish Kurup
2025-10-21 17:50       ` [PATCH v4 17/57] next/bnxt/tf_ulp: truflow fixes for meter and mac_addr cache Manish Kurup
2025-10-21 17:50       ` [PATCH v4 18/57] net/bnxt/tf_ulp: add support for tcam priority update Manish Kurup
2025-10-21 17:50       ` [PATCH v4 19/57] net/bnxt/tf_ulp: hot upgrade support Manish Kurup
2025-10-21 17:50       ` [PATCH v4 20/57] net/bnxt/tf_core: tcam manager logical id free Manish Kurup
2025-10-21 17:50       ` [PATCH v4 21/57] net/bnxt/tf_ulp: fix stats counter memory initialization Manish Kurup
2025-10-21 17:50       ` [PATCH v4 22/57] net/bnxt: fix max VFs count for thor2 Manish Kurup
2025-10-21 17:50       ` [PATCH v4 23/57] net/bnxt/tf_ulp: ovs-dpdk packet drop observed with thor2 Manish Kurup
2025-10-21 17:50       ` [PATCH v4 24/57] net/bnxt/tf_ulp: fix seg fault when devargs argument missing Manish Kurup
2025-10-21 17:50       ` [PATCH v4 25/57] net/bnxt: fix default rss config Manish Kurup
2025-10-21 17:50       ` [PATCH v4 26/57] net/bnxt/tf_ulp: enable support for global index table Manish Kurup
2025-10-21 17:50       ` [PATCH v4 27/57] net/bnxt/tf_core: fix build failure with flow scale option Manish Kurup
2025-10-21 17:50       ` [PATCH v4 28/57] net/bnxt: truflow remove redundant code for mpc init Manish Kurup
2025-10-21 17:50       ` [PATCH v4 29/57] net/bnxt/tf_ulp: optimize template enums Manish Kurup
2025-10-21 17:50       ` [PATCH v4 30/57] net/bnxt/tf_core: thor2 hot upgrade ungraceful quit crash Manish Kurup
2025-10-21 17:50       ` [PATCH v4 31/57] net/bnxt/tf_ulp: support MPLS packets Manish Kurup
2025-10-22  0:17       ` Manish Kurup [this message]

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='CAEKskBVy9_N0MuS0HkSoG=jnR0om3nJHxQEMFvChSu-dVVV0Cg@mail.gmail.com' \
    --to=manish.kurup@broadcom.com \
    --cc=ajit.khaparde@broadcom.com \
    --cc=dev@dpdk.org \
    --cc=stephen@networkplumber.org \
    /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).