[dpdk-dev] [PATCH v3] example/ipsec-secgw: ipsec security gateway

2016-03-11 Thread Thomas Monjalon
> > Sample app implementing an IPsec Security Geteway. > > The main goal of this app is to show the use of cryptodev framework > > in a "real world" application. > > > > Currently only supported static IPv4 ESP IPsec tunnels for the following > > algorithms: > > - Cipher: AES-CBC, NULL > > - Authe

[dpdk-dev] [PATCH v3] example/ipsec-secgw: ipsec security gateway

2016-03-11 Thread Thomas Monjalon
2016-03-11 02:12, Sergio Gonzalez Monroy: > +M: Sergio Gonzalez Monroy > +F: doc/guides/sample_app_ug/ipsec-secgw.rst Typo in filename (will fix)

[dpdk-dev] [PATCH v3] example/ipsec-secgw: ipsec security gateway

2016-03-11 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Sergio Gonzalez > Monroy > Sent: Friday, March 11, 2016 2:13 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3] example/ipsec-secgw: ipsec security gateway > > Sample app implem

[dpdk-dev] [PATCH v3] example/ipsec-secgw: ipsec security gateway

2016-03-11 Thread Sergio Gonzalez Monroy
Sample app implementing an IPsec Security Geteway. The main goal of this app is to show the use of cryptodev framework in a "real world" application. Currently only supported static IPv4 ESP IPsec tunnels for the following algorithms: - Cipher: AES-CBC, NULL - Authentication: HMAC-SHA1, NULL Not