X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest_cryptodev_security_ipsec.h;h=7628d0c42ad1ab9a195737f75a3b8185832e4583;hb=f0243339496d48e6f5d76e6ef6741d6986b965d0;hp=cbb3ee48807a7322148925dbe39fba40a9429011;hpb=6622d9c97e2fb7b3b2867749a8f6f4ca1373ee79;p=dpdk.git diff --git a/app/test/test_cryptodev_security_ipsec.h b/app/test/test_cryptodev_security_ipsec.h index cbb3ee4880..7628d0c42a 100644 --- a/app/test/test_cryptodev_security_ipsec.h +++ b/app/test/test_cryptodev_security_ipsec.h @@ -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