> -----Original Message----- > From: Qiming Chen <chenqiming_hua...@163.com> > Sent: Tuesday, August 31, 2021 21:40 > To: dev@dpdk.org > Cc: Wang, Haiyue <haiyue.w...@intel.com>; Qiming Chen > <chenqiming_hua...@163.com>; sta...@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: sta...@dpdk.org > > Signed-off-by: Qiming Chen <chenqiming_hua...@163.com> > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) >
Acked-by: Haiyue Wang <haiyue.w...@intel.com> > -- > 2.30.1.windows.1