Re: [dpdk-dev] [PATCH v2 01/10] security: introduce CPU Crypto action type and API

2019-10-08 Thread Ananyev, Konstantin
Hi Fan, > > This patch introduce new RTE_SECURITY_ACTION_TYPE_CPU_CRYPTO action type to > security library. The type represents performing crypto operation with CPU > cycles. The patch also includes a new API to process crypto operations in > bulk and the function pointers for PMDs. > > Signed-o

[dpdk-dev] [PATCH v2 01/10] security: introduce CPU Crypto action type and API

2019-10-07 Thread Fan Zhang
This patch introduce new RTE_SECURITY_ACTION_TYPE_CPU_CRYPTO action type to security library. The type represents performing crypto operation with CPU cycles. The patch also includes a new API to process crypto operations in bulk and the function pointers for PMDs. Signed-off-by: Fan Zhang --- l