mbox

[v2,0/2] usertools: usertools: use argparse to get input and add an argument

Message ID 20230110073146.8221-1-lihuisong@huawei.com (mailing list archive)
Headers

Message

lihuisong (C) Jan. 10, 2023, 7:31 a.m. UTC
  The telemetry client script uses argparse to get local socket file path
and file prefix path.

---
 v2: use an optional positional arguments for local socket path to keep
     backward compatibility.

Huisong Li (2):
  usertools: use argparse module to get input parameter
  usertools: add an argument for file prefix

 usertools/dpdk-telemetry-client.py | 39 ++++++++++++++++++++++++------
 1 file changed, 31 insertions(+), 8 deletions(-)