From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH 06/36] mempool: update library version Date: Fri, 15 Apr 2016 14:38:37 +0200 Message-ID: <5710E0CD.6010207@6wind.com> References: <1457540381-20274-1-git-send-email-olivier.matz@6wind.com> <1460629199-32489-1-git-send-email-olivier.matz@6wind.com> <1460629199-32489-7-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: bruce.richardson@intel.com, stephen@networkplumber.org To: dev@dpdk.org Return-path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 5FF292A5D for ; Fri, 15 Apr 2016 14:38:45 +0200 (CEST) In-Reply-To: <1460629199-32489-7-git-send-email-olivier.matz@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 04/14/2016 12:19 PM, Olivier Matz wrote: > Next changes of this patch series are too heavy to keep a compat > layer. So bump the version number of the library. > > Signed-off-by: Olivier Matz > --- > doc/guides/rel_notes/release_16_04.rst | 2 +- > lib/librte_mempool/Makefile | 2 +- > lib/librte_mempool/rte_mempool_version.map | 6 ++++++ > 3 files changed, 8 insertions(+), 2 deletions(-) > > diff --git a/doc/guides/rel_notes/release_16_04.rst b/doc/guides/rel_notes/release_16_04.rst > index d0a09ef..5fe172d 100644 > --- a/doc/guides/rel_notes/release_16_04.rst > +++ b/doc/guides/rel_notes/release_16_04.rst > @@ -513,7 +513,7 @@ The libraries prepended with a plus sign were incremented in this version. > librte_kvargs.so.1 > librte_lpm.so.2 > librte_mbuf.so.2 > - librte_mempool.so.1 > + + librte_mempool.so.2 > librte_meter.so.1 > + librte_pipeline.so.3 > librte_pmd_bond.so.1 This will go in doc/guides/rel_notes/release_16_07.rst (the file did not exist at the time the patch series was created).