Skip to content

Commit 075d654

Browse files
tmonjaloAkhil Goyal
authored andcommitted
doc: add NVIDIA SuperNIC devices
SuperNIC devices are designed for AI workloads: https://www.nvidia.com/en-us/networking/products/ethernet/supernic/ The lists of well supported NVIDIA devices are updated accordingly. Signed-off-by: Thomas Monjalon <[email protected]>
1 parent a2a93c2 commit 075d654

File tree

3 files changed

+18
-23
lines changed

3 files changed

+18
-23
lines changed

doc/guides/compressdevs/mlx5.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
NVIDIA MLX5 Compress Driver
77
===========================
88

9-
The mlx5 compress driver library
10-
(**librte_compress_mlx5**) provides support for **NVIDIA BlueField-2**,
11-
and **NVIDIA BlueField-3** families of 25/50/100/200/400 Gb/s adapters.
9+
The mlx5 compress driver (``librte_compress_mlx5``)
10+
provides support for NVIDIA DPU device family.
1211

1312
Design
1413
------
@@ -108,11 +107,11 @@ for an additional list of options shared with other mlx5 drivers.
108107
The default value is 15.
109108

110109

111-
Supported NICs
112-
--------------
110+
Supported Devices
111+
-----------------
113112

114-
* NVIDIA\ |reg| BlueField-2 SmartNIC
115-
* NVIDIA\ |reg| BlueField-3 SmartNIC
113+
* NVIDIA\ |reg| BlueField-2 DPU
114+
* NVIDIA\ |reg| BlueField-3 DPU/SuperNIC
116115

117116
Prerequisites
118117
-------------

doc/guides/cryptodevs/mlx5.rst

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
NVIDIA MLX5 Crypto Driver
77
=========================
88

9-
The MLX5 crypto driver library
10-
(**librte_crypto_mlx5**) provides support for **NVIDIA ConnectX-6**,
11-
**NVIDIA ConnectX-6 Dx**, **NVIDIA ConnectX-7**, **NVIDIA ConnectX-8**,
12-
**NVIDIA BlueField-2**, and **NVIDIA BlueField-3** family adapters.
9+
The mlx5 crypto driver (``librte_crypto_mlx5``)
10+
provides support for NVIDIA NIC and DPU device families.
1311

1412
Overview
1513
--------
@@ -201,15 +199,14 @@ for an additional list of options shared with other mlx5 drivers.
201199
Set to ``full_capable`` by default.
202200

203201

204-
Supported NICs
205-
--------------
202+
Supported Devices
203+
-----------------
206204

207205
* NVIDIA\ |reg| ConnectX\ |reg|-6 200G MCX654106A-HCAT (2x200G)
208206
* NVIDIA\ |reg| ConnectX\ |reg|-6 Dx
209207
* NVIDIA\ |reg| ConnectX\ |reg|-7
210-
* NVIDIA\ |reg| ConnectX\ |reg|-8
211-
* NVIDIA\ |reg| BlueField\ |reg|-2 SmartNIC
212-
* NVIDIA\ |reg| BlueField\ |reg|-3 SmartNIC
208+
* NVIDIA\ |reg| BlueField\ |reg|-2 DPU
209+
* NVIDIA\ |reg| BlueField\ |reg|-3 DPU/SuperNIC
213210

214211

215212
Limitations

doc/guides/regexdevs/mlx5.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
NVIDIA MLX5 RegEx Driver
77
========================
88

9-
The mlx5 RegEx (Regular Expression) driver library
10-
(**librte_regex_mlx5**) provides support for **NVIDIA BlueField-2**,
11-
and **NVIDIA BlueField-3** families of 25/50/100/200 Gb/s adapters.
9+
The mlx5 RegEx (Regular Expression) driver (``librte_regex_mlx5``)
10+
provides support for NVIDIA DPU device family.
1211

1312
Design
1413
------
@@ -32,11 +31,11 @@ See :ref:`mlx5 common compilation <mlx5_common_compilation>`,
3231
and :ref:`mlx5 common driver options <mlx5_common_driver_options>`.
3332

3433

35-
Supported NICs
36-
--------------
34+
Supported Devices
35+
-----------------
3736

38-
* NVIDIA\ |reg| BlueField-2 SmartNIC
39-
* NVIDIA\ |reg| BlueField-3 SmartNIC
37+
* NVIDIA\ |reg| BlueField-2 DPU
38+
* NVIDIA\ |reg| BlueField-3 DPU/SuperNIC
4039

4140
Prerequisites
4241
-------------

0 commit comments

Comments
 (0)