crypto/octeontx2: support lookaside IPsec IPv6
[dpdk.git] / drivers / crypto / octeontx2 / otx2_cryptodev_sec.h
index b989251..b4a39d2 100644 (file)
@@ -55,6 +55,8 @@ struct otx2_sec_session_ipsec_lp {
        uint8_t iv_length;
        /** Auth IV length in bytes */
        uint8_t auth_iv_length;
+       /** IPsec tunnel type */
+       enum rte_security_ipsec_tunnel_type tunnel_type;
 };
 
 int otx2_crypto_sec_ctx_create(struct rte_cryptodev *crypto_dev);