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:
a894e13
)
config: enable crypto scheduler PMD by default
author
Bruce Richardson
<bruce.richardson@intel.com>
Wed, 29 Mar 2017 16:38:54 +0000
(17:38 +0100)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Thu, 6 Apr 2017 19:37:19 +0000
(21:37 +0200)
The crypto scheduler PMD has no external dependencies to enable that by
default.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
config/common_base
patch
|
blob
|
history
diff --git
a/config/common_base
b/config/common_base
index
7d7290c
..
5f2ad94
100644
(file)
--- a/
config/common_base
+++ b/
config/common_base
@@
-458,7
+458,7
@@
CONFIG_RTE_LIBRTE_PMD_ZUC_DEBUG=n
#
# Compile PMD for Crypto Scheduler device
#
-CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER=
n
+CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER=
y
CONFIG_RTE_LIBRTE_PMD_CRYPTO_SCHEDULER_DEBUG=n
#