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

2018-11-11 Thread Thomas Monjalon
09/11/2018 23:19, Ferruh Yigit: > On 11/7/2018 6:10 PM, Kevin Laatz wrote: > > Currently, telemetry is not working for shared builds in make. > > > > The --as-needed flag is preventing telemetry from being linked as there are > > no direct API calls from the app to telemetry. This is causing the >

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

2018-11-09 Thread Ferruh Yigit
On 11/7/2018 6:10 PM, Kevin Laatz wrote: > Currently, telemetry is not working for shared builds in make. > > The --as-needed flag is preventing telemetry from being linked as there are > no direct API calls from the app to telemetry. This is causing the > --telemetry option to not be recognized b

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

2018-11-08 Thread Laatz, Kevin
On 07/11/2018 21:08, Thomas Monjalon wrote: 07/11/2018 19:10, Kevin Laatz: Currently, telemetry is not working for shared builds in make. The --as-needed flag is preventing telemetry from being linked as there are no direct API calls from the app to telemetry. This is causing the --telemetry op

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

2018-11-07 Thread Thomas Monjalon
07/11/2018 19:10, Kevin Laatz: > Currently, telemetry is not working for shared builds in make. > > The --as-needed flag is preventing telemetry from being linked as there are > no direct API calls from the app to telemetry. This is causing the > --telemetry option to not be recognized by EAL. > T

[dpdk-dev] [PATCH] telemetry: fix shared build for make

2018-11-07 Thread Kevin Laatz
Currently, telemetry is not working for shared builds in make. The --as-needed flag is preventing telemetry from being linked as there are no direct API calls from the app to telemetry. This is causing the --telemetry option to not be recognized by EAL. Telemetry registers it's EAL option using th