|SUCCESS| common/mlx5: add ConnectX-10 SmartNIC

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Sun Apr 19 15:50:34 CEST 2026


Test-Label: ai-code-review
Test-Status: SUCCESS
https://dpdk.org/patch/163184

_AI Code Review_

=== Patch Review: series.patch (via Claude) ===
Review date: 2026-04-19

31c5a4b Raslan Darawsheh <rasland at nvidia.com>
common/mlx5: add ConnectX-10 SmartNIC

This patch adds the ConnectX-10 SmartNIC device ID to the list of NVIDIA
devices that run the mlx5 drivers. The device is still in development stage.

> diff --git a/drivers/common/mlx5/mlx5_common.h b/drivers/common/mlx5/mlx5_common.h
> index 47fcc3fb06..b8f0235f47 100644
> --- a/drivers/common/mlx5/mlx5_common.h
> +++ b/drivers/common/mlx5/mlx5_common.h
> @@ -155,6 +155,7 @@ enum {
>  	PCI_DEVICE_ID_MELLANOX_BLUEFIELD3 = 0Xa2dc,
>  	PCI_DEVICE_ID_MELLANOX_CONNECTX8 = 0x1023,
>  	PCI_DEVICE_ID_MELLANOX_CONNECTX9 = 0x1025,
> +	PCI_DEVICE_ID_MELLANOX_CONNECTX10 = 0x1027,
>  	PCI_DEVICE_ID_MELLANOX_BLUEFIELD4 = 0xa2df,
>  };

Does the value 0x1027 need a lowercase 'x' prefix to match the style of
adjacent entries? (0xa2dc, 0xa2df)

[ ... ]


More information about the test-report mailing list