]> 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)
commite94ebba27232d6094bfe8a9b503139c7d7770f34
tree97659246e8bdcbcbea5f34cd67499f25671eda1b
parent071192a1fbb15b62da2d7689ab9eec273af87228
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