DPDK patches and discussions
 help / color / mirror / Atom feed
From: Raja Zidane <rzidane@nvidia.com>
To: <dev@dpdk.org>
Cc: <matan@nvidia.com>, <orika@nvidia.com>
Subject: [dpdk-dev] [RFC 0/3] mlx5: replaced hardware queue object
Date: Wed, 18 Aug 2021 18:14:38 +0300	[thread overview]
Message-ID: <20210818151441.12400-1-rzidane@nvidia.com> (raw)

The mlx5 PMDs for compress and regex classes use an MMO WQE operated by the GGA engine in BF devices.
Currently, all the MMO WQEs are managed by the SQ object.
Starting from BF3, the queue of the MMO WQEs should be connected to the GGA engine using a new configuration, mmo, that will be supported only in the QP object.
The FW introduced new capabilities to define whether the mmo configuration should be configured for the GGA queue.
Replace all the GGA queue objects to QP, set mmo configuration according to the new FW capabilities.

Raja Zidane (3):
  common/mlx5: add common qp_create
  compress/mlx5: refactor queue creation in mlx5 add support to compress
    and regex drivers in BlueField3
  regex/mlx5: refactor queue creation in mlx5 add support to compress
    and regex drivers in Bluefield3

 drivers/common/mlx5/mlx5_common_devx.c  | 139 ++++++++++++++++++++++++
 drivers/common/mlx5/mlx5_common_devx.h  |  23 ++++
 drivers/common/mlx5/mlx5_devx_cmds.c    |  14 ++-
 drivers/common/mlx5/mlx5_devx_cmds.h    |  10 +-
 drivers/common/mlx5/mlx5_prm.h          |  42 ++++++-
 drivers/common/mlx5/version.map         |   3 +
 drivers/compress/mlx5/mlx5_compress.c   |  62 ++++++-----
 drivers/crypto/mlx5/mlx5_crypto.c       |  98 ++++-------------
 drivers/crypto/mlx5/mlx5_crypto.h       |   5 +-
 drivers/regex/mlx5/mlx5_regex.h         |   6 +-
 drivers/regex/mlx5/mlx5_regex_control.c |  60 +++++-----
 drivers/vdpa/mlx5/mlx5_vdpa.h           |   5 +-
 drivers/vdpa/mlx5/mlx5_vdpa_event.c     |  58 +++-------
 13 files changed, 326 insertions(+), 199 deletions(-)

-- 
2.27.0


             reply	other threads:[~2021-08-18 15:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-18 15:14 Raja Zidane [this message]
2021-08-18 15:14 ` [dpdk-dev] [RFC 1/3] common/mlx5: add common qp_create Raja Zidane
2021-08-18 15:14 ` [dpdk-dev] [RFC 2/3] compress/mlx5: refactor queue creation in mlx5 add support to compress and regex drivers in BlueField3 Raja Zidane
2021-08-18 15:14 ` [dpdk-dev] [RFC 3/3] regex/mlx5: refactor queue creation in mlx5 add support to compress and regex drivers in Bluefield3 Raja Zidane

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=20210818151441.12400-1-rzidane@nvidia.com \
    --to=rzidane@nvidia.com \
    --cc=dev@dpdk.org \
    --cc=matan@nvidia.com \
    --cc=orika@nvidia.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).