DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ajit Khaparde <ajit.khaparde@broadcom.com>
To: Manish Kurup <manish.kurup@broadcom.com>
Cc: Stephen Hemminger <stephen@networkplumber.org>,
	dev@dpdk.org,  Thomas Monjalon <thomas@monjalon.net>
Subject: Re: [PATCH v3 00/54] bnxt patchset
Date: Thu, 16 Oct 2025 08:39:33 -0700	[thread overview]
Message-ID: <CACZ4nhvcn-z_9W=cuV5nKEcFsP87cBQ+hx6_WsNcqZGpw3gm-w@mail.gmail.com> (raw)
In-Reply-To: <CAEKskBV=t-3tR+qBGBDPNiEj1=6UKSPGP=-LA5Ztmxr5viwizw@mail.gmail.com>

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

On Wed, Oct 15, 2025 at 12:46 PM Manish Kurup <manish.kurup@broadcom.com> wrote:
>
> Ok I’ll do that the next time Stephen. Could you please allow this one through?
Thomas,
Patch 01/54 is stuck probably because of its size.
Can you help and open the gate for the patch.
https://patchwork.dpdk.org/project/dpdk/list/?series=36360

Thanks
Ajit

>
> Also, how would you recommend I split it? Can I do it by file?
>
> What’s the patch limit?
>
> Thanks,
>
> ;) Manish (x1380)
>
>
> On Wed, Oct 15, 2025 at 15:09 Stephen Hemminger <stephen@networkplumber.org> wrote:
>>
>> On Wed, 15 Oct 2025 14:20:00 -0400
>> Manish Kurup <manish.kurup@broadcom.com> wrote:
>>
>> > Hi Stephen,
>> >
>> > To reiterate, this happened for V2 as well. I remember seeing a warning
>> > about the size of the patch, and that being the reason it was dropped.
>> >
>> > Could you please explain why this happens? How can I ensure that this
>> > doesnt happen again?
>> >
>> > Thanks a lot!
>> >
>> >
>> > On Wed, Oct 15, 2025 at 1:52 PM Ajit Khaparde <ajit.khaparde@broadcom.com>
>> > wrote:
>> >
>> > > On Wed, Oct 15, 2025 at 10:43 AM Stephen Hemminger
>> > > <stephen@networkplumber.org> wrote:
>> > > >
>> > > > On Wed, 15 Oct 2025 04:59:30 -0400
>> > > > 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.
>> > > > >
>> > > > > Please apply.
>> > > > >
>> > > > > 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 (6):
>> > > > >   net/bnxt/tf_ulp: add bnxt app data for 25.11
>> > > > >   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
>> > > > >
>> > > >
>> > > > I was looking to see if the bug detected with LTO (misuse of rte_free)
>> > > > was in this patchset.
>> > > Stephen,
>> > > I don't see patch [01/54] on patchwork yet.
>> > > From what I am told, that patch adds the ulp_template_db_defs.h
>> > >
>> > > Thanks
>> > >
>> > > >
>> > > > But it fails to build:
>> > > > [838/3632] Compiling C object
>> > > drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_cpr.c.o
>> > > > FAILED: drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_cpr.c.o
>> > > > cc -Idrivers/libtmp_rte_net_bnxt.a.p -Idrivers -I../drivers
>> > > -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp
>> > > -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates
>> > > -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core
>> > > -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/tf_core/v3
>> > > -I../drivers/net/bnxt/tf_core/v3 -Idrivers/net/bnxt/hcapi/cfa
>> > > -I../drivers/net/bnxt/hcapi/cfa -Idrivers/net/bnxt/hcapi/cfa_v3
>> > > -I../drivers/net/bnxt/hcapi/cfa_v3
>> > > -I../drivers/net/bnxt/hcapi/cfa_v3/include
>> > > -I../drivers/net/bnxt/hcapi/cfa_v3/include/platform/dpdk
>> > > -I../drivers/net/bnxt/hcapi/cfa_v3/bld/p70
>> > > -I../drivers/net/bnxt/hcapi/cfa_v3/bld/p70/host
>> > > -I../drivers/net/bnxt/hcapi/cfa_v3/bld/include
>> > > -I../drivers/net/bnxt/hcapi/cfa_v3/bld/include/host
>> > > -I../drivers/net/bnxt/hcapi/cfa_v3/bld/include/p70
>> > > -I../drivers/net/bnxt/hcapi/cfa_v3/mm/include
>> > > -I../drivers/net/bnxt/hcapi/cfa_v3/tim/include
>> > > -I../drivers/net/bnxt/hcapi/cfa_v3/tpm/include -Ilib/ethdev -I../lib/ethdev
>> > > -Ilib/eal/common -I../lib/eal/common -I. -I.. -Iconfig -I../config
>> > > -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include
>> > > -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include
>> > > -I../kernel/linux -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs
>> > > -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry
>> > > -I../lib/telemetry -Ilib/argparse -I../lib/argparse -Ilib/net -I../lib/net
>> > > -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring
>> > > -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci
>> > > -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci
>> > > -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu
>> > > -I../lib/rcu -I/usr/include/x86_64-linux-gnu -flto=auto
>> > > -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch
>> > > -Wextra -std=c11 -O3 -include rte_config.h -Wvla -Wcast-qual -Wdeprecated
>> > > -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations
>> > > -Wmissing-prototypes -Wnested-externs -Wold-style-definition
>> > > -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings
>> > > -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE
>> > > -ffat-lto-objects -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API
>> > > -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member
>> > > -Wno-vla -DBNXT_TF_APP_ID=0 -DSUPPORT_CFA_HW_P70=1 -DCFA_BLD_PRINT_OBJ=1
>> > > -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ
>> > > drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_cpr.c.o -MF
>> > > drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_cpr.c.o.d -o
>> > > drivers/libtmp_rte_net_bnxt.a.p/net_bnxt_bnxt_cpr.c.o -c
>> > > ../drivers/net/bnxt/bnxt_cpr.c
>> > > > In file included from ../drivers/net/bnxt/tf_ulp/bnxt_ulp.h:18,
>> > > >                  from ../drivers/net/bnxt/bnxt.h:28,
>> > > >                  from ../drivers/net/bnxt/bnxt_cpr.c:10:
>> > > > ../drivers/net/bnxt/tf_ulp/ulp_template_db_enum.h:9:10: fatal error:
>> > > ulp_template_db_defs.h: No such file or directory
>> > > >     9 | #include "ulp_template_db_defs.h"
>> > > >       |          ^~~~~~~~~~~~~~~~~~~~~~~~
>> > > > compilation terminated.
>> > > >
>> > >
>> >
>> >
>>
>> I think mailing list and patchwork have size limits.
>> You might need to split big ones.

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

  reply	other threads:[~2025-10-16 15:39 UTC|newest]

Thread overview: 173+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-30  0:35 [PATCH " 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 [this message]
2025-10-16 19:29                 ` Thomas Monjalon
2025-10-16 19:34                   ` Manish Kurup

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='CACZ4nhvcn-z_9W=cuV5nKEcFsP87cBQ+hx6_WsNcqZGpw3gm-w@mail.gmail.com' \
    --to=ajit.khaparde@broadcom.com \
    --cc=dev@dpdk.org \
    --cc=manish.kurup@broadcom.com \
    --cc=stephen@networkplumber.org \
    --cc=thomas@monjalon.net \
    /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).