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.