From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 5/5] eal: use a single version map file Date: Tue, 24 Oct 2017 01:21:39 +0200 Message-ID: <1544893.XYOyShJzD1@xps> References: <20171019163629.28618-1-bruce.richardson@intel.com> <20171019163629.28618-6-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 2FBC51B6F0 for ; Tue, 24 Oct 2017 01:21:41 +0200 (CEST) In-Reply-To: <20171019163629.28618-6-bruce.richardson@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" 19/10/2017 18:36, Bruce Richardson: > Since the functions exported by DPDK EAL on all OS's should be > identical, we should not need separate function version files for each > OS. Therefore move existing version files to the top-level EAL > directory. > > Signed-off-by: Bruce Richardson This small change is missing and added when applying: --- a/MAINTAINERS +++ b/MAINTAINERS @@ -88,6 +88,7 @@ EAL API and common code F: lib/librte_eal/common/* F: lib/librte_eal/common/include/* F: lib/librte_eal/common/include/generic/ +F: lib/librte_eal/rte_eal_version.map F: doc/guides/prog_guide/env_abstraction_layer.rst F: test/test/test_alarm.c F: test/test/test_atomic.c