[dpdk-stable] [dpdk-dev] [PATCH] net/iavf: fix rx queue irqs resource leak

Zhang, Qi Z qi.z.zhang at intel.com
Mon Sep 27 09:06:39 CEST 2021



> -----Original Message-----
> From: dev <dev-bounces at dpdk.org> On Behalf Of Qiming Chen
> Sent: Friday, September 10, 2021 2:55 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 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: 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