Re: [dpdk-dev] [PATCH v2] examples/l3fw-power: do not exit on power lib init failure

2018-08-07 Thread Hunt, David
On 27/7/2018 10:53 AM, Radu Nicolau wrote: Do not exit the application if power library fails to initialize or high performance cores configuration cannot be used. Signed-off-by: Radu Nicolau --- v2: updated init_power_library to return error code if any core init fails examples/l3fwd-pow

Re: [dpdk-dev] [PATCH v2] examples/l3fw-power: do not exit on power lib init failure

2018-08-05 Thread Thomas Monjalon
No review? 27/07/2018 11:53, Radu Nicolau: > Do not exit the application if power library fails to initialize > or high performance cores configuration cannot be used. > > Signed-off-by: Radu Nicolau > --- > v2: updated init_power_library to return error code if any core init fails > > > exam

[dpdk-dev] [PATCH v2] examples/l3fw-power: do not exit on power lib init failure

2018-07-27 Thread Radu Nicolau
Do not exit the application if power library fails to initialize or high performance cores configuration cannot be used. Signed-off-by: Radu Nicolau --- v2: updated init_power_library to return error code if any core init fails examples/l3fwd-power/main.c | 10 ++ 1 file changed, 6 ins