Acked-by: Chengwen Feng <[email protected]>

On 6/6/2026 4:50 AM, Stephen Hemminger wrote:
> The ethdev telemetry handlers run in a per-connection thread.
> Two of the parameter parsers used strtok(), which keeps its state in a
> process-global static shared across threads.
> Use strtok_r() with a local save pointer.
> 
> Also pass an unsigned char to isdigit(),
> which is undefined for characters with high-bit set.
> 
> Fixes: 9e7533aeb80a ("ethdev: add telemetry command for TM level 
> capabilities")
> Fixes: f38f62650f7b ("ethdev: add Rx queue telemetry query")
> Cc: [email protected]
> 
> Signed-off-by: Stephen Hemminger <[email protected]>

Reply via email to