Re: [dpdk-dev] [PATCH] net/mvpp2: get MUSDK library path from a meson option

2018-04-19 Thread Bruce Richardson
On Thu, Apr 19, 2018 at 11:45:38AM +0200, Tomasz Duszynski wrote: > Since not cluttering environment and keeping all relevant > settings local to the cross build is reasonable get > MUSDK library installation path from a meson option. > > Signed-off-by: Tomasz Duszynski > --- > drivers/net/mvpp2

Re: [dpdk-dev] [PATCH] net/mvpp2: get MUSDK library path from a meson option

2018-04-19 Thread Bruce Richardson
On Thu, Apr 19, 2018 at 11:45:38AM +0200, Tomasz Duszynski wrote: > Since not cluttering environment and keeping all relevant > settings local to the cross build is reasonable get > MUSDK library installation path from a meson option. > > Signed-off-by: Tomasz Duszynski > --- Applied and squashe

Re: [dpdk-dev] [PATCH] net/mvpp2: get MUSDK library path from a meson option

2018-04-19 Thread Tomasz Duszynski
On Thu, Apr 19, 2018 at 01:05:11PM +0100, Bruce Richardson wrote: > On Thu, Apr 19, 2018 at 11:45:38AM +0200, Tomasz Duszynski wrote: > > Since not cluttering environment and keeping all relevant > > settings local to the cross build is reasonable get > > MUSDK library installation path from a meso

[dpdk-dev] [PATCH] net/mvpp2: get MUSDK library path from a meson option

2018-04-19 Thread Tomasz Duszynski
Since not cluttering environment and keeping all relevant settings local to the cross build is reasonable get MUSDK library installation path from a meson option. Signed-off-by: Tomasz Duszynski --- drivers/net/mvpp2/meson.build | 2 +- meson_options.txt | 2 ++ 2 files changed, 3 in