Re: [dpdk-dev] [PATCH] eal: fix runtime dir cleanup in noshconf mode

2018-12-20 Thread Thomas Monjalon
20/12/2018 12:11, Anatoly Burakov: > When using --no-shconf or --in-memory modes, there is no runtime > directory to be created, so there is no point in attempting to > clean it. > > Fixes: 0a529578f162 ("eal: clean up unused files on initialization") > > Signed-off-by: Anatoly Burakov Applied,

[dpdk-dev] [PATCH] eal: fix runtime dir cleanup in noshconf mode

2018-12-20 Thread Anatoly Burakov
When using --no-shconf or --in-memory modes, there is no runtime directory to be created, so there is no point in attempting to clean it. Fixes: 0a529578f162 ("eal: clean up unused files on initialization") Signed-off-by: Anatoly Burakov --- lib/librte_eal/bsdapp/eal/eal.c | 5 - lib/libr