> Subject: [PATCH] crypto/octeontx: fix session-less mode > > A temporary session is created for sessionless crypto operations. > rte_cryptodev_sym_session_create() should be used for creating the > temporary session as it initializes the session structure in the > correct way. > > Fixes: caeba5062c39 ("crypto/octeontx: improve symmetric session-less > path") > > Signed-off-by: Ankur Dwivedi <adwiv...@marvell.com> > --- Cc: sta...@dpdk.org
Acked-by: Akhil Goyal <gak...@marvell.com> Applied to dpdk-next-crypto Thanks.