From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: [PATCH v2 01/11] librte_cryptodev: Add rte_device pointer in cryptodevice Date: Fri, 23 Dec 2016 01:46:50 +0530 Message-ID: <20161222201700.20020-2-akhil.goyal@nxp.com> References: <20161205125540.6419-1-akhil.goyal@nxp.com> <20161222201700.20020-1-akhil.goyal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , , , Akhil Goyal To: Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0050.outbound.protection.outlook.com [104.47.41.50]) by dpdk.org (Postfix) with ESMTP id D7FC810D67 for ; Thu, 22 Dec 2016 15:51:27 +0100 (CET) In-Reply-To: <20161222201700.20020-1-akhil.goyal@nxp.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" This patch will not be required as some parallel work is going on to add it across all crypto devices. Signed-off-by: Akhil Goyal --- lib/librte_cryptodev/rte_cryptodev.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_cryptodev/rte_cryptodev.h b/lib/librte_cryptodev/rte_cryptodev.h index 8f63e8f..bb5f41c 100644 --- a/lib/librte_cryptodev/rte_cryptodev.h +++ b/lib/librte_cryptodev/rte_cryptodev.h @@ -623,6 +623,7 @@ struct rte_cryptodev { /**< Supported features */ struct rte_pci_device *pci_dev; /**< PCI info. supplied by probing */ + struct rte_device *device; enum rte_cryptodev_type dev_type; /**< Crypto device type */ -- 2.9.3