From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH 1/6] cryptodev: replace bus specific struct with generic dev Date: Thu, 21 Jun 2018 18:13:17 +0530 Message-ID: References: <20180608220234.10170-1-pablo.de.lara.guarch@intel.com> <20180608220234.10170-2-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Pablo de Lara , declan.doherty@intel.com, ravi1.kumar@amd.com, jerin.jacob@caviumnetworks.com, roy.fan.zhang@intel.com, fiona.trahe@intel.com, tdu@semihalf.com, jianjay.zhou@huawei.com Return-path: Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0069.outbound.protection.outlook.com [104.47.0.69]) by dpdk.org (Postfix) with ESMTP id C27461B5D7 for ; Thu, 21 Jun 2018 14:43:39 +0200 (CEST) In-Reply-To: <20180608220234.10170-2-pablo.de.lara.guarch@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 6/9/2018 3:32 AM, Pablo de Lara wrote: > Structure rte_cryptodev_info has currently PCI device > information ("struct rte_pci_device") in it. > > This information is not generic to all devices, > so this gets replaced with the generic "rte_device" structure, > compatible with all crypto devices. > > Signed-off-by: Pablo de Lara Acked-by: Akhil Goyal