Re: [dpdk-dev] [PATCH v3] usertools/telemetry: add list of available file-prefixes

2021-10-19 Thread David Marchand
On Mon, Oct 18, 2021 at 12:10 PM Conor Walsh wrote: > > This patch adds the option --list (-l) to dpdk-telemetry.py which will > print all of the available dpdk file-prefixes that have telemetry enabled. > The prefixes will also be printed if the user passes an incorrect prefix > in the --file-pre

[dpdk-dev] [PATCH v3] usertools/telemetry: add list of available file-prefixes

2021-10-18 Thread Conor Walsh
This patch adds the option --list (-l) to dpdk-telemetry.py which will print all of the available dpdk file-prefixes that have telemetry enabled. The prefixes will also be printed if the user passes an incorrect prefix in the --file-prefix (-f) option. Signed-off-by: Conor Walsh Acked-by: Ciara P