From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] example/ipsec-secgw: ipsec security gateway Date: Wed, 24 Feb 2016 14:32:50 +0100 Message-ID: <6273951.Zn9uhshjDu@xps13> References: <1454099352-29040-1-git-send-email-sergio.gonzalez.monroy@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Sergio Gonzalez Monroy Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 63D9B12A8 for ; Wed, 24 Feb 2016 14:34:24 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id b205so34701701wmb.1 for ; Wed, 24 Feb 2016 05:34:24 -0800 (PST) In-Reply-To: <1454099352-29040-1-git-send-email-sergio.gonzalez.monroy@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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? I see this error: error: left shift count >= width of type [-Werror=shift-count-overflow] (ethhdr[1] & (0xffffUL << 48));