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 <akhil.go...@nxp.com>
---
 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

Reply via email to