> -----Original Message----- > From: Akhil Goyal <[email protected]> > Sent: Thursday, April 21, 2022 3:37 PM > To: [email protected] > Cc: [email protected]; [email protected]; Gujjar, Abhinandan S > <[email protected]>; Jayatheerthan, Jay > <[email protected]>; Vangati, Narender > <[email protected]>; [email protected]; Akhil Goyal > <[email protected]> > Subject: [PATCH v3 2/7] crypto/cnxk: add event metadata set operation > > From: Volodymyr Fialko <[email protected]> > > Added cryptodev operation for setting event crypto > metadata for all supported sessions - sym/asym/security. > > Signed-off-by: Volodymyr Fialko <[email protected]> > Signed-off-by: Akhil Goyal <[email protected]> > --- > drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 144 +++++++++++++++++++- > -- > drivers/crypto/cnxk/cn10k_ipsec.h | 2 + > drivers/crypto/cnxk/cn9k_cryptodev_ops.c | 138 ++++++++++++++++++--- > drivers/crypto/cnxk/cn9k_ipsec.h | 2 + > drivers/crypto/cnxk/cnxk_ae.h | 2 + > drivers/crypto/cnxk/cnxk_cryptodev_ops.h | 18 --- > drivers/crypto/cnxk/cnxk_se.h | 2 + > 7 files changed, 255 insertions(+), 53 deletions(-) > Acked-by: Fan Zhang <[email protected]>
- [PATCH v2 5/7] eventdev: use new API to get event cry... Akhil Goyal
- [PATCH v2 6/7] test/event: add asymmetric cases for c... Akhil Goyal
- [PATCH v2 7/7] test-eventdev: support asym ops for cr... Akhil Goyal
- [PATCH v3 0/7] Add new cryptodev op for event metadat... Akhil Goyal
- [PATCH v3 1/7] cryptodev: add APIs to get/set ev... Akhil Goyal
- RE: [PATCH v3 1/7] cryptodev: add APIs to ge... Zhang, Roy Fan
- RE: [PATCH v3 1/7] cryptodev: add APIs to ge... Gujjar, Abhinandan S
- RE: [PATCH v3 1/7] cryptodev: add APIs t... Akhil Goyal
- RE: [PATCH v3 1/7] cryptodev: add AP... Gujjar, Abhinandan S
- [PATCH v3 2/7] crypto/cnxk: add event metadata s... Akhil Goyal
- RE: [PATCH v3 2/7] crypto/cnxk: add event me... Zhang, Roy Fan
- RE: [PATCH v3 2/7] crypto/cnxk: add event me... Gujjar, Abhinandan S
- RE: [PATCH v3 2/7] crypto/cnxk: add even... Akhil Goyal
- [PATCH v3 3/7] crypto/octeontx: use new API for ... Akhil Goyal
- RE: [PATCH v3 3/7] crypto/octeontx: use new ... Zhang, Roy Fan
- RE: [PATCH v3 3/7] crypto/octeontx: use new ... Gujjar, Abhinandan S
- [PATCH v3 4/7] test/event: use new API to set ev... Akhil Goyal
- RE: [PATCH v3 4/7] test/event: use new API t... Zhang, Roy Fan
- RE: [PATCH v3 4/7] test/event: use new API t... Gujjar, Abhinandan S
- [PATCH v3 5/7] eventdev: use new API to get even... Akhil Goyal
- RE: [PATCH v3 5/7] eventdev: use new API to ... Zhang, Roy Fan

