Re: [dpdk-dev] [PATCH] eal: unmap undesired address upon config reattach failure

2019-08-19 Thread David Marchand
On Sun, Aug 18, 2019 at 8:47 AM Arnon Warshavsky wrote: > > Have rte_eal_config_reattach clean up the mapped address > which is a valid address but not the one intended. > > Coverity issue: 343439 Fixes: 4e8854ae89fa ("eal: do not panic on shared memory init") Since the issue was hidden before th

[dpdk-dev] [PATCH] eal: unmap undesired address upon config reattach failure

2019-08-17 Thread Arnon Warshavsky
Have rte_eal_config_reattach clean up the mapped address which is a valid address but not the one intended. Coverity issue: 343439 Signed-off-by: Arnon Warshavsky --- lib/librte_eal/linux/eal/eal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_eal/linux/eal/eal.c b/lib/librte_ea