From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 12/13] ethdev: fix library version in meson build Date: Thu, 5 Apr 2018 18:33:54 +0100 Message-ID: References: <1521545187-27096-1-git-send-email-arybchenko@solarflare.com> <1521545187-27096-13-git-send-email-arybchenko@solarflare.com> <20180323214637.GL19100@bricha3-MOBL.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Bruce Richardson , Andrew Rybchenko Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 646CA1CD3A for ; Thu, 5 Apr 2018 19:33:57 +0200 (CEST) In-Reply-To: <20180323214637.GL19100@bricha3-MOBL.ger.corp.intel.com> Content-Language: en-US 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 3/23/2018 9:46 PM, Bruce Richardson wrote: > 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? Applied to dpdk-next-net/master, thanks. (Not able to squash because next-net pulled from main tree and the original commit is now part of main tree)