mbox series

[0/2] net/mlx5: fix table leak issue

Message ID 1586784554-35145-1-git-send-email-suanmingm@mellanox.com (mailing list archive)
Headers
Series net/mlx5: fix table leak issue |

Message

Suanming Mou April 13, 2020, 1:29 p.m. UTC
  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/mlx5_flow.h    |  2 ++
 drivers/net/mlx5/mlx5_flow_dv.c | 54 ++++++++++++++++++++---------------------
 3 files changed, 29 insertions(+), 33 deletions(-)
  

Comments

Raslan Darawsheh April 14, 2020, 9:47 p.m. UTC | #1
Hi,

> -----Original Message-----
> From: Suanming Mou <suanmingm@mellanox.com>
> Sent: Monday, April 13, 2020 4:29 PM
> Cc: Raslan Darawsheh <rasland@mellanox.com>; 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 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/mlx5_flow.h    |  2 ++
>  drivers/net/mlx5/mlx5_flow_dv.c | 54 ++++++++++++++++++++--------------
> -------
>  3 files changed, 29 insertions(+), 33 deletions(-)
> 
> --
> 1.8.3.1


Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh