Re: [dpdk-dev] [PATCH 1/1] devtools: fix build test config inheritance from env

2020-11-11 Thread Thomas Monjalon
11/11/2020 12:13, Ferruh Yigit: > On 11/11/2020 11:00 AM, Bruce Richardson wrote: > > On Wed, Nov 11, 2020 at 11:37:41AM +0100, Thomas Monjalon wrote: > >> 11/11/2020 10:18, Bruce Richardson: > >>> On Tue, Nov 10, 2020 at 06:09:45PM +, Ferruh Yigit wrote: > On 11/10/2020 5:55 PM, Thomas Mo

Re: [dpdk-dev] [PATCH 1/1] devtools: fix build test config inheritance from env

2020-11-11 Thread Ferruh Yigit
On 11/11/2020 11:00 AM, Bruce Richardson wrote: On Wed, Nov 11, 2020 at 11:37:41AM +0100, Thomas Monjalon wrote: 11/11/2020 10:18, Bruce Richardson: On Tue, Nov 10, 2020 at 06:09:45PM +, Ferruh Yigit wrote: On 11/10/2020 5:55 PM, Thomas Monjalon wrote: 10/11/2020 18:18, Ferruh Yigit: On

Re: [dpdk-dev] [PATCH 1/1] devtools: fix build test config inheritance from env

2020-11-11 Thread Bruce Richardson
On Wed, Nov 11, 2020 at 11:37:41AM +0100, Thomas Monjalon wrote: > 11/11/2020 10:18, Bruce Richardson: > > On Tue, Nov 10, 2020 at 06:09:45PM +, Ferruh Yigit wrote: > > > On 11/10/2020 5:55 PM, Thomas Monjalon wrote: > > > > 10/11/2020 18:18, Ferruh Yigit: > > > > > On 11/9/2020 9:00 PM, Thomas

Re: [dpdk-dev] [PATCH 1/1] devtools: fix build test config inheritance from env

2020-11-11 Thread Thomas Monjalon
11/11/2020 10:18, Bruce Richardson: > On Tue, Nov 10, 2020 at 06:09:45PM +, Ferruh Yigit wrote: > > On 11/10/2020 5:55 PM, Thomas Monjalon wrote: > > > 10/11/2020 18:18, Ferruh Yigit: > > > > On 11/9/2020 9:00 PM, Thomas Monjalon wrote: > > > > > PKG_CONFIG_PATH is specific to each target, so i

Re: [dpdk-dev] [PATCH 1/1] devtools: fix build test config inheritance from env

2020-11-11 Thread Bruce Richardson
On Tue, Nov 10, 2020 at 06:09:45PM +, Ferruh Yigit wrote: > On 11/10/2020 5:55 PM, Thomas Monjalon wrote: > > 10/11/2020 18:18, Ferruh Yigit: > > > On 11/9/2020 9:00 PM, Thomas Monjalon wrote: > > > > PKG_CONFIG_PATH is specific to each target, so it must be empty > > > > before configuring eac

Re: [dpdk-dev] [PATCH 1/1] devtools: fix build test config inheritance from env

2020-11-10 Thread Ferruh Yigit
On 11/10/2020 5:55 PM, Thomas Monjalon wrote: 10/11/2020 18:18, Ferruh Yigit: On 11/9/2020 9:00 PM, Thomas Monjalon wrote: PKG_CONFIG_PATH is specific to each target, so it must be empty before configuring each build from the file according to DPDK_TARGET. Inheriting a default PKG_CONFIG_PATH f

Re: [dpdk-dev] [PATCH 1/1] devtools: fix build test config inheritance from env

2020-11-10 Thread Thomas Monjalon
10/11/2020 18:18, Ferruh Yigit: > On 11/9/2020 9:00 PM, Thomas Monjalon wrote: > > PKG_CONFIG_PATH is specific to each target, so it must be empty > > before configuring each build from the file according to DPDK_TARGET. > > Inheriting a default PKG_CONFIG_PATH for all targets does not make sense >

Re: [dpdk-dev] [PATCH 1/1] devtools: fix build test config inheritance from env

2020-11-10 Thread Ferruh Yigit
On 11/9/2020 9:00 PM, Thomas Monjalon wrote: PKG_CONFIG_PATH is specific to each target, so it must be empty before configuring each build from the file according to DPDK_TARGET. Inheriting a default PKG_CONFIG_PATH for all targets does not make sense and is prone to confusion. DPDK_MESON_OPTION

Re: [dpdk-dev] [PATCH 1/1] devtools: fix build test config inheritance from env

2020-11-10 Thread Jerin Jacob
On Tue, Nov 10, 2020 at 4:51 PM Bruce Richardson wrote: > > On Tue, Nov 10, 2020 at 11:45:52AM +0100, Thomas Monjalon wrote: > > 10/11/2020 11:14, Bruce Richardson: > > > On Mon, Nov 09, 2020 at 10:00:08PM +0100, Thomas Monjalon wrote: > > > > PKG_CONFIG_PATH is specific to each target, so it must

Re: [dpdk-dev] [PATCH 1/1] devtools: fix build test config inheritance from env

2020-11-10 Thread Bruce Richardson
On Tue, Nov 10, 2020 at 11:45:52AM +0100, Thomas Monjalon wrote: > 10/11/2020 11:14, Bruce Richardson: > > On Mon, Nov 09, 2020 at 10:00:08PM +0100, Thomas Monjalon wrote: > > > PKG_CONFIG_PATH is specific to each target, so it must be empty > > > before configuring each build from the file accordi

Re: [dpdk-dev] [PATCH 1/1] devtools: fix build test config inheritance from env

2020-11-10 Thread Thomas Monjalon
10/11/2020 11:14, Bruce Richardson: > On Mon, Nov 09, 2020 at 10:00:08PM +0100, Thomas Monjalon wrote: > > PKG_CONFIG_PATH is specific to each target, so it must be empty > > before configuring each build from the file according to DPDK_TARGET. > > Inheriting a default PKG_CONFIG_PATH for all targe

Re: [dpdk-dev] [PATCH 1/1] devtools: fix build test config inheritance from env

2020-11-10 Thread Bruce Richardson
On Mon, Nov 09, 2020 at 10:00:08PM +0100, Thomas Monjalon wrote: > PKG_CONFIG_PATH is specific to each target, so it must be empty > before configuring each build from the file according to DPDK_TARGET. > Inheriting a default PKG_CONFIG_PATH for all targets does not make sense > and is prone to con

[dpdk-dev] [PATCH 1/1] devtools: fix build test config inheritance from env

2020-11-09 Thread Thomas Monjalon
PKG_CONFIG_PATH is specific to each target, so it must be empty before configuring each build from the file according to DPDK_TARGET. Inheriting a default PKG_CONFIG_PATH for all targets does not make sense and is prone to confusion. DPDK_MESON_OPTIONS might take a global initial value from enviro