[PATCH] examples/l3fwd-power: fix telemetry command registration

Bruce Richardson bruce.richardson at intel.com
Thu Nov 6 14:41:53 CET 2025


On Mon, Oct 06, 2025 at 10:10:58AM +0000, Sivaprasad Tummala wrote:
> Telemetry command registration fails if the command name contains
> characters other than alphanumeric, underscore (_), and forward
> slash (/).
> 
> The l3fwd-power example previously used "/l3fwd-power/stats"
> as telemetry command, which includes a hyphen (-) and causes
> registration failure.
> 
> This patch fixes the issue by replacing the hyphen with an
> underscore, changing the command to "/l3fwd_power/stats"
> 
> Fixes: a35919a1139b ("examples/l3fwd-power: use new telemetry")
> Cc: ciara.power at intel.com
> Cc: stable at dpdk.org
> 
> Signed-off-by: Sivaprasad Tummala <sivaprasad.tummala at amd.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>



More information about the dev mailing list