]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/qat/qat_crypto.h
cryptodev: rename physical address type to IOVA
[dpdk.git] / drivers / crypto / qat / qat_crypto.h
index 0ebb083492b77ff4690c6c250ea316cabf52afe6..c64d7756cf801e864cd011d94c88716bf6d31b16 100644 (file)
@@ -70,7 +70,7 @@ enum qat_device_gen {
 struct qat_queue {
        char            memz_name[RTE_MEMZONE_NAMESIZE];
        void            *base_addr;             /* Base address */
-       phys_addr_t     base_phys_addr;         /* Queue physical address */
+       rte_iova_t      base_phys_addr;         /* Queue physical address */
        uint32_t        head;                   /* Shadow copy of the head */
        uint32_t        tail;                   /* Shadow copy of the tail */
        uint32_t        modulo;