net/mlx5: remove Tx queue object type field
authorMichael Baum <michaelba@nvidia.com>
Thu, 1 Oct 2020 14:09:24 +0000 (14:09 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 9 Oct 2020 11:17:42 +0000 (13:17 +0200)
commit354cc08a2dbc296f69b53b1c00e1afd39d6d3a27
tree1507bafc1689f77fd559a6c2660f47752f31b039
parenta9c79306622c6d02a8eb6a7da1266cb188a23f5b
net/mlx5: remove Tx queue object type field

Once the separation between Verbs and DevX is done using function
pointers, the type field of the Tx queue object structure becomes
redundant and no more code is used.
Remove the unnecessary field from the structure.

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