[dpdk-stable] patch 'test/mem: add external mem autotest to meson' has been queued to LTS release 18.11.1
Kevin Traynor
ktraynor at redhat.com
Fri Jan 4 14:24:19 CET 2019
Hi,
FYI, your patch has been queued to LTS release 18.11.1
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 01/11/19. 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.
Thanks.
Kevin Traynor
---
>From b660b4fddcf10fdba8b762e342b8080de9a30b52 Mon Sep 17 00:00:00 2001
From: Anatoly Burakov <anatoly.burakov at intel.com>
Date: Wed, 5 Dec 2018 16:25:48 +0000
Subject: [PATCH] test/mem: add external mem autotest to meson
[ upstream commit 01aa25644a465c6636672dee698c07dad2f37fec ]
The 'external_mem_autotest' was defined in the meson build, but
the actual source file was not being compiled by meson.
Fixes: b270daa43b3d ("test: support external memory")
Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
---
test/test/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/test/meson.build b/test/test/meson.build
index 554e9945f..0914aa258 100644
--- a/test/test/meson.build
+++ b/test/test/meson.build
@@ -40,4 +40,5 @@ test_sources = files('commands.c',
'test_event_timer_adapter.c',
'test_eventdev.c',
+ 'test_external_mem.c',
'test_func_reentrancy.c',
'test_flow_classify.c',
--
2.19.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2019-01-04 13:23:08.328186562 +0000
+++ 0037-test-mem-add-external-mem-autotest-to-meson.patch 2019-01-04 13:23:07.000000000 +0000
@@ -1,13 +1,14 @@
-From 01aa25644a465c6636672dee698c07dad2f37fec Mon Sep 17 00:00:00 2001
+From b660b4fddcf10fdba8b762e342b8080de9a30b52 Mon Sep 17 00:00:00 2001
From: Anatoly Burakov <anatoly.burakov at intel.com>
Date: Wed, 5 Dec 2018 16:25:48 +0000
Subject: [PATCH] test/mem: add external mem autotest to meson
+[ upstream commit 01aa25644a465c6636672dee698c07dad2f37fec ]
+
The 'external_mem_autotest' was defined in the meson build, but
the actual source file was not being compiled by meson.
Fixes: b270daa43b3d ("test: support external memory")
-Cc: stable at dpdk.org
Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
---
More information about the stable
mailing list