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

2023-01-09 Thread lihuisong (C)
在 2023/1/9 22:32, Bruce Richardson 写道: On Mon, Jan 09, 2023 at 08:26:37PM +0800, lihuisong (C) wrote: 在 2023/1/9 17:14, Bruce Richardson 写道: On Mon, Jan 09, 2023 at 02:55:46PM +0800, Huisong Li wrote: The telemetry client script uses argparse module to get input parameter. Signed-off-by: Hu

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

2023-01-09 Thread Bruce Richardson
On Mon, Jan 09, 2023 at 08:26:37PM +0800, lihuisong (C) wrote: > > 在 2023/1/9 17:14, Bruce Richardson 写道: > > On Mon, Jan 09, 2023 at 02:55:46PM +0800, Huisong Li wrote: > > > The telemetry client script uses argparse module to get input parameter. > > > > > > Signed-off-by: Huisong Li > > > ---

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

2023-01-09 Thread lihuisong (C)
在 2023/1/9 17:14, Bruce Richardson 写道: On Mon, Jan 09, 2023 at 02:55:46PM +0800, Huisong Li wrote: The telemetry client script uses argparse module to get input parameter. Signed-off-by: Huisong Li --- usertools/dpdk-telemetry-client.py | 14 +++--- 1 file changed, 7 insertions(+)

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

2023-01-09 Thread Bruce Richardson
On Mon, Jan 09, 2023 at 02:55:46PM +0800, Huisong Li wrote: > The telemetry client script uses argparse module to get input parameter. > > Signed-off-by: Huisong Li > --- > usertools/dpdk-telemetry-client.py | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > This is an ol

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

2023-01-08 Thread Huisong Li
The telemetry client script uses argparse module to get input parameter. Signed-off-by: Huisong Li --- usertools/dpdk-telemetry-client.py | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/usertools/dpdk-telemetry-client.py b/usertools/dpdk-telemetry-client.py in