From patchwork Sat Oct 14 00:09:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 30388 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BB07B1B759; Sat, 14 Oct 2017 02:09:51 +0200 (CEST) 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 compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E0A052090D; Fri, 13 Oct 2017 20:09:49 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 13 Oct 2017 20:09:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= date:from:message-id:subject:to:x-me-sender:x-me-sender :x-sasl-enc; s=mesmtp; bh=/xDRMUtgwJ7X1bjLcYtEYsMoxsIwAMjZh83HQ8 cYUQU=; b=dnKSOz9hr1Kd4G2Er5EDwgWVSYN5+VnHVXxWJgKr1NoAlc/m9QOzi2 wzKxsCCMnkbH9tF/pa5E+EztiNw36wYtVDgVCZZKnXFzSFywIBiOMTielSegm9o5 H45CVCpUCzdwVjuN0PVM0Ad3vTRRxUmCGK+CKDVAm5dXRo3Ih44uo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=/xDRMUtgwJ7X1bjLc YtEYsMoxsIwAMjZh83HQ8cYUQU=; b=Kr5tmTIajeQY5eal+3zYa17CwHh2Lv+x/ Vnde6S7NLZRFFOi7y5v3MIl+3zkOIdr9MYPECrCVqGHJZOVt2O4siMaNnrhVpEt2 W+P7hcLI7vUBi58OW1HtRF6oO0TSX9XCBG3TlkzvvNDItj6BWYQEISI1oY4fRCAR 3lamSTShAzqGmzgOFESCU1lXRqB/0jW7GByzkr5GxMMJpJrzbKP1BqIs3L2MgsuL jjjXAJshoq6O3tVYdQxuMZ06DZtZaYmT8nq8yfYYL84wXkp5tdhy+/O36GScag2H 8b+HT9W5FPrNqYHYHLtJs3l9Ru5uZbdzLu+C0zxDN3eFIT397oR2Q== X-ME-Sender: 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) From: Thomas Monjalon To: dev@dpdk.org Date: Sat, 14 Oct 2017 02:09:45 +0200 Message-Id: <20171014000945.29269-1-thomas@monjalon.net> X-Mailer: git-send-email 2.14.1 Subject: [dpdk-dev] [PATCH] doc: fix highlight of bumped libs in release notes 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: , 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 Acked-by: Zhiyong Yang --- 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