public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
* [PATCH 0/3] manage net/null dependency for tests
@ 2026-01-22 12:23 Bruce Richardson
  2026-01-22 12:23 ` [PATCH 1/3] test/bpf: skip some testing if null net driver not present Bruce Richardson
                   ` (3 more replies)
  0 siblings, 4 replies; 24+ messages in thread
From: Bruce Richardson @ 2026-01-22 12:23 UTC (permalink / raw)
  To: dev; +Cc: stephen, Bruce Richardson

A number of unit tests take advantage of net_null driver to use
as a dummy packet source. When this driver is disabled we then get
tests failures in fast-tests. Fix these by recording the dependency
appropriately or by skipping test sections if the dependency isn't
present. The final patch is an optional extra - it marks the null
driver down to always be built.

Bruce Richardson (3):
  test/bpf: skip some testing if null net driver not present
  test: fix missing dependency on null networking driver
  drivers: always enable the null net driver [RFC]

 app/test/meson.build | 4 ++--
 app/test/test_bpf.c  | 9 +++++++++
 drivers/meson.build  | 2 ++
 3 files changed, 13 insertions(+), 2 deletions(-)

--
2.51.0


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2026-03-03 16:29 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-22 12:23 [PATCH 0/3] manage net/null dependency for tests Bruce Richardson
2026-01-22 12:23 ` [PATCH 1/3] test/bpf: skip some testing if null net driver not present Bruce Richardson
2026-01-22 16:19   ` Stephen Hemminger
2026-01-22 16:23     ` Bruce Richardson
2026-01-22 22:17   ` [PATCH] test/bpf: skip the BPF ELF load tests if net null missing Stephen Hemminger
2026-01-23  7:55     ` Morten Brørup
2026-02-16 14:58     ` David Marchand
2026-01-22 12:23 ` [PATCH 2/3] test: fix missing dependency on null networking driver Bruce Richardson
2026-01-22 12:23 ` [PATCH 3/3] drivers: always enable the null net driver [RFC] Bruce Richardson
2026-01-22 13:13   ` Morten Brørup
2026-01-22 13:31     ` Bruce Richardson
2026-01-22 13:40       ` Morten Brørup
2026-01-22 14:59         ` Bruce Richardson
2026-01-22 16:09           ` Stephen Hemminger
2026-01-22 13:47       ` David Marchand
2026-01-22 14:57         ` Bruce Richardson
2026-01-22 15:37           ` Morten Brørup
2026-02-19 17:39 ` [PATCH v2 0/4] improve net/null dependency handling for tests Bruce Richardson
2026-02-19 17:39   ` [PATCH v2 1/4] test/event_eth_rx_adapter: skip tests if no ethdevs Bruce Richardson
2026-02-19 17:39   ` [PATCH v2 2/4] test/event_eth_tx_adapter: remove dependency on NULL PMD Bruce Richardson
2026-02-19 17:39   ` [PATCH v2 3/4] test: fix missing dependency on null networking driver Bruce Richardson
2026-02-19 17:39   ` [PATCH v2 4/4] build/tests: add warning for missing NULL PMD dependency Bruce Richardson
2026-02-19 19:44   ` [PATCH v2 0/4] improve net/null dependency handling for tests Morten Brørup
2026-03-03 16:29   ` David Marchand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox