net/mlx5: reorganize jump table resources
authorBing Zhao <bingz@mellanox.com>
Fri, 8 Nov 2019 15:23:09 +0000 (17:23 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 11 Nov 2019 13:23:02 +0000 (14:23 +0100)
commit6c1d9a642e03209242f571fdfeb395f7e1df8e10
tree3c0be4e058cc7a2671c4a61d769d0c7649178167
parent860897d2895a5cfb13d75393352c6eea8636e4eb
net/mlx5: reorganize jump table resources

Jump object is associated with table object, so there is no need to
use a single linked list to store it. All the jump objects could be
put together with related flow tables.

Signed-off-by: Bing Zhao <bingz@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
drivers/net/mlx5/mlx5.h
drivers/net/mlx5/mlx5_flow.h
drivers/net/mlx5/mlx5_flow_dv.c