[PATCH v7 09/11] crypto/scheduler: add scheduler PMD config options
From: Fan Zhang <hidden>
Date: 2017-01-24 16:23:55
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Fan Zhang <hidden>
Date: 2017-01-24 16:23:55
Subsystem:
the rest · Maintainer:
Linus Torvalds
Adds scheduler PMD enable and debug flags to config/common_base. Signed-off-by: Fan Zhang <redacted> --- config/common_base | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/config/common_base b/config/common_base
index b9fb8e2..cd4a0f3 100644
--- a/config/common_base
+++ b/config/common_base@@ -1,6 +1,6 @@ # BSD LICENSE # -# Copyright(c) 2010-2016 Intel Corporation. All rights reserved. +# Copyright(c) 2010-2017 Intel Corporation. All rights reserved. # All rights reserved. # # Redistribution and use in source and binary forms, with or without
@@ -434,6 +434,12 @@ CONFIG_RTE_LIBRTE_PMD_ZUC=n 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_DEBUG=n + +# # Compile PMD for NULL Crypto device # CONFIG_RTE_LIBRTE_PMD_NULL_CRYPTO=y
--
2.7.4