> -----Original Message-----
> From: Power, Ciara <ciara.po...@intel.com>
> Sent: Friday, June 30, 2023 9:35 AM
> To: dev@dpdk.org
> Cc: Ji, Kai <kai...@intel.com>; Power, Ciara <ciara.po...@intel.com>; De Lara
> Guarch, Pablo <pablo.de.lara.gua...@intel.com>
> 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 secondary process, so in this
> case when the session was created by a different process ID, then copy the
> template session to the job again.
>
> Fixes: 0fb4834e00af ("crypto/ipsec_mb: set and use session ID")
> Cc: pablo.de.lara.gua...@intel.com
>
> Signed-off-by: Ciara Power <ciara.po...@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>