DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] app/crypto-perf: compile with O3
@ 2018-06-25 12:53 Pablo de Lara
  2018-07-23 11:27 ` De Lara Guarch, Pablo
  0 siblings, 1 reply; 2+ messages in thread
From: Pablo de Lara @ 2018-06-25 12:53 UTC (permalink / raw)
  To: declan.doherty; +Cc: dev, 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 <pablo.de.lara.guarch@intel.com>
---
 app/test-crypto-perf/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/test-crypto-perf/Makefile b/app/test-crypto-perf/Makefile
index 28a0cd03c..78135f38c 100644
--- a/app/test-crypto-perf/Makefile
+++ b/app/test-crypto-perf/Makefile
@@ -8,6 +8,7 @@ APP = dpdk-test-crypto-perf
 
 CFLAGS += $(WERROR_FLAGS)
 CFLAGS += -DALLOW_EXPERIMENTAL_API
+CFLAGS += -O3
 
 # all source are stored in SRCS-y
 SRCS-y := main.c
-- 
2.14.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] app/crypto-perf: compile with O3
  2018-06-25 12:53 [dpdk-dev] [PATCH] app/crypto-perf: compile with O3 Pablo de Lara
@ 2018-07-23 11:27 ` De Lara Guarch, Pablo
  0 siblings, 0 replies; 2+ messages in thread
From: De Lara Guarch, Pablo @ 2018-07-23 11:27 UTC (permalink / raw)
  To: Doherty, Declan; +Cc: dev



> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Monday, June 25, 2018 1:53 PM
> To: Doherty, Declan <declan.doherty@intel.com>
> Cc: dev@dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>
> Subject: [PATCH] app/crypto-perf: compile with O3
> 
> 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 <pablo.de.lara.guarch@intel.com>

Applied to dpdk-next-crypto.

Pablo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-23 11:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-25 12:53 [dpdk-dev] [PATCH] app/crypto-perf: compile with O3 Pablo de Lara
2018-07-23 11:27 ` De Lara Guarch, Pablo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).