crypto/octeontx2: support lookaside IPsec IPv6
[dpdk.git] / drivers / crypto / octeontx2 / otx2_cryptodev.h
index a00f3d6..7b1b648 100644 (file)
@@ -15,6 +15,7 @@
 
 #define OTX2_CPT_MAX_LFS               64
 #define OTX2_CPT_MAX_QUEUES_PER_VF     64
+#define OTX2_CPT_PMD_VERSION           3
 
 /**
  * Device private data
@@ -35,7 +36,7 @@ struct otx2_cpt_vf {
 };
 
 struct cpt_meta_info {
-       uint64_t deq_op_info[4];
+       uint64_t deq_op_info[5];
        uint64_t comp_code_sz;
        union cpt_res_s cpt_res __rte_aligned(16);
        struct cpt_request_info cpt_req;