On Tue, Nov 16, 2021 at 5:04 AM Venkat Duvvuru <venkatkumar.duvv...@broadcom.com> wrote: > > This patch set adds fixes to Truflow feature. Patchset applied to dpdk-next-net-brcm. Fixed typo in commit log on patch 3 during merge.
Thanks > > Jay Ding (1): > net/bnxt: remove settings to support multiple session > > Kishore Padmanabha (3): > net/bnxt: fix sram resource free block list > net/bnxt: fix multi adapter support > net/bnxt: fix ULP context list deadlock > > drivers/net/bnxt/tf_core/tf_device.c | 3 - > drivers/net/bnxt/tf_core/tf_device_p4.c | 24 +++++-- > drivers/net/bnxt/tf_core/tf_device_p58.c | 24 +++++-- > drivers/net/bnxt/tf_core/tf_global_cfg.c | 82 +++++++++++++----------- > drivers/net/bnxt/tf_core/tf_global_cfg.h | 2 +- > drivers/net/bnxt/tf_core/tf_if_tbl.c | 61 ++++++++++++++---- > drivers/net/bnxt/tf_core/tf_session.c | 76 ++++++++++++++++++++++ > drivers/net/bnxt/tf_core/tf_session.h | 69 +++++++++++++++++++- > drivers/net/bnxt/tf_core/tf_sram_mgr.c | 16 +++-- > drivers/net/bnxt/tf_ulp/bnxt_ulp.c | 19 +++--- > drivers/net/bnxt/tf_ulp/bnxt_ulp.h | 2 +- > drivers/net/bnxt/tf_ulp/ulp_fc_mgr.c | 12 ++-- > drivers/net/bnxt/tf_ulp/ulp_ha_mgr.c | 24 +++---- > 13 files changed, 317 insertions(+), 97 deletions(-) > > -- > 2.17.1 >