From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 26F9E5599 for ; Thu, 23 Mar 2017 15:56:42 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP; 23 Mar 2017 07:56:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,210,1486454400"; d="scan'208";a="947455764" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.152]) by orsmga003.jf.intel.com with ESMTP; 23 Mar 2017 07:56:41 -0700 To: Fan Zhang , dev@dpdk.org References: <1487332862-5719-1-git-send-email-roy.fan.zhang@intel.com> <1487332862-5719-2-git-send-email-roy.fan.zhang@intel.com> Cc: pablo.de.lara.guarch@intel.com From: Declan Doherty Message-ID: <8b27e1dd-586b-4d9a-3399-876511631acd@intel.com> Date: Thu, 23 Mar 2017 14:55:55 +0000 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: <1487332862-5719-2-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 1/3] cryptodev: change device configuration API 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, 23 Mar 2017 14:56:43 -0000 On 17/02/17 12:01, Fan Zhang wrote: > This patch changes the device configuration API for rte_cryptodev_ops > function prototype, and update all cryptodev PMDs for this change. > > Signed-off-by: Fan Zhang > --- ... > Acked-by: Declan Doherty