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 C0D84D498 for ; Thu, 30 Mar 2017 16:48:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490885308; x=1522421308; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=7uO9gZmd8Mj6T+NPfZnD7C7CmcxFfDnICoFE1KeBUK8=; b=x9QmQdzTVbkS4Wg0s7Jz1Hc1dvESBbIZ5jHdPU00fCwFwsW286XrHQvP 2sFn5lptuHvjg6SmMkKH+pViheLP0w==; Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2017 07:48:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,246,1486454400"; d="scan'208";a="1113673454" Received: from fanzhan2-mobl.ger.corp.intel.com (HELO [10.237.220.97]) ([10.237.220.97]) by orsmga001.jf.intel.com with ESMTP; 30 Mar 2017 07:48:00 -0700 To: Bruce Richardson , thomas.monjalon@6wind.com References: <20170329140419.27149-1-bruce.richardson@intel.com> <20170329140419.27149-3-bruce.richardson@intel.com> Cc: pablo.de.lara.guarch@intel.com, dev@dpdk.org From: "Zhang, Roy Fan" Message-ID: <58DD1AA0.6060207@intel.com> Date: Thu, 30 Mar 2017 15:48:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20170329140419.27149-3-bruce.richardson@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [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: , X-List-Received-Date: Thu, 30 Mar 2017 14:48:28 -0000 On 29/03/2017 15:04, Bruce Richardson wrote: > The crypto scheduler PMD has no external dependencies to enable that by > default. > > Signed-off-by: Bruce Richardson > Acked by: Fan Zhang