Re: [dpdk-dev] [PATCH] app/crypto-perf: compile with O3

2018-07-23 Thread De Lara Guarch, Pablo
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Monday, June 25, 2018 1:53 PM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] app/crypto-perf: compile with O3 > > The crypto performance application was not being compiled with -O3, which >

[dpdk-dev] [PATCH] app/crypto-perf: compile with O3

2018-06-25 Thread Pablo de Lara
The crypto performance application was not being compiled with -O3, which means that the performance shown may not be optimal. Signed-off-by: Pablo de Lara --- app/test-crypto-perf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/app/test-crypto-perf/Makefile b/app/test-crypto-perf/M