]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_cryptodev_security_ipsec.h
test/crypto: add IPv6 tunnel mode cases
[dpdk.git] / app / test / test_cryptodev_security_ipsec.h
index b1f0ff8843cda424a08f868692f233668e6d6d5e..69e81ae5c49cf6405936ac7e4d832595d51a0480 100644 (file)
@@ -61,6 +61,8 @@ struct ipsec_test_flags {
        bool udp_ports_verify;
        bool ip_csum;
        bool l4_csum;
+       bool ipv6;
+       bool tunnel_ipv6;
 };
 
 struct crypto_param {
@@ -119,7 +121,9 @@ struct crypto_param_comb {
 };
 
 extern struct ipsec_test_data pkt_aes_256_gcm;
+extern struct ipsec_test_data pkt_aes_256_gcm_v6;
 extern struct ipsec_test_data pkt_aes_128_cbc_hmac_sha256;
+extern struct ipsec_test_data pkt_aes_128_cbc_hmac_sha256_v6;
 
 extern struct crypto_param_comb alg_list[RTE_DIM(aead_list) +
                                         (RTE_DIM(cipher_list) *