From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] doc: add template release notes for 18.08 Date: Tue, 5 Jun 2018 10:04:05 +0100 Message-ID: <8b95d8a2-ed37-a9cc-344a-9d769c22ebc1@intel.com> References: <20180531211123.25758-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: john.mcnamara@intel.com, marko.kovacevic@intel.com, Hemant Agrawal , Shreyansh Jain To: Thomas Monjalon , dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9135F1B704 for ; Tue, 5 Jun 2018 11:04:12 +0200 (CEST) In-Reply-To: <20180531211123.25758-1-thomas@monjalon.net> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/31/2018 10:11 PM, Thomas Monjalon wrote: > Add template release notes for DPDK 18.08 with inline > comments and explanations of the various sections. > > Signed-off-by: Thomas Monjalon <...> > +Shared Library Versions > +----------------------- > + > +.. Update any library version updated in this release > + and prepend with a ``+`` sign, like this: > + > + librte_acl.so.2 > + + librte_cfgfile.so.2 > + librte_cmdline.so.2 > + > + This section is a comment. Do not overwrite or remove it. > + ========================================================= > + > +The libraries prepended with a plus sign were incremented in this version. > + > +.. code-block:: diff > + <..> > + librte_bus_dpaa.so.1 > + librte_bus_fslmc.so.1 > + librte_bus_pci.so.1 > + librte_bus_vdev.so.1 <..> > + librte_common_octeontx.so.1 <..> > + librte_pmd_dpaa2_cmdif.so.1 > + librte_pmd_dpaa2_qdma.so.1 Is above libraries provide any API for user application? It looks like they are for other internal libraries, if so should we document them here in release notes? Thanks, ferruh