crypto/cnxk: enable allocated queues only
[dpdk.git] / drivers / crypto / cnxk / cn10k_ipsec.h
index bc52c60..86cd248 100644 (file)
@@ -21,6 +21,9 @@ struct cn10k_ipsec_sa {
        /** Pre-populated CPT inst words */
        struct cnxk_cpt_inst_tmpl inst;
        uint16_t max_extended_len;
+       uint16_t iv_offset;
+       uint8_t iv_length;
+       bool ip_csum_enable;
 };
 
 struct cn10k_sec_session {