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

2021-10-14 Thread David Marchand
On Wed, Oct 13, 2021 at 3:01 PM Walsh, Conor wrote: > > This patch is also compatible with the v8 of the "improve telemetry support > with in-memory mode" patchset. Nice addition, can you add a description of this option in telemetry howto? Thanks. -- David Marchand

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

2021-10-13 Thread Walsh, Conor
This patch is also compatible with the v8 of the "improve telemetry support with in-memory mode" patchset. Thanks, Conor. > -Original Message- > From: Walsh, Conor > Sent: Monday 11 October 2021 10:54 > To: Power, Ciara ; Richardson, Bruce > > Cc: dev@dpdk.org > Subject: RE: [PATCH v2]

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

2021-10-11 Thread Walsh, Conor
I forgot to include the changelog. v2: - Only print valid prefixes list header if telemetry available apps are available. - Updated to v7 of the "improve telemetry support with in-memory mode" patchset. Thanks, Conor.

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

2021-10-11 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-19464 ("improve telemetry