Re: [PATCH v2 5/9] test/devargs: rely on net null driver
Bruce Richardson <[email protected]> Thu, 23 Jul 2026 14:31:47 +0100
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 23, 2026 at 02:55:54PM +0200, David Marchand 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]> > --- > Changes since v1: > - dropped dependency on net/ring, used net/null instead, > > --- > app/test/test_devargs.c | 19 ++++--------------- > 1 file changed, 4 insertions(+), 15 deletions(-) > Acked-by: Bruce Richardson <[email protected]>