From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] eal: remove exec-env directory Date: Tue, 02 Apr 2019 21:50:58 +0200 Message-ID: <5780010.E6WaIR6Pig@xps> References: <20190401230712.31864-1-thomas@monjalon.net> <20190402193048.27410-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: David Marchand , Bruce Richardson , Anand Rawat To: dev@dpdk.org Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 2CC511B12B for ; Tue, 2 Apr 2019 21:51:01 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 02/04/2019 21:46, David Marchand: > On Tue, Apr 2, 2019 at 9: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 > > > > Looks good to me. > Reviewed-by: David Marchand > Tested-by: David Marchand Applied