From patchwork Wed Mar 29 14:04:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Richardson X-Patchwork-Id: 22728 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 0D8C9FA48; Wed, 29 Mar 2017 18:47:28 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id CE2D4F937 for ; Wed, 29 Mar 2017 16:04:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490796275; x=1522332275; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=rgNkIBwh9Rzy5XTsHvpknXREpNdrfuke7J3bDM7vT3o=; b=dmNpiqROTQBat7dS7xgNiiGmdaZC115hlxVkB/yw6mOL3dLieseTOtPO zVwAG5PN2oLHYLawJ8EOiB4SpEyiHw==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Mar 2017 07:04:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,241,1486454400"; d="scan'208";a="82297734" Received: from sivswdev01.ir.intel.com ([10.237.217.45]) by fmsmga006.fm.intel.com with ESMTP; 29 Mar 2017 07:04:34 -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 15:04:17 +0100 Message-Id: <20170329140419.27149-3-bruce.richardson@intel.com> X-Mailer: git-send-email 2.8.4 In-Reply-To: <20170329140419.27149-1-bruce.richardson@intel.com> References: <20170329140419.27149-1-bruce.richardson@intel.com> Subject: [dpdk-dev] [PATCH 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 #