patch 'test: fix dependencies on net null driver' has been queued to stable release 24.11.5

luca.boccassi at gmail.com luca.boccassi at gmail.com
Thu Mar 19 23:01:54 CET 2026


Hi,

FYI, your patch has been queued to stable release 24.11.5

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 03/21/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/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/0c54367ed347844c4be2c3c6473581d2a246b2f2

Thanks.

Luca Boccassi

---
>From 0c54367ed347844c4be2c3c6473581d2a246b2f2 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 3c7e53d0bc..85dfc10247 100644
--- a/app/test/meson.build
+++ b/app/test/meson.build
@@ -110,7 +110,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'],
@@ -201,7 +201,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.47.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2026-03-19 22:00:47.905602865 +0000
+++ 0002-test-fix-dependencies-on-net-null-driver.patch	2026-03-19 22:00:47.762359372 +0000
@@ -1 +1 @@
-From 7b0bbf92c8c94cdd1c8604a242af5455293ab923 Mon Sep 17 00:00:00 2001
+From 0c54367ed347844c4be2c3c6473581d2a246b2f2 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 3c7e53d0bc..85dfc10247 100644
@@ -26 +27 @@
-@@ -112,7 +112,7 @@ source_file_deps = {
+@@ -110,7 +110,7 @@ source_file_deps = {
@@ -35 +36 @@
-@@ -209,7 +209,7 @@ source_file_deps = {
+@@ -201,7 +201,7 @@ source_file_deps = {


More information about the stable mailing list