Re: [dpdk-dev] [PATCH] doc: announce IPsec SA config option struct changes

2021-07-31 Thread Akhil Goyal
> Proposing following new field for IPsec tunnel header verification > in the structure ``rte_security_ipsec_sa_options``. > enum rte_security_ipsec_tunnel_verify_mode tunnel_hdr_verify; > > It is used to indicate whether outer header verification > need to be done as part of inbound IPsec process

[dpdk-dev] [PATCH] doc: announce IPsec SA config option struct changes

2021-07-05 Thread Tejasree Kondoj
Proposing following new field for IPsec tunnel header verification in the structure ``rte_security_ipsec_sa_options``. enum rte_security_ipsec_tunnel_verify_mode tunnel_hdr_verify; It is used to indicate whether outer header verification need to be done as part of inbound IPsec processing. https: