Re: [dpdk-dev] [PATCH v3] usertools/dpdk-telemetry: add file-prefix cmdline argument

2021-03-25 Thread Thomas Monjalon
16/02/2021 12:50, Kevin Laatz: > Currently the dpdk-telemetry.py script connects to all running DPDK apps > consecutively. With the addition of this file-prefix argument, we can limit > the amount of information returned providing improved consumability and > precision to the user. > > Signed-off

[dpdk-dev] [PATCH v3] usertools/dpdk-telemetry: add file-prefix cmdline argument

2021-02-16 Thread Kevin Laatz
Currently the dpdk-telemetry.py script connects to all running DPDK apps consecutively. With the addition of this file-prefix argument, we can limit the amount of information returned providing improved consumability and precision to the user. Signed-off-by: Kevin Laatz Reviewed-by: Bruce Richar