On Wed, Feb 5, 2025 at 9:20 AM Ajit Khaparde wrote: > > Patchset with bug fixes for bnxt PMD. > Also addresses various Coverity issues reported in the recent > Coverity scan. > > Please apply. Patchset applied to dpdk-next-net-brcm subtree. Thanks > > Ajit Khaparde (4): > net/bnxt: disable TruFlow if compressed CQE is set > net/bnxt: simplify check for CQE mode > net/bnxt: fix Rx handler > net/bnxt: fix burst handler initialization > > Peter Spreadborough (6): > net/bnxt: address coverity deadcode issue > net/bnxt: address coverity checked return issues > net/bnxt: address coverity overflow issues > net/bnxt: address coverity integer overflow issues > net/bnxt: address coverity uninitialized variables issues > net/bnxt: address coverity control flow issues > > Sangtani Parag Satishbhai (1): > net/bnxt/truFlow: Fix seg fault when rep are re-attached > > drivers/net/bnxt/bnxt.h | 4 - > drivers/net/bnxt/bnxt_ethdev.c | 31 ++-- > drivers/net/bnxt/bnxt_hwrm.c | 2 +- > drivers/net/bnxt/bnxt_rxr.c | 16 +- > .../hcapi/cfa_v3/bld/p70/cfa_bld_p70_mpc.c | 90 +++++------ > .../p70/host/cfa_bld_p70_host_mpc_wrapper.c | 150 +++++++++--------- > drivers/net/bnxt/hcapi/cfa_v3/mm/cfa_mm.c | 6 +- > 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_ulp_utils.h | 2 +- > drivers/net/bnxt/tf_ulp/ulp_mapper.c | 10 +- > drivers/net/bnxt/tf_ulp/ulp_rte_parser.c | 8 +- > drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c | 1 + > 13 files changed, 174 insertions(+), 149 deletions(-) > > -- > 2.39.5 (Apple Git-154) >