> -----Original Message-----
> From: dev <[email protected]> On Behalf Of
> [email protected]
> Sent: Saturday, August 21, 2021 4:14 PM
> To: [email protected]
> Cc: Xing, Beilei <[email protected]>; Qiming Chen
> <[email protected]>; [email protected]
> Subject: [dpdk-dev] [PATCH] net/i40e: fix vf resource leakage problem
>
> From: Qiming Chen <[email protected]>
>
> In the i40evf_dev_init function, when the MAC memory alloc fails, the
> previously initialized vf resource is not released, resulting in leakage.
> The patch calls the i40evf_uninit_vf function in the abnormal branch to
> release
> resources.
>
> Fixes: 5c9222058df7 ("i40e: move to drivers/net/")
> Cc: [email protected]
>
> Signed-off-by: Qiming Chen <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi