From a5097bb5a314f8aeb74f8cfcbaa9dad63e99a26d Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Fri, 18 May 2018 17:40:18 +0100 Subject: [PATCH] cryptodev: extend feature flags description Extend the description of cryptodev feature flags, adding extra information. Signed-off-by: Pablo de Lara Acked-by: Vipin Varghese Acked-by: Akhil Goyal --- lib/librte_cryptodev/rte_cryptodev.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/librte_cryptodev/rte_cryptodev.h b/lib/librte_cryptodev/rte_cryptodev.h index 261a359dc0..2fb65638d4 100644 --- a/lib/librte_cryptodev/rte_cryptodev.h +++ b/lib/librte_cryptodev/rte_cryptodev.h @@ -373,7 +373,8 @@ 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 HW/SW features for the given device */ const struct rte_cryptodev_capabilities *capabilities; /**< Array of devices supported capabilities */ @@ -749,7 +750,7 @@ struct rte_cryptodev { struct rte_cryptodev_ops *dev_ops; /**< Functions exported by PMD */ uint64_t feature_flags; - /**< Supported features */ + /**< Feature flags exposes HW/SW features for the given device */ struct rte_device *device; /**< Backing device */ -- 2.20.1