From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCHv6 0/7] Implement pmd hardware support exports Date: Tue, 07 Jun 2016 11:34:56 +0200 Message-ID: <5001673.vShpV6f8hz@xps13> References: <1463431287-4551-1-git-send-email-nhorman@tuxdriver.com> <1464703068-2924-1-git-send-email-nhorman@tuxdriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson , Stephen Hemminger , Panu Matilainen To: Neil Horman Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id F3E902C47 for ; Tue, 7 Jun 2016 11:34:57 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id k204so60495946wmk.0 for ; Tue, 07 Jun 2016 02:34:57 -0700 (PDT) In-Reply-To: <1464703068-2924-1-git-send-email-nhorman@tuxdriver.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Neil, You are creating a new directory buildtools/ which depends on mk/ We also have some scripts used in the build process: scripts/auto-config-h.sh scripts/depdirs-rule.sh scripts/gen-build-mk.sh scripts/gen-config-h.sh scripts/relpath.sh I think we should move these scripts somewhere else, probably in mk. So we would have only 2 directories for the build system and we would keep the scripts directory only for dev tools. If we want to make a step further, we can rename scripts/ to devtools/ and tools/ to usertools/. Opinions?