adding Mellanox CX6 adapter
Checks
Context |
Check |
Description |
ci/Intel-dts-suite-test |
success
|
Testing OK
|
ci/Intel-dts-format-test |
success
|
Testing OK
|
ci/Intel-dts-pylama-test |
success
|
Testing OK
|
Commit Message
adding the Mellanox MT2894 Family [ConnectX-6 Lx] adapter
to DTS
Signed-off-by: Thinh Tran <thinhtr@linux.vnet.ibm.com>
---
framework/settings.py | 2 ++
1 file changed, 2 insertions(+)
Comments
On Wed, 8 Mar 2023 19:48:35 +0000, Thinh Tran <thinhtr@linux.vnet.ibm.com> wrote:
> adding the Mellanox MT2894 Family [ConnectX-6 Lx] adapter
> to DTS
>
>
> Signed-off-by: Thinh Tran <thinhtr@linux.vnet.ibm.com>
Applied, thanks
@@ -66,6 +66,7 @@ NICS = {
"ConnectX4_LX_MT4117": "15b3:1015",
"ConnectX5_MT4119": "15b3:1017",
"ConnectX5_MT4121": "15b3:1019",
+ "ConnectX6_MT2894": "15b3:101f",
"I40E_25G-25G_SFP28": "8086:158b",
"cavium_a034": "177d:a034",
"cavium_0011": "177d:0011",
@@ -160,6 +161,7 @@ DRIVERS = {
"ConnectX4_LX_MT4117": "mlx5_core",
"ConnectX5_MT4119": "mlx5_core",
"ConnectX5_MT4121": "mlx5_core",
+ "ConnectX6_MT2894": "mlx5_core",
"I40E_25G-25G_SFP28": "i40e",
"cavium_a034": "thunder-nicvf",
"cavium_0011": "thunder-nicvf",