mbox

[v2,0/4] support NVIDIA Bluefield-3 device

Message ID 20230216140415.2730446-1-rasland@nvidia.com (mailing list archive)
Headers

Message

Raslan Darawsheh Feb. 16, 2023, 2:04 p.m. UTC
  this series is intentioned to update missing docs, drivers and
config for supporting NVIDIA BlueField-3 device.

---
v2: send cover letter
    fix patches order
---


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/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 ++--
 16 files changed, 90 insertions(+), 50 deletions(-)