]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_cryptodev/rte_crypto.h
cryptodev: rename physical address type to IOVA
[dpdk.git] / lib / librte_cryptodev / rte_crypto.h
index eeed9ee25151913e0227db5ce73d323bca5dbaa1..3d672fe7d22e5c59292cb6dcecaf9b929a503efa 100644 (file)
@@ -118,7 +118,7 @@ struct rte_crypto_op {
        struct rte_mempool *mempool;
        /**< crypto operation mempool which operation is allocated from */
 
-       phys_addr_t phys_addr;
+       rte_iova_t phys_addr;
        /**< physical address of crypto operation */
 
        RTE_STD_C11