Re: [dpdk-dev] [PATCH v3 11/11] app/testpmd: fix usage text
From: Thomas Monjalon <hidden>
Date: 2021-03-19 09:29:16
From: Thomas Monjalon <hidden>
Date: 2021-03-19 09:29:16
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 are several missing items in the usage text. "--ports" (I didn't find this in the parse actually, should this be removed from lgopts?) "--noisy-lkup-num-reads-writes" (This one is misspelled in the usage text as the 2nd " noisy-lkup-num- writes ") "--no-numa" "--mp-anon" "--enable-scatter" There 3 parameters are missing in usage text.
Thanks, I will check each of them.