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

2019-09-12 Thread Christian Ehrhardt
On Tue, Sep 10, 2019 at 8:48 AM Christian Ehrhardt wrote: > > On Wed, Sep 4, 2019 at 11:18 AM Bruce Richardson > wrote: > > > > On Wed, Sep 04, 2019 at 11:13:34AM +0200, Christian Ehrhardt wrote: > > > On Mon, Sep 2, 2019 at 9:09 AM Christian Ehrhardt > > > wrote: > > > > > > > > On Thu, Aug 29,

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

2019-09-09 Thread Christian Ehrhardt
On Wed, Sep 4, 2019 at 11:18 AM Bruce Richardson wrote: > > On Wed, Sep 04, 2019 at 11:13:34AM +0200, Christian Ehrhardt wrote: > > On Mon, Sep 2, 2019 at 9:09 AM Christian Ehrhardt > > wrote: > > > > > > On Thu, Aug 29, 2019 at 6:02 PM Luca Boccassi wrote: > > > > > > > > On Thu, 2019-08-29 at

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

2019-09-04 Thread Bruce Richardson
On Wed, Sep 04, 2019 at 11:13:34AM +0200, Christian Ehrhardt wrote: > On Mon, Sep 2, 2019 at 9:09 AM Christian Ehrhardt > wrote: > > > > On Thu, Aug 29, 2019 at 6:02 PM Luca Boccassi wrote: > > > > > > On Thu, 2019-08-29 at 16:34 +0100, Bruce Richardson wrote: > > > > On Thu, Aug 29, 2019 at 05:3

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

2019-09-04 Thread Christian Ehrhardt
On Mon, Sep 2, 2019 at 9:09 AM Christian Ehrhardt wrote: > > On Thu, Aug 29, 2019 at 6:02 PM Luca Boccassi wrote: > > > > On Thu, 2019-08-29 at 16:34 +0100, Bruce Richardson wrote: > > > On Thu, Aug 29, 2019 at 05:30:03PM +0200, Christian Ehrhardt wrote: > > > > A while ago telemetry was added in

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

2019-09-02 Thread Christian Ehrhardt
On Thu, Aug 29, 2019 at 6:02 PM Luca Boccassi wrote: > > On Thu, 2019-08-29 at 16:34 +0100, Bruce Richardson wrote: > > On Thu, Aug 29, 2019 at 05:30:03PM +0200, Christian Ehrhardt wrote: > > > A while ago telemetry was added in 57ae0ec6 and it also added as- > > > needed > > > to config/meson.bui

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

2019-08-29 Thread Luca Boccassi
On Thu, 2019-08-29 at 16:34 +0100, Bruce Richardson wrote: > On Thu, Aug 29, 2019 at 05:30:03PM +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 > > b

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

2019-08-29 Thread Bruce Richardson
On Thu, Aug 29, 2019 at 05:30:03PM +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 [...] -

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

2019-08-29 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-