[PATCH] examples/l3fwd-power: fix telemetry command registration
Thomas Monjalon
thomas at monjalon.net
Tue Nov 11 19:25:04 CET 2025
06/11/2025 14:41, Bruce Richardson:
> 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>
Applied, thanks.
More information about the dev
mailing list