[dpdk-dev] [PATCH v3 0/9] IPsec Enhancements

2016-10-05 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Thursday, September 29, 2016 5:28 PM > To: Gonzalez Monroy, Sergio; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 0/9] IPsec Enhancements > &g

[dpdk-dev] [PATCH v3 0/9] IPsec Enhancements

2016-09-30 Thread De Lara Guarch, Pablo
> -Original Message- > From: Gonzalez Monroy, Sergio > Sent: Thursday, September 29, 2016 8:44 AM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH v3 0/9] IPsec Enhancements > > This patch set mainly adds support for AES-GCM and AES-CTR. > > It also updates the IV gen

[dpdk-dev] [PATCH v3 0/9] IPsec Enhancements

2016-09-29 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. v3: - update sample app guide - remove unused function - improve commit messages v2: - Update releas notes.

[dpdk-dev] [PATCH v3 0/9] IPSec Enhancements

2016-06-21 Thread Thomas Monjalon
> > Sergio Gonzalez Monroy (9): > > examples/ipsec-secgw: fix esp padding check > > examples/ipsec-secgw: fix stack smashing error > > examples/ipsec-secgw: add build option and cleanup > > examples/ipsec-secgw: rework ipsec execution loop > > examples/ipsec-secgw: fix no sa found case >

[dpdk-dev] [PATCH v3 0/9] IPSec Enhancements

2016-06-09 Thread De Lara Guarch, Pablo
> -Original Message- > From: Gonzalez Monroy, Sergio > Sent: Thursday, June 09, 2016 9:43 AM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo; Mcnamara, John > Subject: [PATCH v3 0/9] IPSec Enhancements > > Update IPSec sample app with IPv6 and Transport mode support. > > The series co

[dpdk-dev] [PATCH v3 0/9] IPSec Enhancements

2016-06-09 Thread Sergio Gonzalez Monroy
Update IPSec sample app with IPv6 and Transport mode support. The series contains some bug fixes to facilitate patch merge. v3: - change ipip_inbound function to reurn void - update some commit message and comments v2: - rebase code - doc improvements - add missing image file Sergio Gonzal