This set contains some small enhancements for the cmdline generation script introduced in the last release. Specifically:
* Add support for commands with an optional variable parameter. This is needed to support command pairs like testpmd's "start tx_first" and "start tx_first 128" (to send 128 packets rather than 32). * Improve IP address handling support. We make the "IP" type correspond to the cmdline lib IP type which supports IPv4 and v6. Then we add explicit support for IPv4 addresses and IPv6 addresses only via new type names. Bruce Richardson (3): buildtools/dpdk-cmdline-gen: support optional parameters buildtools/dpdk-cmdline-gen: fix IP address initializer buildtools/dpdk-cmdline-gen: add explicit IPv4 and v6 types buildtools/dpdk-cmdline-gen.py | 21 ++++++++++++++++++++- doc/guides/prog_guide/cmdline.rst | 17 +++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) -- 2.40.1