Re: [dpdk-dev] [PATCH v4 4/8] security: add cpu crypto action type

2020-01-28 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 v4 4/8] security: add cpu crypto action type

2020-01-27 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/