Re: [dpdk-dev] [PATCH] build: add drivers_install_subdir meson option

2018-10-02 Thread Luca Boccassi
On Tue, 2018-10-02 at 13:23 +0100, Bruce Richardson wrote: > On Tue, Oct 02, 2018 at 01:02:26PM +0200, Marco Varlese wrote: > > On Mon, 2018-10-01 at 12:24 +0100, Luca Boccassi wrote: > > > On Mon, 2018-10-01 at 12:06 +0100, Bruce Richardson wrote: > > > > On Mon, Oct 01, 2018 at 12:42:09PM +0200,

Re: [dpdk-dev] [PATCH] build: add drivers_install_subdir meson option

2018-10-02 Thread Bruce Richardson
On Tue, Oct 02, 2018 at 01:02:26PM +0200, Marco Varlese wrote: > On Mon, 2018-10-01 at 12:24 +0100, Luca Boccassi wrote: > > On Mon, 2018-10-01 at 12:06 +0100, Bruce Richardson wrote: > > > On Mon, Oct 01, 2018 at 12:42:09PM +0200, Timothy Redaelli wrote: > > > > On Mon, 01 Oct 2018 10:46:02 +0100

Re: [dpdk-dev] [PATCH] build: add drivers_install_subdir meson option

2018-10-02 Thread Marco Varlese
On Mon, 2018-10-01 at 12:24 +0100, Luca Boccassi wrote: > On Mon, 2018-10-01 at 12:06 +0100, Bruce Richardson wrote: > > On Mon, Oct 01, 2018 at 12:42:09PM +0200, Timothy Redaelli wrote: > > > On Mon, 01 Oct 2018 10:46:02 +0100 > > > Luca Boccassi wrote: > > > > > > > On Mon, 2018-10-01 at 10:25

Re: [dpdk-dev] [PATCH] build: add drivers_install_subdir meson option

2018-10-01 Thread Luca Boccassi
On Mon, 2018-10-01 at 12:06 +0100, Bruce Richardson wrote: > On Mon, Oct 01, 2018 at 12:42:09PM +0200, Timothy Redaelli wrote: > > On Mon, 01 Oct 2018 10:46:02 +0100 > > Luca Boccassi wrote: > > > > > On Mon, 2018-10-01 at 10:25 +0100, Bruce Richardson wrote: > > > > On Mon, Oct 01, 2018 at 10:17

Re: [dpdk-dev] [PATCH] build: add drivers_install_subdir meson option

2018-10-01 Thread Bruce Richardson
On Mon, Oct 01, 2018 at 12:42:09PM +0200, Timothy Redaelli wrote: > On Mon, 01 Oct 2018 10:46:02 +0100 > Luca Boccassi wrote: > > > On Mon, 2018-10-01 at 10:25 +0100, Bruce Richardson wrote: > > > On Mon, Oct 01, 2018 at 10:17:14AM +0100, Bruce Richardson wrote: > > > > On Fri, Sep 28, 2018 at

Re: [dpdk-dev] [PATCH] build: add drivers_install_subdir meson option

2018-10-01 Thread Timothy Redaelli
On Mon, 01 Oct 2018 10:46:02 +0100 Luca Boccassi wrote: > On Mon, 2018-10-01 at 10:25 +0100, Bruce Richardson wrote: > > 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

Re: [dpdk-dev] [PATCH] build: add drivers_install_subdir meson option

2018-10-01 Thread Bruce Richardson
On Mon, Oct 01, 2018 at 10:46:02AM +0100, Luca Boccassi wrote: > On Mon, 2018-10-01 at 10:25 +0100, Bruce Richardson wrote: > > 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

Re: [dpdk-dev] [PATCH] build: add drivers_install_subdir meson option

2018-10-01 Thread Luca Boccassi
On Mon, 2018-10-01 at 10:25 +0100, Bruce Richardson wrote: > 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 ge

Re: [dpdk-dev] [PATCH] build: add drivers_install_subdir meson option

2018-10-01 Thread Bruce Richardson
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 > >

Re: [dpdk-dev] [PATCH] build: add drivers_install_subdir meson option

2018-10-01 Thread Bruce Richardson
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'

[dpdk-dev] [PATCH] build: add drivers_install_subdir meson option

2018-09-28 Thread Luca Boccassi
Allow users and packagers to override the default dpdk/drivers subdirectory where the PMDs get installed under $lib. Signed-off-by: Luca Boccassi --- meson.build | 3 ++- meson_options.txt | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index