[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240809210342.244413c1@kernel.org>
Date: Fri, 9 Aug 2024 21:03:42 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Petr Machata <petrm@...dia.com>
Cc: Mohsin Bashir <mohsin.bashr@...il.com>, <netdev@...r.kernel.org>,
<shuah@...nel.org>, <davem@...emloft.net>, <edumazet@...gle.com>,
<pabeni@...hat.com>, <willemb@...gle.com>, <dw@...idwei.uk>,
<przemyslaw.kitszel@...el.com>, <linux-kselftest@...r.kernel.org>
Subject: Re: [PATCH net-next v2] selftests: net: py: support verbose
printing, display executed commands
On Fri, 9 Aug 2024 14:36:17 +0200 Petr Machata wrote:
> > + env_level = env.get('VERBOSE')
> > + set_verbosity(env_level)
> > +
>
> Actually, the ksft_setup() here was merged last week, and I think that
> would be a better place to put this stuff. It already handles
> DISRUPTIVE, it should IMHO handle VERBOSE as well.
I was wondering about that too, FWIW, but the counter argument is that
VERBOSE has little to do with ksft. It doesn't even include the #
prefix on the list it outputs by itself (unlike ksft_pr() which does).
Maybe we do as you suggest but rename verbose() to ksft_dbg() and
make it act more like ksft_pr()?
Powered by blists - more mailing lists