Re: [dpdk-dev] [PATCH v3 3/6] security: add cpu crypto action type

2020-01-16 Thread Zhang, Roy Fan
> -Original Message- > From: Smoczynski, MarcinX > Sent: Wednesday, January 15, 2020 6:28 PM > To: akhil.go...@nxp.com; Ananyev, Konstantin > ; Zhang, Roy Fan > ; Doherty, Declan ; > Nicolau, Radu > Cc: dev@dpdk.org; Smoczynski, MarcinX > Subject: [PATCH v3 3/6] security: add cpu crypto

Re: [dpdk-dev] [PATCH v3 3/6] security: add cpu crypto action type

2020-01-15 Thread Ananyev, Konstantin
> > Introduce CPU crypto action type allowing to differentiate between > regular async 'none security' and synchronous, CPU crypto accelerated > sessions. > > Signed-off-by: Marcin Smoczynski > --- > lib/librte_security/rte_security.h | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(

[dpdk-dev] [PATCH v3 3/6] security: add cpu crypto action type

2020-01-15 Thread Marcin Smoczynski
Introduce CPU crypto action type allowing to differentiate between regular async 'none security' and synchronous, CPU crypto accelerated sessions. Signed-off-by: Marcin Smoczynski --- lib/librte_security/rte_security.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/