Re: [dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples

2020-11-12 Thread Thomas Monjalon
09/11/2020 11:01, David Marchand: > On Tue, Oct 27, 2020 at 6:39 PM Bruce Richardson > wrote: > > > > To test the installation process of DPDK using "ninja install" > > test-meson-builds.sh builds a subset of the examples using "make". To allow > > more flexibility for people testing, allow the se

Re: [dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples

2020-11-12 Thread David Marchand
On Tue, Nov 10, 2020 at 3:36 PM Thomas Monjalon wrote: > PKG_CONFIG_PATH=../dpdk-build/build-x86-default/meson-private \ > pkg-config --define-prefix --libs-only-L libdpdk > -L/usr/local/lib > > Oh! I am testing on the build directory instead of installed one. > > PKG_CONFIG_PATH=../dpdk-build/bui

Re: [dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples

2020-11-10 Thread Thomas Monjalon
10/11/2020 15:19, Bruce Richardson: > On Tue, Nov 10, 2020 at 02:53:03PM +0100, Thomas Monjalon wrote: > > 10/11/2020 14:19, Bruce Richardson: > > > On Tue, Nov 10, 2020 at 02:04:21PM +0100, Thomas Monjalon wrote: > > > > 10/11/2020 12:34, Bruce Richardson: > > > > > On Tue, Nov 10, 2020 at 12:25:1

Re: [dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples

2020-11-10 Thread Bruce Richardson
On Tue, Nov 10, 2020 at 02:53:03PM +0100, Thomas Monjalon wrote: > 10/11/2020 14:19, Bruce Richardson: > > On Tue, Nov 10, 2020 at 02:04:21PM +0100, Thomas Monjalon wrote: > > > 10/11/2020 12:34, Bruce Richardson: > > > > On Tue, Nov 10, 2020 at 12:25:13PM +0100, Thomas Monjalon wrote: > > > > > 10

Re: [dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples

2020-11-10 Thread Thomas Monjalon
10/11/2020 14:19, Bruce Richardson: > On Tue, Nov 10, 2020 at 02:04:21PM +0100, Thomas Monjalon wrote: > > 10/11/2020 12:34, Bruce Richardson: > > > On Tue, Nov 10, 2020 at 12:25:13PM +0100, Thomas Monjalon wrote: > > > > 10/11/2020 11:08, Bruce Richardson: > > > > > On Mon, Nov 09, 2020 at 08:26:1

Re: [dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples

2020-11-10 Thread Bruce Richardson
On Tue, Nov 10, 2020 at 02:04:21PM +0100, Thomas Monjalon wrote: > 10/11/2020 12:34, Bruce Richardson: > > On Tue, Nov 10, 2020 at 12:25:13PM +0100, Thomas Monjalon wrote: > > > 10/11/2020 11:08, Bruce Richardson: > > > > On Mon, Nov 09, 2020 at 08:26:10PM +0100, Thomas Monjalon wrote: > > > > > 09

Re: [dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples

2020-11-10 Thread Thomas Monjalon
10/11/2020 12:34, Bruce Richardson: > On Tue, Nov 10, 2020 at 12:25:13PM +0100, Thomas Monjalon wrote: > > 10/11/2020 11:08, Bruce Richardson: > > > On Mon, Nov 09, 2020 at 08:26:10PM +0100, Thomas Monjalon wrote: > > > > 09/11/2020 19:02, Bruce Richardson: > > > > > On Mon, Nov 09, 2020 at 06:09:5

Re: [dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples

2020-11-10 Thread Bruce Richardson
On Tue, Nov 10, 2020 at 12:25:13PM +0100, Thomas Monjalon wrote: > 10/11/2020 11:08, Bruce Richardson: > > On Mon, Nov 09, 2020 at 08:26:10PM +0100, Thomas Monjalon wrote: > > > 09/11/2020 19:02, Bruce Richardson: > > > > On Mon, Nov 09, 2020 at 06:09:51PM +0100, Thomas Monjalon wrote: > > > > > 27

Re: [dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples

2020-11-10 Thread Thomas Monjalon
10/11/2020 11:08, Bruce Richardson: > On Mon, Nov 09, 2020 at 08:26:10PM +0100, Thomas Monjalon wrote: > > 09/11/2020 19:02, Bruce Richardson: > > > On Mon, Nov 09, 2020 at 06:09:51PM +0100, Thomas Monjalon wrote: > > > > 27/10/2020 18:38, Bruce Richardson: > > > > > To test the installation proces

Re: [dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples

2020-11-10 Thread Bruce Richardson
On Mon, Nov 09, 2020 at 08:26:10PM +0100, Thomas Monjalon wrote: > 09/11/2020 19:02, Bruce Richardson: > > On Mon, Nov 09, 2020 at 06:09:51PM +0100, Thomas Monjalon wrote: > > > 27/10/2020 18:38, Bruce Richardson: > > > > To test the installation process of DPDK using "ninja install" > > > > test-m

Re: [dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples

2020-11-09 Thread Thomas Monjalon
09/11/2020 19:02, Bruce Richardson: > On Mon, Nov 09, 2020 at 06:09:51PM +0100, Thomas Monjalon wrote: > > 27/10/2020 18:38, Bruce Richardson: > > > To test the installation process of DPDK using "ninja install" > > > test-meson-builds.sh builds a subset of the examples using "make". To > > > allo

Re: [dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples

2020-11-09 Thread Bruce Richardson
On Mon, Nov 09, 2020 at 06:09:51PM +0100, Thomas Monjalon wrote: > 27/10/2020 18:38, Bruce Richardson: > > To test the installation process of DPDK using "ninja install" > > test-meson-builds.sh builds a subset of the examples using "make". To allow > > more flexibility for people testing, allow th

Re: [dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples

2020-11-09 Thread Thomas Monjalon
27/10/2020 18:38, Bruce Richardson: > To test the installation process of DPDK using "ninja install" > test-meson-builds.sh builds a subset of the examples using "make". To allow > more flexibility for people testing, allow the set of examples chosen for > this make test to be overridden using vari

Re: [dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples

2020-11-09 Thread David Marchand
On Tue, Oct 27, 2020 at 6:39 PM Bruce Richardson wrote: > > To test the installation process of DPDK using "ninja install" > test-meson-builds.sh builds a subset of the examples using "make". To allow > more flexibility for people testing, allow the set of examples chosen for > this make test to b

[dpdk-dev] [PATCH] devtools/test-meson-builds: allow custom set of examples

2020-10-27 Thread Bruce Richardson
To test the installation process of DPDK using "ninja install" test-meson-builds.sh builds a subset of the examples using "make". To allow more flexibility for people testing, allow the set of examples chosen for this make test to be overridden using variable "DPDK_BUILD_TEST_EXAMPLES" in the envir