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 E20B12BF1 for ; Fri, 11 Mar 2016 11:09:00 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id l68so11424326wml.0 for ; Fri, 11 Mar 2016 02:09:00 -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; bh=V5A62mobPoOFYix+KQhECCSqFqgFaZVAAAPiaf3fem4=; b=zwP7o0s3/VltFKX1VHR0j541ZDjG5nvfB8xxTKmVYVLEja5Pgw5uiTLLhZsy2jhi3F 6S+QZ1aK2g5rVO19uPjYwFM+3a+t8JPnE18gaLUM8LyFPlld1eHwJsrFpOfj53gsR9Hv 46SB2V+e7C4cU8bIQ+kONhzMxFHEnU1Xp56NdlGfu2IA/GvpeE5xQC0Erk/3j0ZXjgzn 4RRzFQi6FKXAqAeNyzBa4v+IDEQHdVKqZYBZRB6o0DdhJkCsVfh5XYY+DCPTGHrbyHrY se7eOHqq7m2a3uqij5vI+NQ80x6tn8wFdn39zX5RkQjZxlgR4pRECSWU02l/tKX/QRCg s5hQ== 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; bh=V5A62mobPoOFYix+KQhECCSqFqgFaZVAAAPiaf3fem4=; b=DnucZDlnACuC1A/QrvDXr470f8RBHQovUEyuKXgKUkPleULZqkyoVKj13TrCytX7w5 IX1ri7ufQFiDJ+hLhClHFzeJsWkrfgDfeBHTZqWDAbWDvxz9kw2GFB5XIKiPJxCr9iuE gzu+HKFhcPBdcfJxqka2an/tLBo5ScMnS+hhVEz6fFRgcIfWXPoLL9iXRuwNihl6SfqT 0RHFcmlkTPj+aW9xQLlK7j9BceIna6uWUz9FvsBd/YDRJ6z9QlbRXLr+q2TcXJTcZ5FK JiEPLR7IeAqYMtxOHC39c0N/uLya+CzPZeEc8PMHOwqM6BQGeEs5WsUAL/NVp3oBqMj4 gXaw== X-Gm-Message-State: AD7BkJIF9aF34sHChasyZ5NaYT228cjKLZnqkqcsbGPG039a+dwpqbg92xe154ORrXHy5o40 X-Received: by 10.28.136.19 with SMTP id k19mr1826740wmd.11.1457690940761; Fri, 11 Mar 2016 02:09:00 -0800 (PST) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id t3sm7703912wjz.11.2016.03.11.02.08.59 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Mar 2016 02:09:00 -0800 (PST) From: Thomas Monjalon To: "Gonzalez Monroy, Sergio" Date: Fri, 11 Mar 2016 11:07:17 +0100 Message-ID: <1563285.BtQExlYY8W@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1457660333-95971-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1457662360-108929-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 v3] 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: Fri, 11 Mar 2016 10:09:01 -0000 > > 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 ESP IPsec tunnels for the following > > algorithms: > > - Cipher: AES-CBC, NULL > > - Authentication: HMAC-SHA1, NULL > > > > Not supported: > > - SA auto negotiation (No IKE implementation) > > - chained mbufs > > > > Signed-off-by: Sergio Gonzalez Monroy > > Acked-by: Pablo de Lara Applied, thanks