Re: [dpdk-dev] [PATCH v3 11/11] app/testpmd: fix usage text

2021-03-19 Thread Thomas Monjalon
19/03/2021 09:59, Li, Xiaoyun: > The patch looks good to me. But I found one issue. > "--tx-ip=SRC,DST | --tx-udp=PORT " These 2 parameters are missing in the > detailed usage text below. > > And out of curiosity, I compared the detailed usage items and lgopts in > launch_args_parse() > There ar

Re: [dpdk-dev] [PATCH v3 11/11] app/testpmd: fix usage text

2021-03-19 Thread Li, Xiaoyun
Hi > -Original Message- > From: Thomas Monjalon > Sent: Saturday, March 13, 2021 02:17 > To: dev@dpdk.org > Cc: david.march...@redhat.com; Richardson, Bruce > ; m...@smartsharesystems.com; Li, Xiaoyun > > Subject: [PATCH v3 11/11] app/testpmd: fix usage text > > The options help text wa

[dpdk-dev] [PATCH v3 11/11] app/testpmd: fix usage text

2021-03-12 Thread Thomas Monjalon
The options help text was including an incomplete and redundant summary of the options before explaining each. The summary is dropped. The details of the option --hairpin-mode had an extra space, breaking the alignment with the next line. Signed-off-by: Thomas Monjalon --- app/test-pmd/paramete