DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/5] TruFlow fixes for Thor2
@ 2024-11-19  5:45 Sriharsha Basavapatna
  2024-11-19  5:45 ` [PATCH v2 1/5] net/bnxt/tf_ulp: fix F1F2 vxlan counter acccumulation " Sriharsha Basavapatna
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sriharsha Basavapatna @ 2024-11-19  5:45 UTC (permalink / raw)
  To: dev; +Cc: Sriharsha Basavapatna

This patch series fixes a few issues in TruFlow for Broadcom Thor2 NIC.

******
v1->v2:
- Added patch-5 to fix coverity errors
******

Kishore Padmanabha (2):
  net/bnxt/tf_ulp: fix vfr clean up and stats lockup
  net/bnxt/tf_ulp: update template files

Peter Spreadborough (2):
  net/bnxt/tf_ulp: performance and tuning changes for thor2 stats cache
  net/bnxt/tf_ulp: fix coverity errors

Shuanglin Wang (1):
  net/bnxt/tf_ulp: fix F1F2 vxlan counter acccumulation for Thor2

 drivers/net/bnxt/hcapi/cfa_v3/mm/cfa_mm.c     |     6 +-
 drivers/net/bnxt/tf_core/v3/tfc.h             |    12 +-
 drivers/net/bnxt/tf_core/v3/tfc_act.c         |    26 +-
 drivers/net/bnxt/tf_core/v3/tfc_em.c          |     1 +
 drivers/net/bnxt/tf_core/v3/tfc_tbl_scope.c   |     2 +-
 drivers/net/bnxt/tf_ulp/bnxt_tf_pmd_shim.c    |    12 +-
 drivers/net/bnxt/tf_ulp/bnxt_ulp.c            |    17 +
 drivers/net/bnxt/tf_ulp/bnxt_ulp.h            |     3 +
 drivers/net/bnxt/tf_ulp/bnxt_ulp_utils.h      |     3 +-
 .../generic_templates/ulp_template_db_enum.h  |     8 +-
 .../ulp_template_db_thor2_class.c             | 10126 ++++++++--------
 .../ulp_template_db_thor_class.c              |  8736 +++++++------
 drivers/net/bnxt/tf_ulp/ulp_fc_mgr_tfc.c      |     5 +-
 drivers/net/bnxt/tf_ulp/ulp_flow_db.c         |     4 +-
 drivers/net/bnxt/tf_ulp/ulp_flow_db.h         |    13 +
 drivers/net/bnxt/tf_ulp/ulp_mapper.c          |    10 +-
 drivers/net/bnxt/tf_ulp/ulp_rte_parser.c      |     7 +-
 drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c          |   309 +-
 drivers/net/bnxt/tf_ulp/ulp_sc_mgr.h          |    33 +-
 drivers/net/bnxt/tf_ulp/ulp_sc_mgr_tfc.c      |     4 +-
 20 files changed, 9650 insertions(+), 9687 deletions(-)

-- 
2.39.3


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

end of thread, other threads:[~2024-11-19  9:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-19  5:45 [PATCH v2 0/5] TruFlow fixes for Thor2 Sriharsha Basavapatna
2024-11-19  5:45 ` [PATCH v2 1/5] net/bnxt/tf_ulp: fix F1F2 vxlan counter acccumulation " Sriharsha Basavapatna
2024-11-19  5:45 ` [PATCH v2 2/5] net/bnxt/tf_ulp: fix vfr clean up and stats lockup Sriharsha Basavapatna
2024-11-19  5:45 ` [PATCH v2 3/5] net/bnxt/tf_ulp: performance and tuning changes for thor2 stats cache Sriharsha Basavapatna
2024-11-19  5:45 ` [PATCH v2 4/5] net/bnxt/tf_ulp: update template files Sriharsha Basavapatna
2024-11-19  5:45 ` [PATCH v2 5/5] net/bnxt/tf_ulp: fix coverity errors Sriharsha Basavapatna

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