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

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

[dpdk-dev] [PATCH v2] 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