From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id A1B1C1B589 for ; Wed, 19 Dec 2018 04:46:11 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 7EF5C152F; Tue, 18 Dec 2018 22:46:10 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 18 Dec 2018 22:46:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=3//tar3ypY3Tjoczj7CWfZNAXsFQGrqRjo+/xDqCAeU=; b=cy2/K6rX5Ie/ LAou+Kit9nFWjoQSp/HNZrDSbv3R+7US4FUJRjLU7ijlfVEcyvHzHtE4D9B4bFLH 93WocvJ9SVlAxGGPmlkBxhT9Ul9cmJbbuesyqApac2DRq+kI5Eeznk5jCqW5r669 mYp3Wg4boZOe6iwGRtAJzFpn1dOXv2Y= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=3//tar3ypY3Tjoczj7CWfZNAXsFQGrqRjo+/xDqCA eU=; b=UTcuaQMnzYvPbkXuKzsY2qoPJEKiqL7Ei7+KmDNzYIiY12vyKPQsIslRH 1mNkI52GceAAiaiDRqLFzour0pdtTFnAg68C4cXNKG6qF+kPbRBr9taH6WLJXZj3 rNbngw1VION1llfY64lPg5PfD5+W/Bh+c3wzlRBmnvn1zisZkoW1rnE4F7eMveSf xo2WMeWUH+oucFjHs3N6U84K0JDqP8+ysRZwSW0iJffQPB0GZDywxjgLNmNH+mFp MQURbkq9oT1WruT2g03j2MZRUwP/9n/bCY5cAYknDT2JN9JVYLdOWNi27scz0rm3 aVAC6zNsRhCo3e0w+uZOoy6OsU4oQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudeiledgfeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 1A16FE4385; Tue, 18 Dec 2018 22:46:09 -0500 (EST) From: Thomas Monjalon To: Konstantin Ananyev Cc: dev@dpdk.org, Bernard Iremonger , marko.kovacevic@intel.com Date: Wed, 19 Dec 2018 04:46:07 +0100 Message-ID: <4415749.u5Xr9rgFO6@xps> In-Reply-To: <1544804878-11920-1-git-send-email-konstantin.ananyev@intel.com> References: <1544110714-4514-2-git-send-email-konstantin.ananyev@intel.com> <1544804878-11920-1-git-send-email-konstantin.ananyev@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 10/10] doc: add IPsec library guide 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: Wed, 19 Dec 2018 03:46:11 -0000 Hi, 14/12/2018 17:27, Konstantin Ananyev: > Add IPsec library guide and update release notes. A quick look at the guide hint me that you should check the spelling. > --- a/doc/guides/rel_notes/release_19_02.rst > +++ b/doc/guides/rel_notes/release_19_02.rst > @@ -60,6 +60,16 @@ New Features > +* **Added IPsec Library.** > + > + Added an experimental library ``librte_ipsec`` to provide ESP tunnel and > + transport support for IPv4 and IPv6 packets. > + > + The library provides support for AES-CBC ciphering and AES-CBC with HMAC-SHA1 > + algorithm-chaining, and AES-GCM and NULL algorithms only at present. It is > + planned to add more algorithms in future releases. > + > + See :doc:`../prog_guide/ipsec_lib` for more information. > > Removed Items > ------------- Please keep the spacing (2 blank lines before heading). I've seen other minor spacing mistakes in other patches. Please check, thanks.