Re: [dpdk-dev] [PATCH] app/test: fix rpath for drivers in meson build

2020-07-02 Thread Bruce Richardson
On Thu, Jul 02, 2020 at 12:42:06PM +0200, Timothy Redaelli wrote: > On Thu, 2 Jul 2020 10:16:48 +0100 > Bruce Richardson wrote: > > > On Wed, Jul 01, 2020 at 07:16:38PM +0200, Timothy Redaelli wrote: > > > This commit fixes the setting of relative rpath on dpdk-test for > > > drivers ($libdir/dpd

Re: [dpdk-dev] [PATCH] app/test: fix rpath for drivers in meson build

2020-07-02 Thread Timothy Redaelli
On Thu, 2 Jul 2020 10:16:48 +0100 Bruce Richardson wrote: > On Wed, Jul 01, 2020 at 07:16:38PM +0200, Timothy Redaelli wrote: > > This commit fixes the setting of relative rpath on dpdk-test for > > drivers ($libdir/dpdk/pmd-$abiver) to the correct absolute rpath > > ($prefix$libdir/dpdk/pmd-$abi

Re: [dpdk-dev] [PATCH] app/test: fix rpath for drivers in meson build

2020-07-02 Thread Bruce Richardson
On Wed, Jul 01, 2020 at 07:16:38PM +0200, Timothy Redaelli wrote: > This commit fixes the setting of relative rpath on dpdk-test for > drivers ($libdir/dpdk/pmd-$abiver) to the correct absolute rpath > ($prefix$libdir/dpdk/pmd-$abiver) > > Fixes: b5dc795a8a55 ("test: build app with meson as dpdk-t

[dpdk-dev] [PATCH] app/test: fix rpath for drivers in meson build

2020-07-01 Thread Timothy Redaelli
This commit fixes the setting of relative rpath on dpdk-test for drivers ($libdir/dpdk/pmd-$abiver) to the correct absolute rpath ($prefix$libdir/dpdk/pmd-$abiver) Fixes: b5dc795a8a55 ("test: build app with meson as dpdk-test") Cc: harry.van.haa...@intel.com Cc: sta...@dpdk.org Signed-off-by: Timo