net/mlx5: remove indirection table type field
authorMichael Baum <michaelba@nvidia.com>
Thu, 3 Sep 2020 10:13:45 +0000 (10:13 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 18 Sep 2020 16:55:08 +0000 (18:55 +0200)
commit66b96fa6a6c22deaec4cd81728d5effb76e8544f
treee0683b0f2be79f07f354764b98d800d10803c74a
parent85552726d3371db835da91376720c034d0c2aecd
net/mlx5: remove indirection table type field

Once the separation between Verbs and DevX is done using function
pointers, the type field of the indirection table 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