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

2016-03-10 Thread Jerin Jacob
On Wed, Mar 09, 2016 at 11:54:50PM +, Sergio Gonzalez Monroy wrote: > On 01/02/2016 11:26, Jerin Jacob wrote: > >On Mon, Feb 01, 2016 at 11:09:16AM +, Sergio Gonzalez Monroy wrote: > >>On 31/01/2016 14:39, Jerin Jacob wrote: > >>>On Fri, Jan 29, 2016 at 08:29:12PM +, Sergio Gonzalez Mon

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

2016-03-09 Thread Sergio Gonzalez Monroy
On 01/02/2016 11:26, Jerin Jacob wrote: > On Mon, Feb 01, 2016 at 11:09:16AM +, Sergio Gonzalez Monroy wrote: >> On 31/01/2016 14:39, Jerin Jacob wrote: >>> On Fri, Jan 29, 2016 at 08:29:12PM +, Sergio Gonzalez Monroy wrote: >>> >>> IMO, an option for single SA based outbound processing wo

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

2016-02-24 Thread Sergio Gonzalez Monroy
On 24/02/2016 13:32, Thomas Monjalon wrote: > Hi, > > 2016-01-29 20:29, 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 IPs

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

2016-02-24 Thread Thomas Monjalon
Hi, 2016-01-29 20:29, 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 IPsec tunnels using AES-CBC > and HMAC-SHA1. > > Also,

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

2016-02-01 Thread Jerin Jacob
On Mon, Feb 01, 2016 at 11:09:16AM +, Sergio Gonzalez Monroy wrote: > On 31/01/2016 14:39, Jerin Jacob wrote: > >On Fri, Jan 29, 2016 at 08:29:12PM +, Sergio Gonzalez Monroy wrote: > >>Sample app implementing an IPsec Security Geteway. > >>The main goal of this app is to show the use of cry

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

2016-02-01 Thread Thomas Monjalon
2016-02-01 16:56, Jerin Jacob: > On Mon, Feb 01, 2016 at 11:09:16AM +, Sergio Gonzalez Monroy wrote: > > On 31/01/2016 14:39, Jerin Jacob wrote: [...] Please guys, strip the unneeded content. Thanks

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

2016-02-01 Thread Sergio Gonzalez Monroy
On 31/01/2016 14:39, Jerin Jacob wrote: > On Fri, Jan 29, 2016 at 08:29:12PM +, Sergio Gonzalez Monroy wrote: >> 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 support

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

2016-01-31 Thread Jerin Jacob
On Fri, Jan 29, 2016 at 08:29:12PM +, Sergio Gonzalez Monroy wrote: > 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 IPsec tunnels using AES-CBC > a

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

2016-01-29 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 IPsec tunnels using AES-CBC and HMAC-SHA1. Also, currently not supported: - SA auto negotiation (No IKE support)