On Mon, 21 Sep 2026 13:47:32 +0200 David Marchand <[email protected]> wrote:
> The net/null driver is enabled in all our tests builds in the CI. > Standardize on using net/null instead of net/ring. > > This also removes use of an internal API. > > Signed-off-by: David Marchand <[email protected]> > Acked-by: Bruce Richardson <[email protected]> > --- Patch 5/9 (test/devargs: rely on net null driver) Info: - The removed legacy_ring_list case covered vdev devargs with 3 key=value pairs (iface=test,path=...,queues=1). Its replacement ("net_null0") has 0 kv pairs, so multi-key vdev devargs parsing loses its only test coverage with no equivalent added back.

