Re: [PATCH] ipsec: use sym_session_opaque_data for RTE_SECURITY_TYPE_CPU_CRYPTO

2023-11-02 Thread Garry Marshall
gt; > > On Tue, Oct 31, 2023 at 1:09 AM Konstantin Ananyev > > wrote: > > > > > > > > > > > > > > > ipsec related processing in dpdk makes use of the crypto.ses opaque > > > > data pointer. This patch updates rte_ipsec_sessi

Re: [PATCH] ipsec: use sym_session_opaque_data for RTE_SECURITY_TYPE_CPU_CRYPTO

2023-10-31 Thread Garry Marshall
pare() should already know ipsec session these > packets belong to. > Can you probably explain the logic behind this patch a bit more? > Konstantin > > > > > Signed-off-by: Garry Marshall > > --- > > lib/ipsec/ses.c | 3 ++- > > 1 file changed, 2 insertions(

[PATCH] ipsec: use sym_session_opaque_data for RTE_SECURITY_TYPE_CPU_CRYPTO

2023-09-25 Thread Garry Marshall
ipsec related processing in dpdk makes use of the crypto.ses opaque data pointer. This patch updates rte_ipsec_session_prepare to set ss->crypto.ses in the RTE_SECURITY_TYPE_CPU_CRYPTO case. Signed-off-by: Garry Marshall --- lib/ipsec/ses.c | 3 ++- 1 file changed, 2 insertions(+), 1 delet