Re: [dpdk-dev] [PATCH] vdev: free reply.msgs memory for secondary process

2018-10-25 Thread Thomas Monjalon
27/09/2018 15:28, Ferruh Yigit: > On 9/21/2018 5:25 PM, Paul Luse wrote: > > From: paul luse > > > > This patch fixes an issue caught with ASAN where a vdev_scan() > > to a secondary bus was failing to free some memory. > > > > Signed-off-by: paul luse > > (carry from Anatoly's ack from other

Re: [dpdk-dev] [PATCH] vdev: free reply.msgs memory for secondary process

2018-09-27 Thread Ferruh Yigit
On 9/21/2018 5:25 PM, Paul Luse wrote: > From: paul luse > > This patch fixes an issue caught with ASAN where a vdev_scan() > to a secondary bus was failing to free some memory. > > Signed-off-by: paul luse (carry from Anatoly's ack from other thread) Acked-by: Anatoly Burakov Acked-by: Ferr

Re: [dpdk-dev] [PATCH] vdev: free reply.msgs memory for secondary process

2018-09-21 Thread Ferruh Yigit
On 9/21/2018 5:25 PM, Paul Luse wrote: > From: paul luse > > This patch fixes an issue caught with ASAN where a vdev_scan() > to a secondary bus was failing to free some memory. > > Signed-off-by: paul luse Hi Paul, Is this different from below patch, which seems already acked: https://patche

Re: [dpdk-dev] [PATCH] vdev: free reply.msgs memory for secondary process

2018-09-21 Thread Burakov, Anatoly
On 21-Sep-18 12:29 AM, paul luse wrote: This patch fixes an issue caught with ASAN where a vdev_scan() to a secondary bus was failing to free some memory. Signed-off-by: paul luse --- drivers/bus/vdev/vdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bus/vdev/vdev.c b/driver