> -----Original Message----- > From: dev <dev-boun...@dpdk.org> On Behalf Of > chenqiming_hua...@163.com > Sent: Saturday, August 21, 2021 2:30 PM > To: dev@dpdk.org > Cc: Xing, Beilei <beilei.x...@intel.com>; Qiming Chen > <chenqiming_hua...@163.com>; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/i40e/base: fix the resource leakage problem > > From: Qiming Chen <chenqiming_hua...@163.com> > > 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: sta...@dpdk.org > > Signed-off-by: Qiming Chen <chenqiming_hua...@163.com> Acked-by: Qi Zhang <qi.z.zh...@intel.com> Applied to dpdk-next-net-intel. Thanks Qi