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 698EA293B for ; Tue, 4 Apr 2017 15:39:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491313157; x=1522849157; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=9TklEjui2N0kM28eJjmzJJUBSKEZohyENgl4jr0EFsc=; b=FWo7nKnDtE+8DNNl7b1oedZuJ9CcD9aPy5lpuQN+DDL7gD1qzN3WsE3q Ev2/X7aaqTMYGz0K6UWChb1HjyvmuA==; Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Apr 2017 06:39:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,275,1486454400"; d="scan'208";a="1115239641" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.152]) by orsmga001.jf.intel.com with ESMTP; 04 Apr 2017 06:39:14 -0700 To: Fan Zhang , dev@dpdk.org References: <1491221626-19644-1-git-send-email-roy.fan.zhang@intel.com> <1491233599-111784-1-git-send-email-roy.fan.zhang@intel.com> Cc: pablo.de.lara.guarch@intel.com, sergio.gonzalez.monroy@intel.com From: Declan Doherty Message-ID: Date: Tue, 4 Apr 2017 14:38:27 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1491233599-111784-1-git-send-email-roy.fan.zhang@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4] crypto/scheduler: add more EAL options 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: Tue, 04 Apr 2017 13:39:17 -0000 On 03/04/17 16:33, Fan Zhang wrote: > This patch adds initial mode and ordering enable/disable EAL > options to cryptodev scheduler PMD. > > Signed-off-by: Fan Zhang > --- ... > Acked-by: Declan Doherty