[dpdk-dev] [PATCH v2 2/4] config: enable crypto scheduler PMD by default

Declan Doherty declan.doherty at intel.com
Thu Mar 30 09:45:57 CEST 2017


On 29/03/2017 5:38 PM, Bruce Richardson wrote:
> The crypto scheduler PMD has no external dependencies to enable that by
> default.
>
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
>  config/common_base | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/config/common_base b/config/common_base
> index 2d54ddf..38e9483 100644
> --- a/config/common_base
> +++ b/config/common_base
> @@ -440,7 +440,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
>
>  #
>

Acked-by: Declan Doherty <declan.doherty at intel.com>


More information about the dev mailing list