From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=FfRvZigitGvW7SSCnE8jiUG+0lqgLXUaTNYcGPpDlUw=; b=p/7RQE80EqFPWvTS6ZJDBcB4edmYw4oABfei+PSwxV167wsBqlAWqE44tIxZvWkXXc JRo8mPQUTwsN0TM6UFWN1eat/tVWKNhm826a1t5taAK+sOlUjyaSqeVqJeu+twOIyy9v xUF8dAPs7wHjrf3FzV0RSlZFjkV4gkC7Wyq44KxyBKTrgW1s0WeWb14n4vNGD6iHvidn kBtPhv6KB8HJgQHt00hxhTsgR7kkkBLc0RgSL868ZrvGphInOrTIGXVVUsv/uxm2sXKT i47N6nn38APVEQWa9yj4MbTf6Q/hApuqetQr7qziw4M4fr7Xb4HUw1yVg4rBj09yiOwD MkAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=FfRvZigitGvW7SSCnE8jiUG+0lqgLXUaTNYcGPpDlUw=; b=iI4VsefNYu1jUG7PaKYdgzIF3b+CUeRdDxD9dvmUmodoVROdFdYjfc6NKJjay7FFeA vGnAzhaoeHWe+BkhYsca7p3OiaI/r0KnMzBV+nQ+0HJCoODsX/jWRe4D8Oy9pzGyNldP HDi7/v7aBloOMQ/0GY4k9a/R+PBTaDieccrYqEYTTfd+M7TUBJFgrc3GGaa0IcG0AvyK nS1CibIicZOtIYEoLEvtKWgAGkToXAzzFoYA5/70ZyBVBgMzZUCOni0EUkjtSsc+fcnc BEh7YHc8YwRu7wp84t6AXJFGZGIliOY6NxHQrF/IHJ8osJV371XcUfnmUTPgJqXcN1i1 f9Ng== X-Gm-Message-State: AG10YOQOjv+9x/2o1gSa4f3vp//YexuNHW7FMHvWTQLSoykNpCTZ7UkDPsH1OErcccunKYNj X-Received: by 10.194.63.75 with SMTP id e11mr38851097wjs.79.1456320864209; Wed, 24 Feb 2016 05:34:24 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id qs1sm3109451wjc.2.2016.02.24.05.34.23 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 24 Feb 2016 05:34:23 -0800 (PST) From: Thomas Monjalon To: Sergio Gonzalez Monroy Date: Wed, 24 Feb 2016 14:32:50 +0100 Message-ID: <6273951.Zn9uhshjDu@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1454099352-29040-1-git-send-email-sergio.gonzalez.monroy@intel.com> References: <1454099352-29040-1-git-send-email-sergio.gonzalez.monroy@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 13:34:24 -0000 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));