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

2021-03-25 Thread Bruce Richardson
On Wed, Mar 24, 2021 at 10:11:55PM +0100, Thomas Monjalon wrote: > 10/03/2021 18:24, 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 th

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

2021-03-24 Thread Thomas Monjalon
10/03/2021 18:24, 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 0/4] telemetry logging improvements and cleanup

2021-03-10 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