RE: [PATCH v1] net/mlx5: fix meter profile delete fail

2022-09-21 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Shun Hao > Sent: Sunday, September 18, 2022 3:58 AM > To: Slava Ovsiienko ; Matan Azrad > ; Ori Kam ; Suanming Mou > > Cc: dev@dpdk.org; Raslan Darawsheh ; > sta...@dpdk.org; Matan Azrad > Subject: [PATCH v1] net/mlx5: fi

[PATCH v1] net/mlx5: fix meter profile delete fail

2022-09-17 Thread Shun Hao
If a meter's profile is changed after meter disabled, there's an issue that will fail when deleting the old profile. This patch fixes this by adding the correct process to decrease the old profile's reference count when changing profile. Fixes: 63ffeb2ff2 ("net/mlx5: support meter profile update"