From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 4C25E1B29B for ; Mon, 30 Oct 2017 15:22:45 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 90C7520DAD; Mon, 30 Oct 2017 10:22:43 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 30 Oct 2017 10:22:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=Bh9xIq9oA16RKtujGgTnblU3oE dwtSLuRsOqX3UxILU=; b=pN7QqEjLsS/bCQ5i5Ebhf4HlNw+tTjHlsc0g0jHSAU tYEhkbna7bUlOJhXBjbe9Kwzncih2J2BH+2RmxXIw7eAL7cVbBI23/A0P2EM1juY 2TgVzUe7+ardYuo/nRzcJzxME1c2rV20YrvfK9MLzjkR8R1kC1QiiA0017adYHZE Y= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=Bh9xIq 9oA16RKtujGgTnblU3oEdwtSLuRsOqX3UxILU=; b=PYfiIGgM4wn+ZOJC4zOtHa KG6HqRBcFR3JZAZikAT1fROllIYQjG1KLkolRwHN9TVIP5zIc79rJ6EpPnQFYJn/ iqQVycLbApGMqaXmca1ZPUNTQ/AoCBqXrqkZK8NjAHIodBkyv16lUPJBm1hg7Q+b eZYeYIJpiw67497sLeCBAlRWhFRBKe9p4qf8UkL26sjeLyNwR7XLTXdAst11hgBQ RL+K+4a0C+pKYSVAUx9ExlCd8LW16/MxIg4MSQ558Gd7aXytlvUSLxklgPkrryKz 2n8W9nrHImmxg2SDPYkL6jAn/Rv1zRhIoZVT30RxSn8nuRi7C3aeGmmTu6Ik08Lg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 133D024B21; Mon, 30 Oct 2017 10:22:43 -0400 (EDT) From: Thomas Monjalon To: Akhil Goyal , john.mcnamara@intel.com Cc: dev@dpdk.org, declan.doherty@intel.com, pablo.de.lara.guarch@intel.com, hemant.agrawal@nxp.com, radu.nicolau@intel.com, borisp@mellanox.com, aviadye@mellanox.com, jerin.jacob@caviumnetworks.com, konstantin.ananyev@intel.com Date: Mon, 30 Oct 2017 15:22:42 +0100 Message-ID: <1888299.Vl5Nplh0iF@xps> In-Reply-To: <20171030122747.19123-1-akhil.goyal@nxp.com> References: <20171030122747.19123-1-akhil.goyal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: update release notes for rte_security X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2017 14:22:45 -0000 30/10/2017 13:27, Akhil Goyal: > Removed the deprication notice for ABI breakage and updated > release notes for rte_security. > > Signed-off-by: Akhil Goyal > --- > +.. _security_library: > + > Security Library > ================ [...] > +* **Added the Security Offload Library.** > + > + Added an experimental library - rte_security. It provide security APIs for > + protocols like IPSec using inline ipsec offload to ethernet device or full > + protocol offload with lookaside crypto device. > + > + See the :ref:`Security Library ` documentation in > + the Programmers Guide document, for more information. I think the reference to the programmer's guide is not so useful. I prefer avoiding it because it won't work in PDF format. John, any opinion?