Tested-by: Zhaoyan Chen <zhaoyan.chen at intel.com> - Apply patch: Pass - Compile: Pass - OS: 3.17.4-301.fc21.x86_64 - GCC: 4.9.2
Test Case - Pass - Test aes-cbc/ctr/gcm-sha1-hmac in ipv4 tunnel - Test aes-cbc/ctr/gcm-sha1-hmac in ipv4 transport - Test aes-cbc/ctr/gcm-sha1-hmac in ipv6 But for user guide doc, it needs to 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 <pablo.de.lara.guarch at intel.com> > Subject: [dpdk-dev] [PATCH v2 0/8] IPsec Enhancements > > 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. > - Do not check SP/ACL if we have no rules. > - Add macro for cryptodev queue size > > Dependencies: > examples/ipsec-secgw: add configuration file support > http://dpdk.org/dev/patchwork/patch/16004/ > > examples/ipsec-secgw: add sample configuration files > http://dpdk.org/dev/patchwork/patch/16003/ > > Sergio Gonzalez Monroy (8): > examples/ipsec-secgw: change CBC IV generation > examples/ipsec-secgw: reset crypto operation status > examples/ipsec-secgw: add AES-GCM support > examples/ipsec-secgw: enable AES-CTR mode > examples/ipsec-secgw: check sp only when setup > examples/ipsec-secgw: cryptodev queue size macro > examples/ipsec-secgw: initialize sa salt > examples/ipsec-secgw: update release notes > > doc/guides/rel_notes/release_16_11.rst | 9 ++ > examples/ipsec-secgw/esp.c | 146 +++++++++++++++++++++++------ > ---- > examples/ipsec-secgw/ipsec-secgw.c | 7 +- > examples/ipsec-secgw/ipsec.c | 1 + > examples/ipsec-secgw/ipsec.h | 42 +++++++++- > examples/ipsec-secgw/sa.c | 54 ++++++++++-- > 6 files changed, 205 insertions(+), 54 deletions(-) > > -- > 2.5.5