cryptodev: move IV parameters to session
[dpdk.git] / drivers / crypto / qat / qat_adf / qat_algs.h
index 5c63406..e8fa3d3 100644 (file)
@@ -127,6 +127,10 @@ struct qat_session {
        struct icp_qat_fw_la_bulk_req fw_req;
        uint8_t aad_len;
        struct qat_crypto_instance *inst;
+       struct {
+               uint16_t offset;
+               uint16_t length;
+       } iv;
        rte_spinlock_t lock;    /* protects this struct */
 };