DPDK patches and discussions
 help / color / mirror / Atom feed
From: Raslan Darawsheh <rasland@nvidia.com>
To: <thomas@monjalon.net>
Cc: <dev@dpdk.org>, <ruifeng.wang@arm.com>
Subject: [PATCH v3 0/4]  support NVIDIA Bluefield-3 device
Date: Mon, 20 Feb 2023 10:48:23 +0200	[thread overview]
Message-ID: <20230220084827.3317796-1-rasland@nvidia.com> (raw)
In-Reply-To: <20230216140415.2730446-1-rasland@nvidia.com>

this series is intentioned to update missing docs, drivers and
config for supporting NVIDIA BlueField-3 device.

---
v2: send cover letter
    fix patches order
v3: add missing cross build file
---


Raslan Darawsheh (4):
  mlx: update PCI device IDs names for NVIDIA BlueField NICs
  config/arm: add NVIDIA BlueField-3 platform
  crypto/mlx5: add Bluefield-3 and ConnectX-7 device IDs
  doc: update supported devices for NVIDIA NICs

 config/arm/arm64_bluefield3_linux_gcc | 16 +++++++++++++
 config/arm/meson.build                | 16 +++++++++++++
 doc/guides/compressdevs/mlx5.rst      |  5 ++--
 doc/guides/cryptodevs/mlx5.rst        | 12 ++++++----
 doc/guides/nics/mlx5.rst              | 33 ++++++++++++++++-----------
 doc/guides/platform/mlx5.rst          |  5 ++--
 doc/guides/regexdevs/mlx5.rst         | 12 ++++++----
 doc/guides/vdpadevs/mlx5.rst          |  5 ++--
 drivers/common/mlx5/mlx5_common.h     |  8 +++----
 drivers/common/mlx5/mlx5_common_pci.c |  2 +-
 drivers/compress/mlx5/mlx5_compress.c |  4 ++--
 drivers/crypto/mlx5/mlx5_crypto.c     | 10 +++++++-
 drivers/net/mlx5/mlx5.c               |  8 +++----
 drivers/net/mlx5/mlx5_flow.c          | 10 ++++----
 drivers/net/mlx5/mlx5_txq.c           |  2 +-
 drivers/regex/mlx5/mlx5_regex.c       |  4 ++--
 drivers/vdpa/mlx5/mlx5_vdpa.c         |  4 ++--
 17 files changed, 106 insertions(+), 50 deletions(-)
 create mode 100644 config/arm/arm64_bluefield3_linux_gcc

-- 
2.25.1


  parent reply	other threads:[~2023-02-20  8:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-16 13:59 [PATCH 1/4] config/arm: add NVIDIA BlueField-3 platform Raslan Darawsheh
2023-02-16 13:59 ` [PATCH 2/4] crypto/mlx5: add Bluefield-3 and ConnectX-7 device IDs Raslan Darawsheh
2023-02-16 13:59 ` [PATCH 3/4] doc: update supported devices for NVIDIA NICs Raslan Darawsheh
2023-02-16 13:59 ` [PATCH 4/4] mlx: update PCI device IDs names for NVIDIA BlueField NICs Raslan Darawsheh
2023-02-16 14:04 ` [PATCH v2 0/4] support NVIDIA Bluefield-3 device Raslan Darawsheh
2023-02-16 14:04   ` [PATCH v2 1/4] mlx: update PCI device IDs names for NVIDIA BlueField NICs Raslan Darawsheh
2023-02-16 14:04   ` [PATCH v2 2/4] config/arm: add NVIDIA BlueField-3 platform Raslan Darawsheh
2023-02-20  2:50     ` Ruifeng Wang
2023-02-20  8:42       ` Raslan Darawsheh
2023-02-16 14:04   ` [PATCH v2 3/4] crypto/mlx5: add Bluefield-3 and ConnectX-7 device IDs Raslan Darawsheh
2023-02-16 14:04   ` [PATCH v2 4/4] doc: update supported devices for NVIDIA NICs Raslan Darawsheh
2023-02-20  8:48   ` Raslan Darawsheh [this message]
2023-02-20  8:48     ` [PATCH v3 1/4] mlx: update PCI device IDs names for NVIDIA BlueField NICs Raslan Darawsheh
2023-02-20  8:48     ` [PATCH v3 2/4] config/arm: add NVIDIA BlueField-3 platform Raslan Darawsheh
2023-02-20  8:48     ` [PATCH v3 3/4] crypto/mlx5: add Bluefield-3 and ConnectX-7 device IDs Raslan Darawsheh
2023-02-20  8:48     ` [PATCH v3 4/4] doc: update supported devices for NVIDIA NICs Raslan Darawsheh
2023-02-20 10:40     ` [PATCH v3 0/4] support NVIDIA Bluefield-3 device Thomas Monjalon

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=20230220084827.3317796-1-rasland@nvidia.com \
    --to=rasland@nvidia.com \
    --cc=dev@dpdk.org \
    --cc=ruifeng.wang@arm.com \
    --cc=thomas@monjalon.net \
    /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).