From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 12/13] ethdev: fix library version in meson build Date: Fri, 23 Mar 2018 21:46:37 +0000 Message-ID: <20180323214637.GL19100@bricha3-MOBL.ger.corp.intel.com> References: <1521545187-27096-1-git-send-email-arybchenko@solarflare.com> <1521545187-27096-13-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Andrew Rybchenko Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7C1E8A48C for ; Fri, 23 Mar 2018 22:46:42 +0100 (CET) Content-Disposition: inline In-Reply-To: <1521545187-27096-13-git-send-email-arybchenko@solarflare.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" On Tue, Mar 20, 2018 at 11:26:26AM +0000, Andrew Rybchenko wrote: > Fixes: 701ac75666b9 ("ethdev: remove versioning of ethdev filter control function") > > Signed-off-by: Andrew Rybchenko > --- > lib/librte_ether/meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/librte_ether/meson.build b/lib/librte_ether/meson.build > index 7fed860..12bdb6b 100644 > --- a/lib/librte_ether/meson.build > +++ b/lib/librte_ether/meson.build > @@ -2,7 +2,7 @@ > # Copyright(c) 2017 Intel Corporation > > name = 'ethdev' > -version = 8 > +version = 9 My copy of latest head in git shows this as still being 8. However, I see it's down as 9 in next-net. Therefore I think we need to put this patch into next-net, perhaps merging with the appropriate patch there which updates the Makefile. Ferruh, perhaps you could look at this one? /Bruce