DPDK patches and discussions
 help / color / mirror / Atom feed
From: Venkat Duvvuru <venkatkumar.duvvuru@broadcom.com>
To: dev@dpdk.org
Cc: Venkat Duvvuru <venkatkumar.duvvuru@broadcom.com>
Subject: [PATCH 0/4] fixes to TruFlow
Date: Tue, 16 Nov 2021 18:34:33 +0530	[thread overview]
Message-ID: <20211116130437.2022-1-venkatkumar.duvvuru@broadcom.com> (raw)

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


             reply	other threads:[~2021-11-16 13:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-16 13:04 Venkat Duvvuru [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211116130437.2022-1-venkatkumar.duvvuru@broadcom.com \
    --to=venkatkumar.duvvuru@broadcom.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).