30/04/2020 18:01, Ciara Power: > This patch moves telemetry further down the build, and adds it as a > dependency for EAL. Telemetry V2 is now configured to build by default, > and the legacy support is built when the telemetry config flag is set. > > Telemetry now has EAL flags, shown below: > "--telemetry" = Enables telemetry (this is default if no flags given)
What is the need for enabling something already enabled? > "--no-telemetry" = Disables telemetry [...] > + case OPT_TELEMETRY_NUM: > + break; > + case OPT_NO_TELEMETRY_NUM: > + conf->no_telemetry = 1; > + break; I feel one option would be enough.