Skip to content

Commit 0f40391

Browse files
noaosSaeed Mahameed
authored andcommitted
net/mlx5: Add missing SET_DRIVER_VERSION command translation
When translating command opcodes to a string, SET_DRIVER_VERSION command was missing. Fixes: 42ca502 ('net/mlx5_core: Use a macro in mlx5_command_str()') Signed-off-by: Noa Osherovich <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
1 parent a451733 commit 0f40391

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/ethernet/mellanox/mlx5/core

1 file changed

+1
-0
lines changed

drivers/net/ethernet/mellanox/mlx5/core/cmd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ const char *mlx5_command_str(int command)
458458
MLX5_COMMAND_STR_CASE(SET_HCA_CAP);
459459
MLX5_COMMAND_STR_CASE(QUERY_ISSI);
460460
MLX5_COMMAND_STR_CASE(SET_ISSI);
461+
MLX5_COMMAND_STR_CASE(SET_DRIVER_VERSION);
461462
MLX5_COMMAND_STR_CASE(CREATE_MKEY);
462463
MLX5_COMMAND_STR_CASE(QUERY_MKEY);
463464
MLX5_COMMAND_STR_CASE(DESTROY_MKEY);

0 commit comments

Comments
 (0)