DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] fixes to TruFlow
@ 2021-11-16 13:04 Venkat Duvvuru
  2021-11-16 13:04 ` [PATCH 1/4] net/bnxt: remove settings to support multiple session Venkat Duvvuru
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Venkat Duvvuru @ 2021-11-16 13:04 UTC (permalink / raw)
  To: dev; +Cc: Venkat Duvvuru

This patch set adds fixes to Truflow feature.

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


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

end of thread, other threads:[~2021-11-17  4:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-16 13:04 [PATCH 0/4] fixes to TruFlow Venkat Duvvuru
2021-11-16 13:04 ` [PATCH 1/4] net/bnxt: remove settings to support multiple session Venkat Duvvuru
2021-11-16 13:04 ` [PATCH 2/4] net/bnxt: fix sram resource free block list Venkat Duvvuru
2021-11-16 13:04 ` [PATCH 3/4] net/bnxt: fix multi adapter support Venkat Duvvuru
2021-11-16 13:04 ` [PATCH 4/4] net/bnxt: fix ULP context list deadlock Venkat Duvvuru
2021-11-17  4:01 ` [PATCH 0/4] fixes to TruFlow Ajit Khaparde

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