Skip to content

Commit

Permalink
net/mlx5: Add ConnectX-8 device to ifc
Browse files Browse the repository at this point in the history
In preparation for ConnectX-8 SWS support, add enum for the new device
type.

Signed-off-by: Yevgeny Kliteynik <kliteyn@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Link: https://patch.msgid.link/20241204220931.254964-3-tariqt@nvidia.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
  • Loading branch information
Yevgeny Kliteynik authored and Leon Romanovsky committed Dec 5, 2024
1 parent f9a5b34 commit e799ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/mlx5/mlx5_ifc.h
Original file line number Diff line number Diff line change
Expand Up @@ -1590,6 +1590,7 @@ enum {
MLX5_STEERING_FORMAT_CONNECTX_5 = 0,
MLX5_STEERING_FORMAT_CONNECTX_6DX = 1,
MLX5_STEERING_FORMAT_CONNECTX_7 = 2,
MLX5_STEERING_FORMAT_CONNECTX_8 = 3,
};

struct mlx5_ifc_cmd_hca_cap_bits {
Expand Down

0 comments on commit e799ac9

Please sign in to comment.