From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] doc: fix highlight of bumped libs in release notes Date: Sat, 14 Oct 2017 02:09:45 +0200 Message-ID: <20171014000945.29269-1-thomas@monjalon.net> To: dev@dpdk.org Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 68E2D1B670 for ; Sat, 14 Oct 2017 02:09:50 +0200 (CEST) Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6A2ED7F955 for ; Fri, 13 Oct 2017 20:09:49 -0400 (EDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The libraries which have their ABI version increased in this release must be prepended with a + sign to make them appear clearly. Fixes: f8244c6399d9 ("ethdev: increase port id range") Fixes: ec51443cc99a ("gso: add Generic Segmentation Offload API framework") Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/release_17_11.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst index 8db35f5e4..1235350e9 100644 --- a/doc/guides/rel_notes/release_17_11.rst +++ b/doc/guides/rel_notes/release_17_11.rst @@ -338,16 +338,16 @@ The libraries prepended with a plus sign were incremented in this version. .. code-block:: diff librte_acl.so.2 - librte_bitratestats.so.2 + + librte_bitratestats.so.2 librte_cfgfile.so.2 librte_cmdline.so.2 librte_cryptodev.so.3 librte_distributor.so.1 librte_eal.so.5 - librte_ethdev.so.8 - librte_eventdev.so.3 + + librte_ethdev.so.8 + + librte_eventdev.so.3 librte_gro.so.1 - librte_gso.so.1 + + librte_gso.so.1 librte_hash.so.2 librte_ip_frag.so.1 librte_jobstats.so.1 @@ -360,12 +360,12 @@ The libraries prepended with a plus sign were incremented in this version. librte_meter.so.1 librte_metrics.so.1 librte_net.so.1 - librte_pdump.so.2 + + librte_pdump.so.2 librte_pipeline.so.3 - librte_pmd_bnxt.so.2 - librte_pmd_bond.so.2 - librte_pmd_i40e.so.2 - librte_pmd_ixgbe.so.2 + + librte_pmd_bnxt.so.2 + + librte_pmd_bond.so.2 + + librte_pmd_i40e.so.2 + + librte_pmd_ixgbe.so.2 librte_pmd_ring.so.2 + librte_pmd_softnic.so.1 librte_pmd_vhost.so.2 -- 2.14.1