Re: [dpdk-dev] [PATCH] build: avoid --as-needed as it causes overlinking

2019-08-29 Thread Christian Ehrhardt
On Thu, Aug 29, 2019 at 12:18 PM Christian Ehrhardt wrote: > > On Wed, Aug 28, 2019 at 5:23 PM Aaron Conole wrote: > > > > Aaron Conole writes: > > > > > Christian Ehrhardt writes: > > > > > >> On Wed, Aug 28, 2019 at 3:53 PM Aaron Conole wrote: > > >>> > > >>> Christian Ehrhardt writes: > >

Re: [dpdk-dev] [PATCH] build: avoid --as-needed as it causes overlinking

2019-08-29 Thread Christian Ehrhardt
On Wed, Aug 28, 2019 at 5:23 PM Aaron Conole wrote: > > Aaron Conole writes: > > > Christian Ehrhardt writes: > > > >> On Wed, Aug 28, 2019 at 3:53 PM Aaron Conole wrote: > >>> > >>> Christian Ehrhardt writes: > >>> > >>> > A while ago telemetry was added in 57ae0ec6 and it also added as-neede

Re: [dpdk-dev] [PATCH] build: avoid --as-needed as it causes overlinking

2019-08-28 Thread Aaron Conole
Aaron Conole writes: > Christian Ehrhardt writes: > >> On Wed, Aug 28, 2019 at 3:53 PM Aaron Conole wrote: >>> >>> Christian Ehrhardt writes: >>> >>> > A while ago telemetry was added in 57ae0ec6 and it also added as-needed >>> > to config/meson.build. This seems no more needed these days as d

Re: [dpdk-dev] [PATCH] build: avoid --as-needed as it causes overlinking

2019-08-28 Thread Aaron Conole
Christian Ehrhardt writes: > On Wed, Aug 28, 2019 at 3:53 PM Aaron Conole wrote: >> >> Christian Ehrhardt writes: >> >> > A while ago telemetry was added in 57ae0ec6 and it also added as-needed >> > to config/meson.build. This seems no more needed these days as due to other >> > build changes t

Re: [dpdk-dev] [PATCH] build: avoid --as-needed as it causes overlinking

2019-08-28 Thread Christian Ehrhardt
On Wed, Aug 28, 2019 at 3:53 PM Aaron Conole wrote: > > Christian Ehrhardt writes: > > > A while ago telemetry was added in 57ae0ec6 and it also added as-needed > > to config/meson.build. This seems no more needed these days as due to other > > build changes the ordering in buildlogs is: > > [.

Re: [dpdk-dev] [PATCH] build: avoid --as-needed as it causes overlinking

2019-08-28 Thread Aaron Conole
Christian Ehrhardt writes: > A while ago telemetry was added in 57ae0ec6 and it also added as-needed > to config/meson.build. This seems no more needed these days as due to other > build changes the ordering in buildlogs is: > [...] -lrte_telemetry [...] -Wl,--no-as-needed [...] > Which means t

Re: [dpdk-dev] [PATCH] build: avoid --as-needed as it causes overlinking

2019-08-28 Thread Luca Boccassi
On Wed, 2019-08-28 at 14:27 +0200, Christian Ehrhardt wrote: > A while ago telemetry was added in 57ae0ec6 and it also added as- > needed > to config/meson.build. This seems no more needed these days as due to > other > build changes the ordering in buildlogs is: > [...] -lrte_telemetry [...] -Wl

[dpdk-dev] [PATCH] build: avoid --as-needed as it causes overlinking

2019-08-28 Thread Christian Ehrhardt
A while ago telemetry was added in 57ae0ec6 and it also added as-needed to config/meson.build. This seems no more needed these days as due to other build changes the ordering in buildlogs is: [...] -lrte_telemetry [...] -Wl,--no-as-needed [...] Which means telemetry no more benefits from --no-as-