> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Qiming Chen
> Sent: Friday, September 10, 2021 3:49 PM
> To: [email protected]
> Cc: Xing, Beilei <[email protected]>; Wu, Jingjing
> <[email protected]>;
> Qiming Chen <[email protected]>; [email protected]
> 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: [email protected]
>
> Signed-off-by: Qiming Chen <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi