> -----Original Message----- > From: Gujjar, Abhinandan S > Sent: Wednesday, April 4, 2018 7:34 AM > To: De Lara Guarch, Pablo <[email protected]>; Doherty, Declan > <[email protected]>; [email protected]; > [email protected]; [email protected]; [email protected] > Cc: Vangati, Narender <[email protected]>; Gujjar, Abhinandan S > <[email protected]>; Rao, Nikhil <[email protected]> > Subject: [dpdk-dev,v1,1/3] cryptodev: set private data for session-less mode > > The application may want to store private data along with the rte_crypto_op > that is transparent to the rte_cryptodev layer. > For e.g., If an eventdev based application is submitting a crypto session-less > operation and wants to indicate event information required to construct a new > event that will be enqueued to eventdev after completion of the crypto > operation. This patch provides a mechanism for the application to associate > this > information with the rte_crypto_op in session-less mode. > > Signed-off-by: Abhinandan Gujjar <[email protected]> > Signed-off-by: Nikhil Rao <[email protected]> > --- > lib/librte_cryptodev/rte_crypto.h | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-)
Acked-by: Pablo de Lara <[email protected]>

