From: Thomas Monjalon <thomas@monjalon.net>
To: Maxime Coquelin <maxime.coquelin@redhat.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH 6/6] devtools: add quiet mode in uAPI script
Date: Mon, 08 Sep 2025 11:41:18 +0200 [thread overview]
Message-ID: <1930733.tdWV9SEqCh@thomas> (raw)
In-Reply-To: <d7b7fff5-8f0c-424b-ba7c-837a16e6d4ce@redhat.com>
03/09/2025 15:54, Maxime Coquelin:
> On 8/27/25 10:21 AM, Thomas Monjalon wrote:
> > Most messages from the Linux uAPI script are not useful
> > when running the script in a regular fashion.
> > The quiet mode (option -q) is added to output only error messages if any.
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> > ---
> > devtools/linux-uapi.sh | 26 +++++++++++++++-----------
> > 1 file changed, 15 insertions(+), 11 deletions(-)
> >
>
>
> You forgot to update print_usage().
Oops, I'm adding this:
print_usage()
{
- echo "Usage: $(basename $0) [-h] [-i FILE] [-u VERSION] [-c]"
+ echo "Usage: $(basename $0) [-h] [-i FILE] [-u VERSION] [-c] [-q]"
echo "-i FILE import Linux header file. E.g. linux/vfio.h"
echo "-u VERSION update imported list of Linux headers to a given version. E.g. v6.10"
echo "-c check headers are valid"
+ echo "-q quiet mode"
}
next prev parent reply other threads:[~2025-09-08 9:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-27 8:21 [PATCH 0/6] devtools: improve Linux uAPI script Thomas Monjalon
2025-08-27 8:21 ` [PATCH 1/6] devtools: remove superfluous curly braces in " Thomas Monjalon
2025-09-03 13:39 ` Maxime Coquelin
2025-08-27 8:21 ` [PATCH 2/6] devtools: remove superfluous fallbacks " Thomas Monjalon
2025-09-03 13:47 ` Maxime Coquelin
2025-08-27 8:21 ` [PATCH 3/6] devtools: move uAPI processing into functions Thomas Monjalon
2025-09-03 13:50 ` Maxime Coquelin
2025-08-27 8:21 ` [PATCH 4/6] devtools: remove unused variables in uAPI script Thomas Monjalon
2025-09-03 13:50 ` Maxime Coquelin
2025-08-27 8:21 ` [PATCH 5/6] devtools: make uAPI check exclusive to other options Thomas Monjalon
2025-09-03 13:52 ` Maxime Coquelin
2025-08-27 8:21 ` [PATCH 6/6] devtools: add quiet mode in uAPI script Thomas Monjalon
2025-09-03 13:54 ` Maxime Coquelin
2025-09-08 9:41 ` Thomas Monjalon [this message]
2025-09-08 9:42 ` [PATCH 0/6] devtools: improve Linux " Thomas Monjalon
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=1930733.tdWV9SEqCh@thomas \
--to=thomas@monjalon.net \
--cc=dev@dpdk.org \
--cc=maxime.coquelin@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.