Re: [dpdk-dev] [PATCH v2 0/4] telemetry logging improvements and cleanup

2021-03-25 Thread Thomas Monjalon
25/03/2021 14:57, Bruce Richardson: > This set adds support for using the regular rte_log functions from the > telemetry > library; avoiding circular dependencies by having EAL register the telemetry > library itself and then passing the required handles to that library as part > of > the telemet

[dpdk-dev] [PATCH v2 0/4] telemetry logging improvements and cleanup

2021-03-25 Thread Bruce Richardson
This set adds support for using the regular rte_log functions from the telemetry library; avoiding circular dependencies by having EAL register the telemetry library itself and then passing the required handles to that library as part of the telemetry_init call. Beyond this change, the other three