[dpdk-dev] [PATCH v2 0/8] IPsec Enhancements

2016-09-29 Thread Chen, Zhaoyan
be updated for new algorithm support. > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Sergio Gonzalez > Monroy > Sent: Friday, September 23, 2016 3:45 PM > To: dev at dpdk.org; De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH v2 0/8]

[dpdk-dev] [PATCH v2 0/8] IPsec Enhancements

2016-09-23 Thread Sergio Gonzalez Monroy
This patch set mainly adds support for AES-GCM and AES-CTR. It also updates the IV generation method for AES-CBC mode using the forward function instead of randomly generating the IV. v2: - Update releas notes. - Initialize salt values, GCM/CTR key length now is 20B, 16B key and 4 LSB salt.