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

2021-02-16 Thread Burakov, Anatoly
On 15-Feb-21 3:50 PM, Kevin Laatz wrote: 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

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

2021-02-15 Thread Kevin Laatz
On 15/02/2021 16:08, Bruce Richardson wrote: On Mon, Feb 15, 2021 at 03:50:51PM +, Kevin Laatz wrote: 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 provi

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

2021-02-15 Thread Bruce Richardson
On Mon, Feb 15, 2021 at 03:50:51PM +, Kevin Laatz wrote: > 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 > precisio

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

2021-02-15 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 --- usertools/dpdk-telem