From patchwork Mon Oct 23 10:15:04 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 30702 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 90A7E2661; Mon, 23 Oct 2017 12:15:13 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 855231B3C4 for ; Mon, 23 Oct 2017 12:15:12 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3A78420B94; Mon, 23 Oct 2017 06:15:12 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 23 Oct 2017 06:15:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=mesmtp; bh=pQuF2rXpX1+qAC 8HkKDwDFO5ETnG8JZiBDEjH0UEcv8=; b=eQM1hVNt3DaGdlwmolXrKEpc8JiZSn /5jukEaOC91c8xGh0is5lXqmdo6pZbEltpdOaJb9vGBklg1HwbFFgpdTQX5TsyhB 7uow0AG0JjW7X2iGK6C1ciWpKMbXdpBL9B+Rknc9EF/2x6iaZ9Nkx5xmSHYjwWUd tbHPZbnrixKps= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=pQuF2rXpX1+qAC8HkKDwDFO5ETnG8JZiBDEjH0UEcv8=; b=l2R8bZNJ gs6Ww4H0JVbmpHG8bMbCfPW8+KN2MeWTkYvW7ivaEZrPavumOJVE6qIEWVO93Xse Bln2ILraqzaKEYwdKQQYggG+5RZkckTzR1ZYF3b7nxsENZVlY4u5FX+Eh3RxeL4U S0Nb2EgIdVpRa9W0pb2iYibsBjXW5X8sbHC/61Bv7bdewPQqV2bo4r0i3aPJ0xnq F2GDqMPWLdk7tXpPnukmSqKU8S28y2qR7n9A0k89OhDAgjyDnrrb/VMzQ5AbWgEL mbjfGg/r2IBGR148PbQ7j/h2LEH1HACXybLJKjIe68bfaIrdXiz/Bi/kYtW2Imxy v1vi7XnfW/FZcg== 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 9E5487FA80; Mon, 23 Oct 2017 06:15:11 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: ferruh.yigit@intel.com Date: Mon, 23 Oct 2017 12:15:04 +0200 Message-Id: <20171023101504.21799-1-thomas@monjalon.net> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20171014000945.29269-1-thomas@monjalon.net> References: <20171014000945.29269-1-thomas@monjalon.net> Subject: [dpdk-dev] [PATCH v2] 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 Reviewed-by: Ferruh Yigit --- v2: highlight vhost too --- doc/guides/rel_notes/release_17_11.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst index 8db35f5e4..a8b113bb1 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,15 +360,15 @@ 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 + + librte_pmd_vhost.so.2 librte_port.so.3 librte_power.so.1 librte_reorder.so.1