git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acc32dc
)
qat: set default optimization level
author
Arek Kusztal
<arkadiuszx.kusztal@intel.com>
Tue, 7 Jun 2016 16:58:14 +0000
(17:58 +0100)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Tue, 7 Jun 2016 19:36:08 +0000
(21:36 +0200)
Changed to -O3 optimization flag in Intel QuickAssist Technology Makefile.
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Acked-by: Deepak Kumar Jain <deepak.k.jain@intel.com>
drivers/crypto/qat/Makefile
patch
|
blob
|
history
diff --git
a/drivers/crypto/qat/Makefile
b/drivers/crypto/qat/Makefile
index
258c2d5
..
ee72a61
100644
(file)
--- a/
drivers/crypto/qat/Makefile
+++ b/
drivers/crypto/qat/Makefile
@@
-38,6
+38,7
@@
LIBABIVER := 1
# build flags
CFLAGS += $(WERROR_FLAGS)
+CFLAGS += -O3
# external library include paths
CFLAGS += -I$(SRCDIR)/qat_adf