Re: [dpdk-dev] [PATCH] examples: detect build directory rather than hardcoding

2019-03-29 Thread Thomas Monjalon
27/03/2019 16:02, Ferruh Yigit: > On 3/27/2019 1:58 PM, Bruce Richardson wrote: > > Most examples have in their makefiles a default RTE_TARGET directory to be > > used in case RTE_TARGET is not set. Rather than just using a hard-coded > > default, we can instead detect what the build directory is r

Re: [dpdk-dev] [PATCH] examples: detect build directory rather than hardcoding

2019-03-27 Thread Ferruh Yigit
On 3/27/2019 1:58 PM, Bruce Richardson wrote: > Most examples have in their makefiles a default RTE_TARGET directory to be > used in case RTE_TARGET is not set. Rather than just using a hard-coded > default, we can instead detect what the build directory is relative to > RTE_SDK directory. > > Thi

[dpdk-dev] [PATCH] examples: detect build directory rather than hardcoding

2019-03-27 Thread Bruce Richardson
Most examples have in their makefiles a default RTE_TARGET directory to be used in case RTE_TARGET is not set. Rather than just using a hard-coded default, we can instead detect what the build directory is relative to RTE_SDK directory. This fixes a potential issue for anyone who continues to buil