From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: update release notes for rte_security Date: Mon, 30 Oct 2017 15:22:42 +0100 Message-ID: <1888299.Vl5Nplh0iF@xps> References: <20171030122747.19123-1-akhil.goyal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit 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 To: Akhil Goyal , john.mcnamara@intel.com 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) In-Reply-To: <20171030122747.19123-1-akhil.goyal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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?