mbox

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

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

Message

Raslan Darawsheh Feb. 20, 2023, 8:48 a.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
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