From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] build: add drivers_install_subdir meson option Date: Mon, 1 Oct 2018 10:17:14 +0100 Message-ID: <20181001091714.GA25944@bricha3-MOBL.ger.corp.intel.com> References: <20180928175803.12955-1-bluca@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Luca Boccassi Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 0C15A160 for ; Mon, 1 Oct 2018 11:17:25 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180928175803.12955-1-bluca@debian.org> 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 Fri, Sep 28, 2018 at 06:58:03PM +0100, Luca Boccassi wrote: > Allow users and packagers to override the default dpdk/drivers > subdirectory where the PMDs get installed under $lib. > > Signed-off-by: Luca Boccassi > --- I'm ok with this change, but what is the current location used by distro's right now? I mistakenly never checked what was done before I used dpdk/drivers as a default value, and I'd like the default to match the common option if possible. /Bruce