]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/octeontx2/otx2_cryptodev_sec.h
net/i40e/base: add raw format for 32 bytes Rx description
[dpdk.git] / drivers / crypto / octeontx2 / otx2_cryptodev_sec.h
index 2849c1ab75321087fc604269514026de36713aba..87f55c97fe42ef436ac15a55bb7116f8a7604a47 100644 (file)
@@ -55,8 +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;
+       /** IPsec mode and tunnel type */
+       enum otx2_ipsec_po_mode_type mode_type;
 };
 
 int otx2_crypto_sec_ctx_create(struct rte_cryptodev *crypto_dev);