Re: [PATCH] telemetry: fix repeat display when callback don't init dict

2023-02-08 Thread David Marchand
On Thu, Feb 9, 2023 at 2:31 AM Chengwen Feng wrote: > > When a telemetry callback doesn't initialize the telemetry data > structure and returns a non-negative number, the telemetry will repeat > to display the last result. This patch zero the data structure to avoid > the problem. > > Fixes: 6dd57

[PATCH] telemetry: fix repeat display when callback don't init dict

2023-02-08 Thread Chengwen Feng
When a telemetry callback doesn't initialize the telemetry data structure and returns a non-negative number, the telemetry will repeat to display the last result. This patch zero the data structure to avoid the problem. Fixes: 6dd571fd07c3 ("telemetry: introduce new functionality") Cc: sta...@dpdk