net/sfc: rename array of SW stats descriptions
[dpdk.git] / app / test / test_cryptodev_security_ipsec.h
index cbb3ee4..7628d0c 100644 (file)
@@ -49,6 +49,15 @@ struct ipsec_test_data {
 
 struct ipsec_test_flags {
        bool display_alg;
+       bool sa_expiry_pkts_soft;
+       bool sa_expiry_pkts_hard;
+       bool icv_corrupt;
+       bool iv_gen;
+       uint32_t tunnel_hdr_verify;
+       bool udp_encap;
+       bool udp_ports_verify;
+       bool ip_csum;
+       bool l4_csum;
 };
 
 struct crypto_param {
@@ -111,6 +120,7 @@ int test_ipsec_post_process(struct rte_mbuf *m,
 
 int test_ipsec_status_check(struct rte_crypto_op *op,
                            const struct ipsec_test_flags *flags,
-                           enum rte_security_ipsec_sa_direction dir);
+                           enum rte_security_ipsec_sa_direction dir,
+                           int pkt_num);
 
 #endif