DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ajit Khaparde <ajit.khaparde@broadcom.com>
To: dev@dpdk.org
Cc: ferruh.yigit@intel.com
Subject: [dpdk-dev] [PATCH v3 0/3] patchset for bnxt PMD
Date: Tue, 12 Oct 2021 14:14:33 -0700	[thread overview]
Message-ID: <20211012211436.70846-1-ajit.khaparde@broadcom.com> (raw)
In-Reply-To: <dbe8f02f-461a-0806-923d-122d23ee6cac@intel.com>

[-- Attachment #1: Type: text/plain, Size: 977 bytes --]

Apart from fixing an issue with Rx queue state at startup,
this patchset enhances support for RSS action and
optimizes the mbuf requirement at startup by creating the
aggregation rings only when needed (rx_scatter is enabled).

Please apply!
--
v1->v2: use correct patch for 3/3.
v2->v3: rebase against latest dpdk-next-net tree.

Ajit Khaparde (3):
  net/bnxt: create aggregration rings when needed
  net/bnxt: fix Rx queue state on start
  net/bnxt: enhance support for RSS action

 drivers/net/bnxt/bnxt_ethdev.c |  16 ++-
 drivers/net/bnxt/bnxt_filter.h |   1 +
 drivers/net/bnxt/bnxt_flow.c   | 196 ++++++++++++++++++++++++++++++++-
 drivers/net/bnxt/bnxt_hwrm.c   |   9 ++
 drivers/net/bnxt/bnxt_ring.c   | 148 +++++++++++++++----------
 drivers/net/bnxt/bnxt_rxq.c    |  84 ++++++++------
 drivers/net/bnxt/bnxt_rxq.h    |   2 +
 drivers/net/bnxt/bnxt_rxr.c    | 111 +++++++++++--------
 8 files changed, 428 insertions(+), 139 deletions(-)

-- 
2.30.1 (Apple Git-130)


  parent reply	other threads:[~2021-10-12 21:14 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-07  3:23 [dpdk-dev] [PATCH " Ajit Khaparde
2021-10-07  3:23 ` [dpdk-dev] [PATCH 1/3] net/bnxt: create aggregration rings when needed Ajit Khaparde
2021-10-07  3:23 ` [dpdk-dev] [PATCH 2/3] net/bnxt: fix Rx queue state on start Ajit Khaparde
2021-10-07  3:23 ` [dpdk-dev] [PATCH 3/3] net/bnxt: enhance support for RSS action Ajit Khaparde
2021-10-07 16:54 ` [dpdk-dev] [PATCH 0/3] patchset for bnxt PMD Ajit Khaparde
2021-10-12 18:14   ` Ferruh Yigit
2021-10-12 18:16     ` Ajit Khaparde
2021-10-12 19:03       ` Ajit Khaparde
2021-10-12 19:49         ` Ferruh Yigit
2021-10-12 20:30           ` Ajit Khaparde
2021-10-12 20:39             ` Ajit Khaparde
2021-10-12 21:14           ` Ajit Khaparde [this message]
2021-10-12 21:14             ` [dpdk-dev] [PATCH v3 1/3] net/bnxt: create aggregration rings when needed Ajit Khaparde
2021-10-12 21:14             ` [dpdk-dev] [PATCH v3 2/3] net/bnxt: fix Rx queue state on start Ajit Khaparde
2021-10-12 21:14             ` [dpdk-dev] [PATCH v3 3/3] net/bnxt: enhance support for RSS action Ajit Khaparde
2021-10-12 21:18           ` [dpdk-dev] [PATCH v4 0/3] patchset for bnxt PMD Ajit Khaparde
2021-10-12 21:18             ` [dpdk-dev] [PATCH v4 1/3] net/bnxt: create aggregration rings when needed Ajit Khaparde
2021-10-12 21:18             ` [dpdk-dev] [PATCH v4 2/3] net/bnxt: fix Rx queue state on start Ajit Khaparde
2021-10-12 21:18             ` [dpdk-dev] [PATCH v4 3/3] net/bnxt: enhance support for RSS action Ajit Khaparde
2021-10-12 21:47             ` [dpdk-dev] [PATCH v4 0/3] patchset for bnxt PMD Ferruh Yigit

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=20211012211436.70846-1-ajit.khaparde@broadcom.com \
    --to=ajit.khaparde@broadcom.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@intel.com \
    /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).