]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Reorder few command cases to reflect their natural order
authorOr Gerlitz <ogerlitz@mellanox.com>
Thu, 19 Jan 2017 17:37:06 +0000 (19:37 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Tue, 28 Mar 2017 12:34:03 +0000 (15:34 +0300)
commitc0848cd59df8ce86fc3be2739469af77b139a318
tree97659246e8bdcbcbea5f34cd67499f25671eda1b
parent919b05c248b1c770d98f70fa62cd177d9d08b26a
net/mlx5: Reorder few command cases to reflect their natural order

Move the commands related to scheduling elements and vport qos to
a suitable location (according to the MLX5_CMD_OP enum values) in
the command string and internal error helpers.

This patch doesn't change any functionality.

Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Reviewed-by: Hadar Hen Zion <hadarh@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/cmd.c