From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 776B2F962 for ; Wed, 29 Mar 2017 18:39:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490805548; x=1522341548; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=rgNkIBwh9Rzy5XTsHvpknXREpNdrfuke7J3bDM7vT3o=; b=nZ0r4FYdVs4IuILaxIZhxlJ2HFOM5lsuudBVTUCyHDERbuDRM5UZCPea mnQbFFQBA+HnrNdrhNV2ghz/ORiVlA==; Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Mar 2017 09:39:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,242,1486454400"; d="scan'208";a="241693941" Received: from sivswdev01.ir.intel.com ([10.237.217.45]) by fmsmga004.fm.intel.com with ESMTP; 29 Mar 2017 09:39:06 -0700 From: Bruce Richardson To: thomas.monjalon@6wind.com Cc: pablo.de.lara.guarch@intel.com, dev@dpdk.org, Bruce Richardson Date: Wed, 29 Mar 2017 17:38:54 +0100 Message-Id: <20170329163856.10932-3-bruce.richardson@intel.com> X-Mailer: git-send-email 2.8.4 In-Reply-To: <20170329163856.10932-1-bruce.richardson@intel.com> References: <20170329140419.27149-1-bruce.richardson@intel.com> <20170329163856.10932-1-bruce.richardson@intel.com> Subject: [dpdk-dev] [PATCH v2 2/4] config: enable crypto scheduler PMD by default X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 16:39:08 -0000 The crypto scheduler PMD has no external dependencies to enable that by default. Signed-off-by: Bruce Richardson --- 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 # -- 2.9.3