From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 54144160 for ; Mon, 1 Oct 2018 11:25:34 +0200 (CEST) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Oct 2018 02:25:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,327,1534834800"; d="scan'208";a="91052582" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.107]) by fmsmga002.fm.intel.com with SMTP; 01 Oct 2018 02:25:31 -0700 Received: by (sSMTP sendmail emulation); Mon, 01 Oct 2018 10:25:30 +0100 Date: Mon, 1 Oct 2018 10:25:30 +0100 From: Bruce Richardson To: Luca Boccassi Cc: dev@dpdk.org Message-ID: <20181001092530.GB25944@bricha3-MOBL.ger.corp.intel.com> References: <20180928175803.12955-1-bluca@debian.org> <20181001091714.GA25944@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181001091714.GA25944@bricha3-MOBL.ger.corp.intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH] build: add drivers_install_subdir meson option 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: , X-List-Received-Date: Mon, 01 Oct 2018 09:25:35 -0000 On Mon, Oct 01, 2018 at 10:17:14AM +0100, Bruce Richardson wrote: > 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 > Replying to my own question, I've just checked on CentOS and Debian, and it appears both are using directory "dpdk-pmds" as the subdir name. Therefore, let's just make that the default. [Does it need to be configurable in that case?] /Bruce