From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo de Lara Subject: [PATCH] cryptodev: extend feature flags description Date: Fri, 18 May 2018 14:20:07 +0100 Message-ID: <20180518132007.5401-1-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org, Pablo de Lara To: declan.doherty@intel.com Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 9C03BCFD6 for ; Fri, 18 May 2018 15:19:50 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Extend the description of cryptodev feature flags, adding extra information. Signed-off-by: Pablo de Lara --- lib/librte_cryptodev/rte_cryptodev.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/librte_cryptodev/rte_cryptodev.h b/lib/librte_cryptodev/rte_cryptodev.h index 261a359dc..eeb51afac 100644 --- a/lib/librte_cryptodev/rte_cryptodev.h +++ b/lib/librte_cryptodev/rte_cryptodev.h @@ -373,7 +373,9 @@ struct rte_cryptodev_info { uint8_t driver_id; /**< Driver identifier */ struct rte_pci_device *pci_dev; /**< PCI information. */ - uint64_t feature_flags; /**< Feature flags */ + uint64_t feature_flags; + /**< Feature flags exposes for the given device its + * HW/SW offload features. */ const struct rte_cryptodev_capabilities *capabilities; /**< Array of devices supported capabilities */ -- 2.17.0