From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id C937F377E for ; Wed, 16 Sep 2015 10:37:02 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so61842134wic.1 for ; Wed, 16 Sep 2015 01:37:02 -0700 (PDT) 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=gGLOE0x/WCdgMzOWS2274PN+I7qD1r6Qf4uF3GtfsJE=; b=jrj0//3s2OHWZPbBuUl9TmKWGlXcso+4glypKWzwq3wrRR+kUW9UsjsM50d1CPtDOo HEDArQBiDIOK37OQdAlK9BA8WBVhQo71ltsxfnQeFeARLPzHb+JMh3l5mvbZNF+oEo1m Y5gb5jYQeTVp+RE/vnIBn1HF31aBmHZlVOKZ2j7mlUARdNPsg1en+z8RLKiS7GxX7vm5 7Y+8KJxY+uQRBGyo33p7ynYz2U0NiabYy8MTusfu6a7MXRAQNtjgks0siLUMMV2TixDq HKNdF+fbS2b2zpmsTipth9TAf8CCMB7z0uAthiJWIDNj1i7/yzrRy2mLvZMDp3xOZOTc cSqg== X-Gm-Message-State: ALoCoQl+QARs8VtAdjdgeGY1nVL+ssCpJacBpHWphf5LhDRMtPLYJLqnwbN421kx0eu/di0PNW86 X-Received: by 10.195.13.5 with SMTP id eu5mr19352703wjd.135.1442392622572; Wed, 16 Sep 2015 01:37:02 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id gt4sm3217853wib.21.2015.09.16.01.37.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Sep 2015 01:37:02 -0700 (PDT) From: Thomas Monjalon To: "Gonzalez Monroy, Sergio" Date: Wed, 16 Sep 2015 10:35:54 +0200 Message-ID: <2390869.VPa9rt1CFQ@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <55F92863.2040902@intel.com> References: <55F92863.2040902@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] RFC - IPsec Sample App 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, 16 Sep 2015 08:37:03 -0000 2015-09-16 09:29, Gonzalez Monroy, Sergio: > We are looking for feedback on the proposal to create a new sample > application [...] > A set of generic APIs for the configuration of IPsec security policies and > associations will be provided, which will be independent of the How can you have some API in a sample application? It looks like an IPsec library, not an application. Are we going to add a library for each protocol in DPDK like it is done in the Linux kernel stack (including OVS)? Probably no.