Re: [PATCH v2 1/2] usertools: use argparse module to get input parameter

2023-01-10 Thread Bruce Richardson
On Tue, Jan 10, 2023 at 03:31:45PM +0800, Huisong Li wrote: > The telemetry client script uses argparse module to get input parameter. > argparse uses an optional positional arguments for local socket path to > keep backward compatibility. > > Signed-off-by: Huisong Li > --- Acked-by: Bruce Richa

[PATCH v2 1/2] usertools: use argparse module to get input parameter

2023-01-09 Thread Huisong Li
The telemetry client script uses argparse module to get input parameter. argparse uses an optional positional arguments for local socket path to keep backward compatibility. Signed-off-by: Huisong Li --- usertools/dpdk-telemetry-client.py | 14 +++--- 1 file changed, 7 insertions(+), 7 d