]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/qat/qat_crypto.c
cryptodev: rename physical address type to IOVA
[dpdk.git] / drivers / crypto / qat / qat_crypto.c
index 60148416b34072832f41fd04e6b465533a9f1332..a572967c468a7418d94d97a45e9b546037d66936 100644 (file)
@@ -1376,7 +1376,7 @@ qat_write_hw_desc_entry(struct rte_crypto_op *op, uint8_t *out_msg,
                 * This address may used for setting AAD physical pointer
                 * into IV offset from op
                 */
                 * This address may used for setting AAD physical pointer
                 * into IV offset from op
                 */
-               phys_addr_t aad_phys_addr_aead = op->sym->aead.aad.phys_addr;
+               rte_iova_t aad_phys_addr_aead = op->sym->aead.aad.phys_addr;
                if (ctx->qat_hash_alg ==
                                ICP_QAT_HW_AUTH_ALGO_GALOIS_128 ||
                                ctx->qat_hash_alg ==
                if (ctx->qat_hash_alg ==
                                ICP_QAT_HW_AUTH_ALGO_GALOIS_128 ||
                                ctx->qat_hash_alg ==