public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Ido Schimmel <idosch@idosch•org>
To: Vladimir Oltean <vladimir.oltean@nxp•com>
Cc: netdev@vger•kernel.org, "David S. Miller" <davem@davemloft•net>,
	"Jakub Kicinski" <kuba@kernel•org>,
	"Florian Fainelli" <f.fainelli@gmail•com>,
	"Andrew Lunn" <andrew@lunn•ch>,
	"Vivien Didelot" <vivien.didelot@gmail•com>,
	"Vladimir Oltean" <olteanv@gmail•com>,
	UNGLinuxDriver@microchip•com, "DENG Qingfang" <dqfext@gmail•com>,
	"Kurt Kanzenbach" <kurt@linutronix•de>,
	"Hauke Mehrtens" <hauke@hauke-m•de>,
	"Woojung Huh" <woojung.huh@microchip•com>,
	"Sean Wang" <sean.wang@mediatek•com>,
	"Landen Chao" <Landen.Chao@mediatek•com>,
	"Alexandre Belloni" <alexandre.belloni@bootlin•com>,
	"George McCollister" <george.mccollister@gmail•com>,
	"John Crispin" <john@phrozen•org>,
	"Aleksander Jan Bajkowski" <olek2@wp•pl>,
	"Egil Hjelmeland" <privat@egil-hjelmeland•no>,
	"Oleksij Rempel" <o.rempel@pengutronix•de>,
	"Prasanna Vengateshan" <prasanna.vengateshan@microchip•com>,
	"Ansuel Smith" <ansuelsmth@gmail•com>,
	"Alvin Šipraga" <alsi@bang-olufsen•dk>,
	"Claudiu Manoil" <claudiu.manoil@nxp•com>,
	"Nikolay Aleksandrov" <nikolay@nvidia•com>,
	"Ido Schimmel" <idosch@nvidia•com>,
	"Guillaume Nault" <gnault@redhat•com>,
	"Po-Hsu Lin" <po-hsu.lin@canonical•com>
Subject: Re: [PATCH v5 net-next 09/10] selftests: lib: forwarding: allow tests to not require mz and jq
Date: Mon, 25 Oct 2021 09:36:41 +0300	[thread overview]
Message-ID: <YXZQedit6YT4ivVo@shredder> (raw)
In-Reply-To: <20211024171757.3753288-10-vladimir.oltean@nxp.com>

On Sun, Oct 24, 2021 at 08:17:56PM +0300, Vladimir Oltean wrote:
> These programs are useful, but not all selftests require them.
> 
> Additionally, on embedded boards without package management (things like
> buildroot), installing mausezahn or jq is not always as trivial as
> downloading a package from the web.
> 
> So it is actually a bit annoying to require programs that are not used.
> Introduce options that can be set by scripts to not enforce these
> dependencies. For compatibility, default to "yes".
> 
> Cc: Nikolay Aleksandrov <nikolay@nvidia•com>
> Cc: Ido Schimmel <idosch@nvidia•com>
> Cc: Guillaume Nault <gnault@redhat•com>
> Cc: Po-Hsu Lin <po-hsu.lin@canonical•com>
> Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp•com>
> Reviewed-by: Florian Fainelli <f.fainelli@gmail•com>

Reviewed-by: Ido Schimmel <idosch@nvidia•com>

  reply	other threads:[~2021-10-25  6:36 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-24 17:17 [PATCH v5 net-next 00/10] Drop rtnl_lock from DSA .port_fdb_{add,del} Vladimir Oltean
2021-10-24 17:17 ` [PATCH v5 net-next 01/10] net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns error Vladimir Oltean
2021-10-24 17:17 ` [PATCH v5 net-next 02/10] net: dsa: sja1105: wait for dynamic config command completion on writes too Vladimir Oltean
2021-10-24 17:17 ` [PATCH v5 net-next 03/10] net: dsa: sja1105: serialize access to the dynamic config interface Vladimir Oltean
2021-10-24 17:17 ` [PATCH v5 net-next 04/10] net: mscc: ocelot: serialize access to the MAC table Vladimir Oltean
2021-10-24 17:17 ` [PATCH v5 net-next 05/10] net: dsa: b53: serialize access to the ARL table Vladimir Oltean
2021-10-24 17:17 ` [PATCH v5 net-next 06/10] net: dsa: lantiq_gswip: serialize access to the PCE registers Vladimir Oltean
2021-10-24 17:17 ` [PATCH v5 net-next 07/10] net: dsa: introduce locking for the address lists on CPU and DSA ports Vladimir Oltean
2021-10-24 17:17 ` [PATCH v5 net-next 08/10] net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_work Vladimir Oltean
2021-10-24 17:17 ` [PATCH v5 net-next 09/10] selftests: lib: forwarding: allow tests to not require mz and jq Vladimir Oltean
2021-10-25  6:36   ` Ido Schimmel [this message]
2021-10-24 17:17 ` [PATCH v5 net-next 10/10] selftests: net: dsa: add a stress test for unlocked FDB operations Vladimir Oltean
2021-10-25 12:10 ` [PATCH v5 net-next 00/10] Drop rtnl_lock from DSA .port_fdb_{add,del} patchwork-bot+netdevbpf

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=YXZQedit6YT4ivVo@shredder \
    --to=idosch@idosch$(echo .)org \
    --cc=Landen.Chao@mediatek$(echo .)com \
    --cc=UNGLinuxDriver@microchip$(echo .)com \
    --cc=alexandre.belloni@bootlin$(echo .)com \
    --cc=alsi@bang-olufsen$(echo .)dk \
    --cc=andrew@lunn$(echo .)ch \
    --cc=ansuelsmth@gmail$(echo .)com \
    --cc=claudiu.manoil@nxp$(echo .)com \
    --cc=davem@davemloft$(echo .)net \
    --cc=dqfext@gmail$(echo .)com \
    --cc=f.fainelli@gmail$(echo .)com \
    --cc=george.mccollister@gmail$(echo .)com \
    --cc=gnault@redhat$(echo .)com \
    --cc=hauke@hauke-m$(echo .)de \
    --cc=idosch@nvidia$(echo .)com \
    --cc=john@phrozen$(echo .)org \
    --cc=kuba@kernel$(echo .)org \
    --cc=kurt@linutronix$(echo .)de \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=nikolay@nvidia$(echo .)com \
    --cc=o.rempel@pengutronix$(echo .)de \
    --cc=olek2@wp$(echo .)pl \
    --cc=olteanv@gmail$(echo .)com \
    --cc=po-hsu.lin@canonical$(echo .)com \
    --cc=prasanna.vengateshan@microchip$(echo .)com \
    --cc=privat@egil-hjelmeland$(echo .)no \
    --cc=sean.wang@mediatek$(echo .)com \
    --cc=vivien.didelot@gmail$(echo .)com \
    --cc=vladimir.oltean@nxp$(echo .)com \
    --cc=woojung.huh@microchip$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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