[PATCH v3 2/3] usertools/telemetry: support using aliases for long commands
Thomas Monjalon
thomas at monjalon.net
Sun Jul 12 12:12:10 CEST 2026
09/06/2026 18:13, Bruce Richardson:
> Similarly to how shell aliases work, allow specifying of short alias
> commands for dpdk-telemetry.py script. The aliases are read from
> "$HOME/.dpdk_telemetry_aliases" at startup.
I don't like polluting the home directory of the user.
We already have these files and directories:
~/.config/dpdk/devel.config
~/.dpdk_telemetry_aliases
~/dpdk-traces/
~/dpdk_graph_pcap_capture_XXXXXX.pcapng
/usr/share/dpdk/telemetry-endpoints
I think ~/.config/dpdk/ is the best place for our config files.
It is not blocking the series but we should work on unifying these files.
More information about the dev
mailing list