patch 'test: fix dependencies on net null driver' has been queued to stable release 23.11.7
Shani Peretz
shperetz at nvidia.com
Wed Apr 15 11:59:05 CEST 2026
Hi,
FYI, your patch has been queued to stable release 23.11.7
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 04/19/26. So please
shout if anyone has objections.
Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.
Queued patches are on a temporary branch at:
https://github.com/shanipr/dpdk-stable
This queued commit can be viewed at:
https://github.com/shanipr/dpdk-stable/commit/3803468b6fd4d02048ce938db9a74ff4a0ab3dc5
Thanks.
Shani
---
>From 3803468b6fd4d02048ce938db9a74ff4a0ab3dc5 Mon Sep 17 00:00:00 2001
From: Bruce Richardson <bruce.richardson at intel.com>
Date: Thu, 19 Feb 2026 17:39:52 +0000
Subject: [PATCH] test: fix dependencies on net null driver
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[ upstream commit 7b0bbf92c8c94cdd1c8604a242af5455293ab923 ]
A number of tests depend upon the null networking driver in order to
run, so record that dependency in the meson file, so they are skipped if
it's not present.
Fixes: 50823f30f0c8 ("test: build using per-file dependencies")
Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
Acked-by: Morten Brørup <mb at smartsharesystems.com>
---
app/test/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/test/meson.build b/app/test/meson.build
index 4197e43799..8f5293fd5d 100644
--- a/app/test/meson.build
+++ b/app/test/meson.build
@@ -106,7 +106,7 @@ source_file_deps = {
'net'] + packet_burst_generator_deps + virtual_pmd_deps,
'test_link_bonding_mode4.c': ['ethdev', 'net_ring', 'net_bond',
'net'] + packet_burst_generator_deps,
- 'test_link_bonding_rssconf.c': ['ethdev', 'bus_vdev', 'net_bond'],
+ 'test_link_bonding_rssconf.c': ['ethdev', 'bus_vdev', 'net_bond', 'net_null'],
'test_logs.c': [],
'test_lpm.c': ['net', 'lpm'],
'test_lpm6.c': ['lpm'],
@@ -195,7 +195,7 @@ source_file_deps = {
'test_trace.c': [],
'test_trace_perf.c': [],
'test_trace_register.c': [],
- 'test_vdev.c': ['kvargs', 'bus_vdev'],
+ 'test_vdev.c': ['kvargs', 'bus_vdev', 'net_null'],
'test_version.c': [],
}
--
2.43.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2026-04-14 14:44:29.283660679 +0300
+++ 0004-test-fix-dependencies-on-net-null-driver.patch 2026-04-14 14:44:28.375548000 +0300
@@ -1 +1 @@
-From 7b0bbf92c8c94cdd1c8604a242af5455293ab923 Mon Sep 17 00:00:00 2001
+From 3803468b6fd4d02048ce938db9a74ff4a0ab3dc5 Mon Sep 17 00:00:00 2001
@@ -8,0 +9,2 @@
+[ upstream commit 7b0bbf92c8c94cdd1c8604a242af5455293ab923 ]
+
@@ -14 +15,0 @@
-Cc: stable at dpdk.org
@@ -23 +24 @@
-index 4fd8670e05..31c966d97e 100644
+index 4197e43799..8f5293fd5d 100644
@@ -26 +27 @@
-@@ -112,7 +112,7 @@ source_file_deps = {
+@@ -106,7 +106,7 @@ source_file_deps = {
@@ -35 +36 @@
-@@ -209,7 +209,7 @@ source_file_deps = {
+@@ -195,7 +195,7 @@ source_file_deps = {
More information about the stable
mailing list