Re: [dpdk-dev] [PATCH] net/i40e/base: fix the resource leakage problem

2021-09-15 Thread Zhang, Qi Z
> -Original Message- > From: dev On Behalf Of > chenqiming_hua...@163.com > Sent: Saturday, August 21, 2021 2:30 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Qiming Chen > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/i40e/base: fix the resource leakage p

[dpdk-dev] [PATCH] net/i40e/base: fix the resource leakage problem

2021-08-20 Thread chenqiming_huawei
From: Qiming Chen 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 co