Re: [dpdk-dev] [PATCH 19.08 2/6] examples: add support for relocated DPDK install

2019-05-07 Thread Bruce Richardson
On Tue, May 07, 2019 at 04:53:00PM +0100, Luca Boccassi wrote: > On Tue, 2019-05-07 at 16:17 +0100, Bruce Richardson wrote: > > On Tue, May 07, 2019 at 02:28:11PM +0100, Luca Boccassi wrote: > > > On Tue, 2019-05-07 at 11:50 +0100, Bruce Richardson wrote: > > > > On Tue, May 07, 2019 at 11:09:51AM

Re: [dpdk-dev] [PATCH 19.08 2/6] examples: add support for relocated DPDK install

2019-05-07 Thread Luca Boccassi
On Tue, 2019-05-07 at 16:17 +0100, Bruce Richardson wrote: > On Tue, May 07, 2019 at 02:28:11PM +0100, Luca Boccassi wrote: > > On Tue, 2019-05-07 at 11:50 +0100, Bruce Richardson wrote: > > > On Tue, May 07, 2019 at 11:09:51AM +0100, Luca Boccassi wrote: > > > > On Fri, 2019-05-03 at 14:35 +0100,

Re: [dpdk-dev] [PATCH 19.08 2/6] examples: add support for relocated DPDK install

2019-05-07 Thread Bruce Richardson
On Tue, May 07, 2019 at 02:28:11PM +0100, Luca Boccassi wrote: > On Tue, 2019-05-07 at 11:50 +0100, Bruce Richardson wrote: > > On Tue, May 07, 2019 at 11:09:51AM +0100, Luca Boccassi wrote: > > > On Fri, 2019-05-03 at 14:35 +0100, Bruce Richardson wrote: > > > > For testing of DPDK, we want to ove

Re: [dpdk-dev] [PATCH 19.08 2/6] examples: add support for relocated DPDK install

2019-05-07 Thread Luca Boccassi
On Tue, 2019-05-07 at 11:50 +0100, Bruce Richardson wrote: > On Tue, May 07, 2019 at 11:09:51AM +0100, Luca Boccassi wrote: > > On Fri, 2019-05-03 at 14:35 +0100, Bruce Richardson wrote: > > > For testing of DPDK, we want to override the prefix given by the > > > pkg-config file, so that we can get

Re: [dpdk-dev] [PATCH 19.08 2/6] examples: add support for relocated DPDK install

2019-05-07 Thread Bruce Richardson
On Tue, May 07, 2019 at 11:09:51AM +0100, Luca Boccassi wrote: > On Fri, 2019-05-03 at 14:35 +0100, Bruce Richardson wrote: > > For testing of DPDK, we want to override the prefix given by the > > pkg-config file, so that we can get correct paths for DPDK installed > > in an unusual location. > >

Re: [dpdk-dev] [PATCH 19.08 2/6] examples: add support for relocated DPDK install

2019-05-07 Thread Luca Boccassi
On Fri, 2019-05-03 at 14:35 +0100, Bruce Richardson wrote: > For testing of DPDK, we want to override the prefix given by the > pkg-config file, so that we can get correct paths for DPDK installed > in an unusual location. > > Signed-off-by: Bruce Richardson < > bruce.richard...@intel.com > > > --

[dpdk-dev] [PATCH 19.08 2/6] examples: add support for relocated DPDK install

2019-05-03 Thread Bruce Richardson
For testing of DPDK, we want to override the prefix given by the pkg-config file, so that we can get correct paths for DPDK installed in an unusual location. Signed-off-by: Bruce Richardson --- examples/bbdev_app/Makefile | 13 + examples/bond/Makefile |