net/mlx5: Add missing SET_DRIVER_VERSION command translation
authorNoa Osherovich <noaos@mellanox.com>
Tue, 17 Jul 2018 01:35:34 +0000 (18:35 -0700)
committerSaeed Mahameed <saeedm@mellanox.com>
Wed, 18 Jul 2018 21:33:25 +0000 (14:33 -0700)
commit0f4039104ee61e14ac4771a2181c2a20572f4ec9
treed6587865ac8ef569fdcb8d2e331f864d4b8ef294
parenta451733909bcb78aeeecd3066a9411297b514a0f
net/mlx5: Add missing SET_DRIVER_VERSION command translation

When translating command opcodes to a string, SET_DRIVER_VERSION
command was missing.

Fixes: 42ca502e179d0 ('net/mlx5_core: Use a macro in mlx5_command_str()')
Signed-off-by: Noa Osherovich <noaos@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/cmd.c