RE: [EXT] [PATCH v2 3/4] crypto: add asym session user data API

2022-01-31 Thread Anoob Joseph
> ; Declan Doherty > Subject: [EXT] [PATCH v2 3/4] crypto: add asym session user data API > > External Email > > -- > A user data field is added to the asymmetric session structure. > Relevant API added to get/set

RE: [PATCH v2 3/4] crypto: add asym session user data API

2022-01-27 Thread Zhang, Roy Fan
> -Original Message- > From: Power, Ciara > Sent: Monday, January 24, 2022 3:04 PM > To: dev@dpdk.org > Cc: Zhang, Roy Fan ; gak...@marvell.com; > ano...@marvell.com; m...@ashroe.eu; Power, Ciara > ; Doherty, Declan > Subject: [PATCH v2 3/4] crypto: add asym sess

[PATCH v2 3/4] crypto: add asym session user data API

2022-01-24 Thread Ciara Power
A user data field is added to the asymmetric session structure. Relevant API added to get/set the field. Signed-off-by: Ciara Power --- v2: Corrected order of version map entries. --- app/test/test_cryptodev_asym.c | 2 +- lib/cryptodev/cryptodev_pmd.h | 4 ++- lib/cryptodev/rte_cr