net/mlx5: remove redundant flag in device config
authorMichael Baum <michaelba@nvidia.com>
Tue, 19 Oct 2021 20:55:51 +0000 (23:55 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 21 Oct 2021 13:53:36 +0000 (15:53 +0200)
commit5bc38358b544766ac69ab7ab7c9a2edcbb98b171
tree73ceaddcafc3c0cac655f8f042f7c4d61cc5d7e7
parent887183effa2aeef70508b37fe304a3f7c526d334
net/mlx5: remove redundant flag in device config

Device configure structure has flag named devx as same as SH structure
with the same meaning.

Remove the flag from the configuration structure and move all the
usages to the SH flag.

Signed-off-by: Michael Baum <michaelba@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
drivers/net/mlx5/linux/mlx5_os.c
drivers/net/mlx5/mlx5.h
drivers/net/mlx5/mlx5_flow_dv.c
drivers/net/mlx5/mlx5_trigger.c
drivers/net/mlx5/windows/mlx5_os.c