From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: fix version map experimental export section Date: Tue, 07 Nov 2017 00:07:07 +0100 Message-ID: <2343504.OOURgLGTAf@xps> References: <1508934589-161739-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, santosh.shukla@caviumnetworks.com To: Harry van Haaren Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 9F1F51B32A for ; Tue, 7 Nov 2017 00:07:08 +0100 (CET) In-Reply-To: <1508934589-161739-1-git-send-email-harry.van.haaren@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" 25/10/2017 14:29, Harry van Haaren: > Before this commit, the EXPERIMENTAL version of ABI > derived from the DPDK_17.08 tag. In parallel there > was a DPDK_17.11 tag. > > Experimental map should always derive from the latest ABI, > so this patch moves the 17.11 section above EXPERIMENTAL, > and updates EXPERIMENTAL to derive from the 17.11 map. > > Fixes: aadc3eb002d3 ("pci: export match function") > Cc: santosh.shukla@caviumnetworks.com > > Signed-off-by: Harry van Haaren Rebased and applied, thanks