> -----Original Message----- > From: Qiming Chen <[email protected]> > Sent: Tuesday, August 31, 2021 21:40 > To: [email protected] > Cc: Wang, Haiyue <[email protected]>; Qiming Chen > <[email protected]>; [email protected] > 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: [email protected] > > Signed-off-by: Qiming Chen <[email protected]> > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) >
Acked-by: Haiyue Wang <[email protected]> > -- > 2.30.1.windows.1

