> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Qiming Chen
> Sent: Friday, September 10, 2021 2:55 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 rx queue irqs resource leak
>
> In the iavf_config_rx_queues_irqs function, the memory pointed to by the
> intr_handle->intr_vec and qv_map addresses is not released in the subsequent
> hook branch, resulting in resource leakage.
>
> Fixes: f593944fc988 ("net/iavf: enable IRQ mapping configuration for large
> VF")
> Cc: [email protected]
>
> Signed-off-by: Qiming Chen <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi