Skip to content

Commit

Permalink
Merge pull request #1148 from yishaih/mlx5_device
Browse files Browse the repository at this point in the history
mlx5: Update the list of the PCI supported devices
  • Loading branch information
rleon committed Mar 9, 2022
2 parents c26acd4 + 004c4ed commit 1060af8
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 1060af8

Please sign in to comment.