Re: [dpdk-dev] [PATCH] test: make multiprocess launch error more informative

2019-07-16 Thread Thomas Monjalon
12/07/2019 18:02, Anatoly Burakov: > Currently, if there is no procfs mounted, test application will > fail to run any multiprocess-related autotests (EAL flags etc.) > without a clear explanation as to why this happens. > > Add a check specifically for that condition, as well as add a > general s

[dpdk-dev] [PATCH] test: make multiprocess launch error more informative

2019-07-12 Thread Anatoly Burakov
Currently, if there is no procfs mounted, test application will fail to run any multiprocess-related autotests (EAL flags etc.) without a clear explanation as to why this happens. Add a check specifically for that condition, as well as add a general stringified error message to rte_panic. Signed-