Re: [dpdk-dev] [PATCH v2] bus/fslmc: fix memory leak in secondary process

2020-07-21 Thread David Marchand
On Fri, Jul 17, 2020 at 12:50 PM wangyunjian wrote: > > From: Yunjian Wang > > In fslmc_process_mcp(), we allocate memory for 'dev_name' but not > released before return in secondary process. And it is not used > since commit a69f79300262 ("bus/fslmc: support multi VFIO group"), > so it can be re

Re: [dpdk-dev] [PATCH v2] bus/fslmc: fix memory leak in secondary process

2020-07-19 Thread Hemant Agrawal (OSS)
Acked-by: Hemant Agrawal

[dpdk-dev] [PATCH v2] bus/fslmc: fix memory leak in secondary process

2020-07-17 Thread wangyunjian
From: Yunjian Wang In fslmc_process_mcp(), we allocate memory for 'dev_name' but not released before return in secondary process. And it is not used since commit a69f79300262 ("bus/fslmc: support multi VFIO group"), so it can be removed. Fixes: e55d0494ab98 ("bus/fslmc: support secondary process