crypto/qat: rework request builder for performance
[dpdk.git] / drivers / crypto / qat / qat_adf / qat_algs.h
index 78a92f3..dcc0df5 100644 (file)
@@ -98,6 +98,7 @@ struct qat_session {
        enum icp_qat_hw_cipher_dir qat_dir;
        enum icp_qat_hw_cipher_mode qat_mode;
        enum icp_qat_hw_auth_algo qat_hash_alg;
+       enum icp_qat_hw_auth_op auth_op;
        struct qat_alg_cd cd;
        uint8_t *cd_cur_ptr;
        phys_addr_t cd_paddr;