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

2018-07-27 Thread Radu Nicolau
/l3fw-power: do not exit on power lib init failure Do not exit the application if power library fails to initialize or high performance cores configuration cannot be used. I would say this deserves more explanation. It doesn't look correct to me to keep log an error that the power li

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

2018-07-26 Thread De Lara Guarch, Pablo
Hi Radu, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Radu Nicolau > Sent: Wednesday, July 18, 2018 2:50 PM > To: dev@dpdk.org > Cc: Hunt, David ; Yao, Lei A ; > Nicolau, Radu > Subject: [dpdk-dev] [PATCH] examples/l3fw-power: do not e

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

2018-07-18 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 --- examples/l3fwd-power/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/l3fwd-power/main.c b/examples/l3fw