On 10/19/2021 3:01 PM, Singh, Jasvinder wrote:
-----Original Message-----
From: Yu, DapengX <dapengx...@intel.com>
Sent: Thursday, October 14, 2021 3:12 AM
To: Singh, Jasvinder <jasvinder.si...@intel.com>; Dumitrescu, Cristian
<cristian.dumitre...@intel.com>
Cc: dev@dpdk.org; Yu, DapengX <dapengx...@intel.com>; sta...@dpdk.org
Subject: [PATCH v2] net/softnic: fix memory leak of meter policy
From: Dapeng Yu <dapengx...@intel.com>
After the meter policies are created, they are not freed on device close.
This patch fixes it.
Fixes: 5f0d54f372f0 ("ethdev: add pre-defined meter policy API")
Cc: sta...@dpdk.org
Signed-off-by: Dapeng Yu <dapengx...@intel.com>
Acked-by: Jasvinder Singh <jasvinder.si...@intel.com>
Applied to dpdk-next-net/main, thanks.