Re: [dpdk-dev] [dpdk-dev v10 1/4] cryptodev: change crypto symmetric vector structure

2020-09-28 Thread Ananyev, Konstantin
> This patch updates ``rte_crypto_sym_vec`` structure to add > support for both cpu_crypto synchrounous operation and > asynchronous raw data-path APIs. The patch also includes > AESNI-MB and AESNI-GCM PMD changes, unit test changes and > documentation updates. > > Signed-off-by: Fan Zhang > --

Re: [dpdk-dev] [dpdk-dev v10 1/4] cryptodev: change crypto symmetric vector structure

2020-09-25 Thread Dybkowski, AdamX
> -Original Message- > From: Zhang, Roy Fan > Sent: Thursday, 24 September, 2020 18:34 > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fiona ; Kusztal, > ArkadiuszX ; Dybkowski, AdamX > ; ano...@marvell.com; Ananyev, Konstantin > ; Zhang, Roy Fan > > Subject: [dpdk-dev v10 1/4] crypt

[dpdk-dev] [dpdk-dev v10 1/4] cryptodev: change crypto symmetric vector structure

2020-09-24 Thread Fan Zhang
This patch updates ``rte_crypto_sym_vec`` structure to add support for both cpu_crypto synchrounous operation and asynchronous raw data-path APIs. The patch also includes AESNI-MB and AESNI-GCM PMD changes, unit test changes and documentation updates. Signed-off-by: Fan Zhang --- app/test/test_c