From patchwork Mon Oct 23 23:21:39 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 30744 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 118DE1B6F5; Tue, 24 Oct 2017 01:21:43 +0200 (CEST) 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BCBF220DF9; Mon, 23 Oct 2017 19:21:40 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 23 Oct 2017 19:21:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=CXrRIF83hZRv87LJZlKqHOJ7oX yVn9sPiCGjaEAtOec=; b=LCkCBO5dvLBYlY8hZ6KjYkxuT8HVhEO4GDM9+zpHGU Getb8WF1H/Itte35oFBPAXQTuxCh7jy6IIr+4GpmqmTFyhrwV/Lp9h9OfaCDA8kc hNmlkOTqrSBLVLSIqmCvV8wRo38s5nbRlq5QpPaCj2H2pEopsedyVBewgLTjAq8u c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=CXrRIF 83hZRv87LJZlKqHOJ7oXyVn9sPiCGjaEAtOec=; b=ETjM/YwLz/UNEdRn1Q8xbB efQqeGYrPZVaZNiSZDSqgpQyLOUHcYM9T1iTO/BlzfCw/8KbGhz7xaQ+J3mZ9EOn 0xKPnPU9s2XA+UE7fJ0gdQw0DvdBIk12bOSCaQsWlMqMRKDWZPy/70PpJsbo0oa7 qzZJ+GoYNx1ZUEtyW6w+oWYNjQif9OK2X7501lWAQvyNzKdFZrNQFKL5A+eOxKxZ LOSm7fMYl9rdEvyMpvir+HNtQr0PEb8ji1MBmTkGfl9qe8a1ohves7pbZ4ZxMzEX 2Hz1xBB322ePWHGRNIzAzbSzl9Na5ZG4nzc5cIVqBv2IPOLmx2Dnh93U0HCh6Vug == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7D17D248D1; Mon, 23 Oct 2017 19:21:40 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Tue, 24 Oct 2017 01:21:39 +0200 Message-ID: <1544893.XYOyShJzD1@xps> In-Reply-To: <20171019163629.28618-6-bruce.richardson@intel.com> References: <20171019163629.28618-1-bruce.richardson@intel.com> <20171019163629.28618-6-bruce.richardson@intel.com> MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 5/5] eal: use a single version map file X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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