Re: [dpdk-dev] [PATCH 0/2] net/mlx5: fix table leak issue

2020-04-14 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Suanming Mou > Sent: Monday, April 13, 2020 4:29 PM > Cc: Raslan Darawsheh ; dev@dpdk.org > Subject: [PATCH 0/2] net/mlx5: fix table leak issue > > Currently, the tables got by jump action and flow meter suffix flow are > not put correctly. > > Fix the b

[dpdk-dev] [PATCH 0/2] net/mlx5: fix table leak issue

2020-04-13 Thread Suanming Mou
Currently, the tables got by jump action and flow meter suffix flow are not put correctly. Fix the bugs with the refer_cnt issue. Suanming Mou (2): net/mlx5: fix meter suffix table leak issue net/mlx5: fix jump table leak issue drivers/net/mlx5/mlx5.h | 6 - drivers/net/mlx5/ml