Re: [dpdk-dev] [PATCH] crypto/octeontx: fix session-less mode

2021-03-23 Thread Akhil Goyal
> 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: caeba50

[dpdk-dev] [PATCH] crypto/octeontx: fix session-less mode

2021-02-28 Thread Ankur Dwivedi
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-of