Re: [dpdk-dev] [PATCH] app/procinfo: close devices before exit

2020-10-06 Thread Thomas Monjalon
> As well as this is correct thing to close devices before exit, it is > also useful to test the closing devices from secondary process. > > Signed-off-by: Ferruh Yigit Closing in secondary should not affect the primary. Good to test :) Applied, thanks.

[dpdk-dev] [PATCH] app/procinfo: close devices before exit

2020-09-30 Thread Ferruh Yigit
As well as this is correct thing to close devices before exit, it is also useful to test the closing devices from secondary process. Signed-off-by: Ferruh Yigit --- Cc: Thomas Monjalon --- app/proc-info/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/proc-info/main.c b/app/pro