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

Once the separation between Verbs and DevX is done using function
pointers, the type field of the Rx 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
drivers/net/mlx5/mlx5_vlan.c