[dpdk-stable] [PATCH] net/ixgbe: fix queue resource leak

Wang, Haiyue haiyue.wang at intel.com
Mon Sep 6 03:34:42 CEST 2021


> -----Original Message-----
> From: Qiming Chen <chenqiming_huawei at 163.com>
> Sent: Tuesday, August 31, 2021 21:40
> To: dev at dpdk.org
> Cc: Wang, Haiyue <haiyue.wang at intel.com>; Qiming Chen <chenqiming_huawei at 163.com>; stable at dpdk.org
> Subject: [PATCH] net/ixgbe: fix queue resource leak
> 
> In the ixgbevf_dev_start function, after initializing the rxtx queue, if
> an exception occurs in the subsequent function, the rxtx queue needs to
> be released. The patch solves the problem of queue resource leakage.
> 
> Fixes: 0eb609239efd ("ixgbe: enable Rx queue interrupts for PF and VF")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Qiming Chen <chenqiming_huawei at 163.com>
> ---
>  drivers/net/ixgbe/ixgbe_ethdev.c | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 

Acked-by: Haiyue Wang <haiyue.wang at intel.com>

> --
> 2.30.1.windows.1



More information about the stable mailing list