> > 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>
Applied to dpdk-next-crypto Thanks.