Re: [dpdk-dev] [PATCH v2 08/10] ipsec: add rte_security cpu_crypto action support

2019-10-08 Thread Ananyev, Konstantin
Hi Fan, Comments for inbound part inline. As I can see majority of my v1 comments still are not addressed. Please check. Konstantin > > This patch updates the ipsec library to handle the newly introduced > RTE_SECURITY_ACTION_TYPE_CPU_CRYPTO action. > > Signed-off-by: Fan Zhang > --- > lib/lib

[dpdk-dev] [PATCH v2 08/10] ipsec: add rte_security cpu_crypto action support

2019-10-07 Thread Fan Zhang
This patch updates the ipsec library to handle the newly introduced RTE_SECURITY_ACTION_TYPE_CPU_CRYPTO action. Signed-off-by: Fan Zhang --- lib/librte_ipsec/crypto.h | 24 +++ lib/librte_ipsec/esp_inb.c | 200 ++-- lib/librte_ipsec/esp_outb.c | 369 ++