Re: [dpdk-dev] [PATCH] telemetry: fix build for armv7

2020-05-11 Thread David Marchand
On Mon, May 11, 2020 at 3:32 PM David Marchand wrote: > > telemetry can not depend on EAL anymore but it still wants to get arch > headers. > We directly point at the right source directories by using the same logic > than EAL. However the special case of armv7 has been missed. > > Fix this by def

Re: [dpdk-dev] [PATCH] telemetry: fix build for armv7

2020-05-11 Thread Bruce Richardson
On Mon, May 11, 2020 at 03:58:47PM +0200, David Marchand wrote: > On Mon, May 11, 2020 at 3:47 PM Bruce Richardson > wrote: > > > > On Mon, May 11, 2020 at 03:32:12PM +0200, David Marchand wrote: > > > telemetry can not depend on EAL anymore but it still wants to get arch > > > headers. > > > We d

Re: [dpdk-dev] [PATCH] telemetry: fix build for armv7

2020-05-11 Thread David Marchand
On Mon, May 11, 2020 at 3:47 PM Bruce Richardson wrote: > > On Mon, May 11, 2020 at 03:32:12PM +0200, David Marchand wrote: > > telemetry can not depend on EAL anymore but it still wants to get arch > > headers. > > We directly point at the right source directories by using the same logic > > than

Re: [dpdk-dev] [PATCH] telemetry: fix build for armv7

2020-05-11 Thread Bruce Richardson
On Mon, May 11, 2020 at 03:32:12PM +0200, David Marchand wrote: > telemetry can not depend on EAL anymore but it still wants to get arch > headers. > We directly point at the right source directories by using the same logic > than EAL. However the special case of armv7 has been missed. > No object

[dpdk-dev] [PATCH] telemetry: fix build for armv7

2020-05-11 Thread David Marchand
telemetry can not depend on EAL anymore but it still wants to get arch headers. We directly point at the right source directories by using the same logic than EAL. However the special case of armv7 has been missed. Fix this by defaulting ARCH_DIR to RTE_ARCH. Caught on OBS: [ 162s] SYMLINK-FIL