From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3] eal: remove exec-env directory Date: Tue, 2 Apr 2019 20:50:48 +0100 Message-ID: <31c69f19-2a47-e909-9a04-02e6dd33cdbb@intel.com> References: <20190401230712.31864-1-thomas@monjalon.net> <20190402193048.27410-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: bruce.richardson@intel.com, david.marchand@redhat.com, anand.rawat@intel.com To: Thomas Monjalon , dev@dpdk.org Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 9DD241B0FF for ; Tue, 2 Apr 2019 21:50:51 +0200 (CEST) In-Reply-To: <20190402193048.27410-1-thomas@monjalon.net> 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 4/2/2019 8:30 PM, Thomas Monjalon wrote: > Only one header file (rte_kni_common.h) was in the sub-directory > include/exec-env/ > This file was installed in a sub-directory of the same name > in the makefile-based build. > Source and install directories are moved as below: > > lib/librte_eal/linux/eal/include/exec-env/ > -> lib/librte_eal/linux/eal/include/ > > build/include/exec-env/ > -> build/include/ > > The consequence is to have a file hierarchy a bit more flat. > > Signed-off-by: Thomas Monjalon Acked-by: Ferruh Yigit