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

2018-10-02 Thread Luca Boccassi
On Tue, 2018-10-02 at 16:58 +0100, Bruce Richardson wrote: > On Tue, Oct 02, 2018 at 04:25:56PM +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 v3 2/2] build: add drivers_install_subdir meson option

2018-10-02 Thread Bruce Richardson
On Tue, Oct 02, 2018 at 04:25:56PM +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 > --- > v3: changed default value to and use string.contains rather > than

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

2018-10-02 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 --- v3: changed default value to and use string.contains rather than exact equivalence meson.build | 10 -- meson_options.txt | 2