From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] example/ipsec-secgw: ipsec security gateway Date: Fri, 11 Mar 2016 11:07:17 +0100 Message-ID: <1563285.BtQExlYY8W@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Gonzalez Monroy, Sergio" 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) In-Reply-To: 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" > > 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