From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org
Cc: skori@marvell.com, david.marchand@redhat.com,
Bruce Richardson <bruce.richardson@intel.com>
Subject: [PATCH 0/3] enhancements for dpdk-cmdline-gen script
Date: Tue, 5 Dec 2023 14:51:06 +0000 [thread overview]
Message-ID: <20231205145109.1000464-1-bruce.richardson@intel.com> (raw)
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
next reply other threads:[~2023-12-05 14:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-05 14:51 Bruce Richardson [this message]
2023-12-05 14:51 ` [PATCH 1/3] buildtools/dpdk-cmdline-gen: support optional parameters Bruce Richardson
2023-12-06 7:23 ` [EXT] " Sunil Kumar Kori
2023-12-06 13:30 ` Bruce Richardson
2023-12-06 16:19 ` Sunil Kumar Kori
2023-12-05 14:51 ` [PATCH 2/3] buildtools/dpdk-cmdline-gen: fix IP address initializer Bruce Richardson
2023-12-06 7:24 ` [EXT] " Sunil Kumar Kori
2023-12-05 14:51 ` [PATCH 3/3] buildtools/dpdk-cmdline-gen: add explicit IPv4 and v6 types Bruce Richardson
2023-12-06 7:42 ` [EXT] " Sunil Kumar Kori
2023-12-12 10:25 ` [PATCH 0/3] enhancements for dpdk-cmdline-gen script David Marchand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231205145109.1000464-1-bruce.richardson@intel.com \
--to=bruce.richardson@intel.com \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=skori@marvell.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).