From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH v3 2/4] doc: announce ABI change for crypto info struct Date: Fri, 18 May 2018 17:11:27 +0530 Message-ID: <4b3e2829-1af4-66d9-83e1-3d50dc79d67d@nxp.com> References: <20180126090355.25903-1-pablo.de.lara.guarch@intel.com> <20180517090056.11349-1-pablo.de.lara.guarch@intel.com> <20180517090056.11349-3-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Pablo de Lara , declan.doherty@intel.com, akhil.goyal@nxp.com Return-path: Received: from EUR03-DB5-obe.outbound.protection.outlook.com (mail-eopbgr40087.outbound.protection.outlook.com [40.107.4.87]) by dpdk.org (Postfix) with ESMTP id D2C31AAD6 for ; Fri, 18 May 2018 13:41:43 +0200 (CEST) In-Reply-To: <20180517090056.11349-3-pablo.de.lara.guarch@intel.com> 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 5/17/2018 2:30 PM, Pablo de Lara wrote: > Cryptodev info structure currently contains > a pointer to an rte_pci_device structure. > This field depends on a specific bus type (PCI), > which is not following a bus independent design. > Following the same approach taken in ethdev, the field > will be replaced with a pointer to an rte_device structure. > > Signed-off-by: Pablo de Lara > --- Acked-by: Akhil Goyal