[dpdk-stable] [dpdk-dev] [PATCH] net/iavf: fix vf probe resource leak

Zhang, Qi Z qi.z.zhang at intel.com
Wed Sep 15 05:08:44 CEST 2021



> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of Qiming Chen
> Sent: Friday, September 10, 2021 3:49 PM
> To: dev at dpdk.org
> Cc: Xing, Beilei <beilei.xing at intel.com>; Wu, Jingjing <jingjing.wu at intel.com>;
> Qiming Chen <chenqiming_huawei at 163.com>; stable at dpdk.org
> Subject: [dpdk-dev] [PATCH] net/iavf: fix vf probe resource leak
> 
> During the port probe process, there are two abnormal branches that did not
> release the previously requested memory, resulting in leakage. The patch adds
> an iavf_uninit_vf function, which corresponds to the iavf_init_vf function.
> 
> Fixes: ff2d0c345c3b ("net/iavf: support generic flow API")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Qiming Chen <chenqiming_huawei at 163.com>

Acked-by: Qi Zhang <qi.z.zhang at intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi



More information about the stable mailing list