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

2021-10-08 Thread Walsh, Conor
> > >+ > >+def list_fp(): > >+""" List all available file-prefixes to user """ > >+print("Valid file-prefixes:\n") > > Nit: I think it might be cleaner to move this down to just before the file > prefixes print out, so it doesn't print out when no apps are available. > > >+path = g

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

2021-10-07 Thread Power, Ciara
Hi Conor, >-Original Message- >From: Walsh, Conor >Sent: Tuesday 5 October 2021 16:00 >To: Power, Ciara ; Richardson, Bruce > >Cc: dev@dpdk.org; Walsh, Conor >Subject: [PATCH] usertools/telemetry: add listing of available file prefixes > >This patch adds the option --list (-l) to dpdk-te

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

2021-10-05 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. Depends-on: series-19390 ("improve telemetry