Re: [dpdk-dev] [PATCH 2/3] net/mlx5: reorganize jump table resources

2019-11-07 Thread Slava Ovsiienko
> -Original Message- > From: Bing Zhao > Sent: Friday, November 8, 2019 6:45 > To: Slava Ovsiienko > Cc: Ori Kam ; Raslan Darawsheh > ; dev@dpdk.org > Subject: [PATCH 2/3] net/mlx5: reorganize jump table resources > > Jump object is associated with table object, so there is no need to us

[dpdk-dev] [PATCH 2/3] net/mlx5: reorganize jump table resources

2019-11-07 Thread Bing Zhao
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 --- drivers/net/mlx5/mlx5.h | 1 - drivers/net/mlx5/mlx5_flow.h| 7 ++-- drivers/n