X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=config%2Fcommon_bsdapp;h=59d27edc9771d364771790a73ee7d20ba86e4b61;hb=d11b0f30df88;hp=bdf1fcd15f23339505a39d6fab00d5b49ab328dd;hpb=850d6bb7d584cbbdbc06b0e93fc5c53b6ea44791;p=dpdk.git diff --git a/config/common_bsdapp b/config/common_bsdapp index bdf1fcd15f..59d27edc97 100644 --- a/config/common_bsdapp +++ b/config/common_bsdapp @@ -1,6 +1,6 @@ # BSD LICENSE # -# Copyright(c) 2010-2014 Intel Corporation. All rights reserved. +# Copyright(c) 2010-2015 Intel Corporation. All rights reserved. # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -308,6 +308,14 @@ CONFIG_RTE_LIBRTE_PMD_NULL=y # CONFIG_RTE_PMD_PACKET_PREFETCH=y +# +# Compile generic crypto device library +# +CONFIG_RTE_LIBRTE_CRYPTODEV=y +CONFIG_RTE_LIBRTE_CRYPTODEV_DEBUG=n +CONFIG_RTE_CRYPTO_MAX_DEVS=64 +CONFIG_RTE_CRYPTODEV_NAME_LEN=64 + # # Compile librte_ring # @@ -400,10 +408,12 @@ CONFIG_RTE_LIBRTE_METER=y # Compile librte_sched # CONFIG_RTE_LIBRTE_SCHED=y +CONFIG_RTE_SCHED_DEBUG=n CONFIG_RTE_SCHED_RED=n CONFIG_RTE_SCHED_COLLECT_STATS=n CONFIG_RTE_SCHED_SUBPORT_TC_OV=n CONFIG_RTE_SCHED_PORT_N_GRINDERS=8 +CONFIG_RTE_SCHED_VECTOR=y # # Compile the distributor library