]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commita750276f81918294a5cb0ffa37686cf25314cf53
tree97659246e8bdcbcbea5f34cd67499f25671eda1b
parente753b2b50dc3c6582e9d5971555693db41a6d821
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