From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: fix highlight of bumped libs in release notes Date: Mon, 23 Oct 2017 12:13:54 +0200 Message-ID: <1779127.xDLENO4hiF@xps> References: <20171014000945.29269-1-thomas@monjalon.net> <20a36ef5-b7c9-de56-413c-eec374c67367@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 15A341B3C4 for ; Mon, 23 Oct 2017 12:13:56 +0200 (CEST) In-Reply-To: <20a36ef5-b7c9-de56-413c-eec374c67367@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > > <...> > > > + + 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