From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com
 [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 15A341B3C4
 for <dev@dpdk.org>; Mon, 23 Oct 2017 12:13:56 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 9DDCC207E1;
 Mon, 23 Oct 2017 06:13:55 -0400 (EDT)
Received: from frontend2 ([10.202.2.161])
 by compute1.internal (MEProxy); Mon, 23 Oct 2017 06:13:55 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=mJPzcqx+J1BRvsmQ7HPSZoGA8x
 VK1sGYSeAkQ829/n0=; b=g8Um1lOB0quuZrZUCfVaAZOt9ygsgrhGrpJ0rDIoD8
 WiLBPc2f+ZSqIbrrNmtbzz6kMmglA/ZIge2XU3PFnlMRsUmpoR/tArQM7HCiTh0V
 MwY4tXNr5gs/l8O6VTZupQ7gkwrZ5JH93Ac5zSGCeMRXsVUOTliNzHw+XmA19eTs
 U=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=mJPzcq
 x+J1BRvsmQ7HPSZoGA8xVK1sGYSeAkQ829/n0=; b=c3YGyc9cWHccreKZbFAY4q
 LA6GRviiiOQKCCDj8LMm5do/MQhRzTuAw0l1XpdFClfaEHXsMA9GPlzrJ9Pprrt6
 9OUVMmiU2k5ujuAYVefFG22F5jXondiTj/pYgaLWDJc/PJtgmFDlfoopEM6mLZLK
 xcO4BhgLJV876NUJ4JhZ/gEWCDV5fjzkPrQmmbTolN28ZGax04BelMDMsybRpo7T
 4o7EytQ7iltQ+LI+b0yLxywyFfbYVEcehpeCWxQ7pln9hq/HxLLfKtg8b01idyn2
 5sP7za/OzGOaX6vsndE185rRqaumr0tvn2Udqe2a0QTz79HecoIW9mqXvf8gxG7w
 ==
X-ME-Sender: <xms:48DtWd6DSEwCGylEotA8K6B-qIZwA7zdEQ08ErtF4K-F90OvDt_HUg>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 4AAB92484E;
 Mon, 23 Oct 2017 06:13:55 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Ferruh Yigit <ferruh.yigit@intel.com>
Cc: dev@dpdk.org
Date: Mon, 23 Oct 2017 12:13:54 +0200
Message-ID: <1779127.xDLENO4hiF@xps>
In-Reply-To: <20a36ef5-b7c9-de56-413c-eec374c67367@intel.com>
References: <20171014000945.29269-1-thomas@monjalon.net>
 <20a36ef5-b7c9-de56-413c-eec374c67367@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Oct 2017 10:13:56 -0000

18/10/2017 22:57, Ferruh Yigit:
> On 10/13/2017 5:09 PM, Thomas Monjalon wrote:
> > 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 <thomas@monjalon.net>
> 
> <...>
> 
> > +   + 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 also requires a "+"

Right, I send a v2, thanks