> -----Original Message----- > From: dev <[email protected]> On Behalf Of > [email protected] > Sent: Saturday, August 21, 2021 2:30 PM > To: [email protected] > Cc: Xing, Beilei <[email protected]>; Qiming Chen > <[email protected]>; [email protected] > Subject: [dpdk-dev] [PATCH] net/i40e/base: fix the resource leakage problem > > From: Qiming Chen <[email protected]> > > In the i40e_init_arq function, when the i40e_config_arq_regs function returns > from processing failure, the previously applied arq_bufs resource is not > released, which leads to leakage. > The patch is processed in the same way as the i40e_init_asq function, > maintaining a unified coding style. > > Fixes: 49ea51605be4 ("net/i40e/base: gracefully clean the resources") > Cc: [email protected] > > Signed-off-by: Qiming Chen <[email protected]> Acked-by: Qi Zhang <[email protected]> Applied to dpdk-next-net-intel. Thanks Qi

