This patch series fixes a few issues in TruFlow for Broadcom Thor2 NIC. Kishore Padmanabha (2): net/bnxt/tf_ulp: fix vfr clean up and stats lockup net/bnxt/tf_ulp: update template files
Peter Spreadborough (1): net/bnxt/tf_ulp: performance and tuning changes for thor2 stats cache Shuanglin Wang (1): net/bnxt/tf_ulp: fix F1F2 vxlan counter acccumulation for Thor2 drivers/net/bnxt/tf_core/v3/tfc.h | 12 +- drivers/net/bnxt/tf_core/v3/tfc_act.c | 26 +- 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 + .../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_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 +- 14 files changed, 9627 insertions(+), 9681 deletions(-) -- 2.39.3