Skip to content

Commit

Permalink
mlx5: Update the list of the PCI supported devices
Browse files Browse the repository at this point in the history
Add the upcoming BlueField-4 and ConnectX-8 device IDs.

Signed-off-by: Meir Lichtinger <meirl@nvidia.com>
Reviewed-by: Maor Gottlieb <maorg@nvidia.com>
Signed-off-by: Yishai Hadas <yishaih@nvidia.com>
  • Loading branch information
Meir Lichtinger authored and Yishai Hadas committed Mar 7, 2022
1 parent a9626b3 commit 004c4ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions providers/mlx5/mlx5.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,12 @@ const struct verbs_match_ent mlx5_hca_table[] = {
HCA(MELLANOX, 0x101e), /* ConnectX family mlx5Gen Virtual Function */
HCA(MELLANOX, 0x101f), /* ConnectX-6 LX */
HCA(MELLANOX, 0x1021), /* ConnectX-7 */
HCA(MELLANOX, 0x1023), /* ConnectX-8 */
HCA(MELLANOX, 0xa2d2), /* BlueField integrated ConnectX-5 network controller */
HCA(MELLANOX, 0xa2d3), /* BlueField integrated ConnectX-5 network controller VF */
HCA(MELLANOX, 0xa2d6), /* BlueField-2 integrated ConnectX-6 Dx network controller */
HCA(MELLANOX, 0xa2dc), /* BlueField-3 integrated ConnectX-7 network controller */
HCA(MELLANOX, 0xa2df), /* BlueField-4 integrated ConnectX-8 network controller */
{}
};

Expand Down

0 comments on commit 004c4ed

Please sign in to comment.