RE: [PATCH] drivers/ipsec_mb: fix aesni_mb set session ID

2023-07-05 Thread Akhil Goyal
> > Subject: [PATCH] drivers/ipsec_mb: fix aesni_mb set session ID > > > > In the case of multiprocess, when the same session is being used for both > > primary and secondary processes, the session ID will be the same. > > However the pointers are not available to the

RE: [PATCH] drivers/ipsec_mb: fix aesni_mb set session ID

2023-07-05 Thread De Lara Guarch, Pablo
> -Original Message- > From: Power, Ciara > Sent: Friday, June 30, 2023 9:35 AM > To: dev@dpdk.org > Cc: Ji, Kai ; Power, Ciara ; De Lara > Guarch, Pablo > Subject: [PATCH] drivers/ipsec_mb: fix aesni_mb set session ID > > In the case of multiprocess, whe

Re: [PATCH] drivers/ipsec_mb: fix aesni_mb set session ID

2023-07-04 Thread Ji, Kai
Acked-by: Kai Ji mailto:kai...@intel.com>> From: Power, Ciara Sent: 30 June 2023 09:34 To: dev@dpdk.org Cc: Ji, Kai ; Power, Ciara ; De Lara Guarch, Pablo Subject: [PATCH] drivers/ipsec_mb: fix aesni_mb set session ID In the case of multiprocess, when th

[PATCH] drivers/ipsec_mb: fix aesni_mb set session ID

2023-06-30 Thread Ciara Power
In the case of multiprocess, when the same session is being used for both primary and secondary processes, the session ID will be the same. However the pointers are not available to the secondary process, so in this case when the session was created by a different process ID, then copy the template