On Mon, Jan 09, 2023 at 02:55:47PM +0800, Huisong Li wrote: > Currently, the file prefix for DPDK runtime directory is 'rte' which was > fixed in the telemetry client script. The user had to modify the prefix > each time to run this script if the file prefix of application isn't 'rte'. > So this patch addes an optional argment for the file prefix, like, > "./dpdk-telemetry-client.py -f rte_xxx -s file_path" > > Signed-off-by: Huisong Li <lihuis...@huawei.com> > --- > usertools/dpdk-telemetry-client.py | 25 ++++++++++++++++++++++++- > 1 file changed, 24 insertions(+), 1 deletion(-) > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- [PATCH 0/2] usertools: use argparse module to get input ... Huisong Li
- [PATCH 2/2] usertools: add an argment for file pref... Huisong Li
- Re: [PATCH 2/2] usertools: add an argment for f... Bruce Richardson
- [PATCH 1/2] usertools: use argparse module to get i... Huisong Li
- Re: [PATCH 1/2] usertools: use argparse module ... Bruce Richardson
- Re: [PATCH 1/2] usertools: use argparse mod... lihuisong (C)
- Re: [PATCH 1/2] usertools: use argparse... Bruce Richardson
- Re: [PATCH 1/2] usertools: use arg... lihuisong (C)
- [PATCH] usertools: fix python warnings Stephen Hemminger
- Re: [PATCH] usertools: fix python warnings Thomas Monjalon
- [PATCH v2 0/2] usertools: usertools: use argparse t... Huisong Li
- [PATCH v2 1/2] usertools: use argparse module t... Huisong Li
- Re: [PATCH v2 1/2] usertools: use argparse ... Bruce Richardson