Re: [dpdk-dev] [PATCH v2 1/4] ipsec: add AES-CTR algorithm support

2019-03-19 Thread Akhil Goyal
Hi Fan, title should be ipsec: support aes-ctr On 2/19/2019 9:02 PM, Fan Zhang wrote: > This patch adds AES-CTR cipher algorithm support to ipsec > library. > > Signed-off-by: Fan Zhang > --- > lib/librte_ipsec/crypto.h | 17 ++ > lib/librte_ipsec/sa.c | 133 > ++

Re: [dpdk-dev] [PATCH v2 1/4] ipsec: add AES-CTR algorithm support

2019-02-22 Thread Ananyev, Konstantin
> > This patch adds AES-CTR cipher algorithm support to ipsec > library. > > Signed-off-by: Fan Zhang > --- > lib/librte_ipsec/crypto.h | 17 ++ > lib/librte_ipsec/sa.c | 133 > ++ > lib/librte_ipsec/sa.h | 18 +++ > 3 files chang

[dpdk-dev] [PATCH v2 1/4] ipsec: add AES-CTR algorithm support

2019-02-19 Thread Fan Zhang
This patch adds AES-CTR cipher algorithm support to ipsec library. Signed-off-by: Fan Zhang --- lib/librte_ipsec/crypto.h | 17 ++ lib/librte_ipsec/sa.c | 133 ++ lib/librte_ipsec/sa.h | 18 +++ 3 files changed, 147 insertions(+), 21