From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C66F82959 for ; Wed, 24 Feb 2016 15:49:50 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 24 Feb 2016 06:49:49 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,494,1449561600"; d="scan'208";a="893684146" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.221.30]) ([10.237.221.30]) by orsmga001.jf.intel.com with ESMTP; 24 Feb 2016 06:49:48 -0800 From: Sergio Gonzalez Monroy To: Thomas Monjalon References: <1454099352-29040-1-git-send-email-sergio.gonzalez.monroy@intel.com> <6273951.Zn9uhshjDu@xps13> Message-ID: <56CDC30C.5090205@intel.com> Date: Wed, 24 Feb 2016 14:49:48 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <6273951.Zn9uhshjDu@xps13> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] example/ipsec-secgw: ipsec security gateway X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2016 14:49:51 -0000 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)); > >