On Thu, Mar 19, 2020 at 11:07 PM Ciara Power <ciara.po...@intel.com> wrote:
>
> This patch moves telemetry further down the build, and adds it as a
> dependency for EAL. Telemetry is now configured to build by default, and
> has EAL flags, shown below:
> "--telemetry" = Enables telemetry (this is default if no flags given)
> "--no-telemetry" = Disables telemetry
>
> When telemetry is enabled, it will attempt to open the new socket
> version, and also the legacy support socket (this will depend on Jansson
> external dependency, as before).
>
> Signed-off-by: Ciara Power <ciara.po...@intel.com>
> Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
> ---
>  config/common_base                         |  2 +-

I think, update to doc/guides/linux_gsg/eal_args.include.rst file is missing.


>  lib/Makefile                               |  5 ++---
>  lib/librte_eal/common/eal_common_options.c |  9 ++++++++
>  lib/librte_eal/common/eal_internal_cfg.h   |  1 +
>  lib/librte_eal/common/eal_options.h        |  4 ++++
>  lib/librte_eal/freebsd/eal/Makefile        |  1 +
>  lib/librte_eal/freebsd/eal/eal.c           |  9 ++++++++
>  lib/librte_eal/freebsd/eal/meson.build     |  2 +-
>  lib/librte_eal/linux/eal/Makefile          |  1 +
>  lib/librte_eal/linux/eal/eal.c             |  9 ++++++++
>  lib/librte_eal/linux/eal/meson.build       |  2 +-
>  lib/librte_eal/meson.build                 |  2 +-
>  lib/librte_telemetry/Makefile              |  1 -
>  lib/librte_telemetry/meson.build           |  1 -
>  lib/librte_telemetry/rte_telemetry.h       |  2 +-
>  lib/librte_telemetry/telemetry.c           | 24 +++++-----------------
>  lib/meson.build                            |  2 +-
>  mk/rte.app.mk                              |  3 ++-

Reply via email to