17/07/2026 11:37, Bruce Richardson:
> On Fri, Jul 17, 2026 at 11:16:03AM +0200, Thomas Monjalon wrote:
> > The default path of the telemetry alias file
> > was at the top level of the home directory.
> >
> > Load aliases from the DPDK configuration directory instead,
> > using $XDG_CONFIG_HOME/dpdk/telemetry_aliases
> > or $HOME/.config/dpdk/telemetry_aliases.
> >
> > Keep --alias-file for users who want to provide an explicit path.
> >
> > Fixes: 410d498412e4 ("usertools/telemetry: support aliases for long
> > commands")
> >
> > Signed-off-by: Thomas Monjalon <[email protected]>
>
> Tested without moving my existing alias file - no aliases loaded. Then
> tested after moving to .config/dpdk/ and it worked fine.
>
> Doc changes LGTM too.
>
> Tested-by: Bruce Richardson <[email protected]>
> Acked-by: Bruce Richardson <[email protected]>
Acked-by: Robin Jarry <[email protected]>
Acked-by: Chengwen Feng <[email protected]>
Applied, thanks for testing.