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

Sergio Gonzalez Monroy sergio.gonzalez.monroy at intel.com
Wed Feb 24 15:49:48 CET 2016


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 IPsec tunnels using AES-CBC
>> and HMAC-SHA1.
>>
>> Also, currently not supported:
>> - SA auto negotiation (No IKE support)
>> - chained mbufs
> Is 32-bit arch supported?

It's meant to.

I'll fix it in next version.

Sergio
> I see this error:
> error: left shift count >= width of type [-Werror=shift-count-overflow]
>     (ethhdr[1] & (0xffffUL << 48));
>
>



More information about the dev mailing list