patch 'test: add graph tests' has been queued to stable release 22.11.3

Xueming Li xuemingl at nvidia.com
Thu Aug 10 01:47:25 CEST 2023


Hi,

FYI, your patch has been queued to stable release 22.11.3

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 08/11/23. 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://git.dpdk.org/dpdk-stable/log/?h=22.11-staging

This queued commit can be viewed at:
https://git.dpdk.org/dpdk-stable/commit/?h=22.11-staging&id=5887a7d14dbac391ebef1296de59299f40cfc11b

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From 5887a7d14dbac391ebef1296de59299f40cfc11b Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Mon, 19 Jun 2023 22:46:49 +0200
Subject: [PATCH] test: add graph tests
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit 3d0c16f256a234ed04f6a11fd6635c8780f669f7 ]

We forgot to add graph unit tests to the CI testsuites.

Fixes: 6b89650418fe ("test/graph: add functional tests")
Fixes: 61d77071ab99 ("test/graph: add performance tests")

Signed-off-by: David Marchand <david.marchand at redhat.com>
Acked-by: Jerin Jacob <jerinj at marvell.com>
---
 app/test/meson.build | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app/test/meson.build b/app/test/meson.build
index f34d19e3c3..96702c2078 100644
--- a/app/test/meson.build
+++ b/app/test/meson.build
@@ -190,6 +190,7 @@ fast_tests = [
         ['fib_autotest', true, true],
         ['fib6_autotest', true, true],
         ['func_reentrancy_autotest', false, true],
+        ['graph_autotest', true, true],
         ['hash_autotest', true, true],
         ['interrupt_autotest', true, true],
         ['ipfrag_autotest', false, true],
@@ -206,6 +207,7 @@ fast_tests = [
         ['memzone_autotest', false, true],
         ['meter_autotest', true, true],
         ['multiprocess_autotest', false, false],
+        ['node_list_dump', true, true],
         ['per_lcore_autotest', true, true],
         ['pflock_autotest', true, true],
         ['prefetch_autotest', true, true],
@@ -295,6 +297,7 @@ perf_test_names = [
         'trace_perf_autotest',
         'ipsec_perf_autotest',
         'thash_perf_autotest',
+        'graph_perf_autotest',
 ]
 
 driver_test_names = [
-- 
2.25.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2023-08-09 21:51:18.394112200 +0800
+++ 0003-test-add-graph-tests.patch	2023-08-09 21:51:18.114352000 +0800
@@ -1 +1 @@
-From 3d0c16f256a234ed04f6a11fd6635c8780f669f7 Mon Sep 17 00:00:00 2001
+From 5887a7d14dbac391ebef1296de59299f40cfc11b Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 3d0c16f256a234ed04f6a11fd6635c8780f669f7 ]
@@ -10 +12,0 @@
-Cc: stable at dpdk.org
@@ -19 +21 @@
-index f3217ae577..537dc9fe35 100644
+index f34d19e3c3..96702c2078 100644
@@ -22 +24 @@
-@@ -192,6 +192,7 @@ fast_tests = [
+@@ -190,6 +190,7 @@ fast_tests = [
@@ -30 +32 @@
-@@ -208,6 +209,7 @@ fast_tests = [
+@@ -206,6 +207,7 @@ fast_tests = [
@@ -38 +40 @@
-@@ -298,6 +300,7 @@ perf_test_names = [
+@@ -295,6 +297,7 @@ perf_test_names = [


More information about the stable mailing list