From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timothy Redaelli Subject: Re: [PATCH v4 2/2] build: add drivers_install_subdir meson option Date: Fri, 5 Oct 2018 18:00:29 +0200 Message-ID: <20181005180029.5fffc356@graphite.drizzt.lan> References: <20180928175803.12955-1-bluca@debian.org> <20181002162046.13668-1-bluca@debian.org> <20181002162046.13668-2-bluca@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, bruce.richardson@intel.com, christian.ehrhardt@canonical.com, mvarlese@suse.de To: Luca Boccassi Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id ED7491B3B5 for ; Fri, 5 Oct 2018 18:00:32 +0200 (CEST) In-Reply-To: <20181002162046.13668-2-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 Tue, 2 Oct 2018 17:20:46 +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 > --- Acked-by: Timothy Redaelli