[dpdk-stable] patch 'test/flow_classify: enable multi-sockets system' has been queued to stable release 19.11.3

luca.boccassi at gmail.com luca.boccassi at gmail.com
Tue May 19 15:05:07 CEST 2020


Hi,

FYI, your patch has been queued to stable release 19.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 05/21/20. 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.

Luca Boccassi

---
>From abc111ae3d724dfe85bae1d1ffd9dff49ffe2b42 Mon Sep 17 00:00:00 2001
From: Harry van Haaren <harry.van.haaren at intel.com>
Date: Fri, 1 May 2020 12:08:14 +0100
Subject: [PATCH] test/flow_classify: enable multi-sockets system

[ upstream commit 8978ab3b0392d1279d92c706e9e0b00703a85c18 ]

This commit fixes failures of the flow_classify_autotest when
ran on dual-socket servers, as the sample application does not
support more than a single socket. Increasing the NB_SOCKETS
value allows the test to run successfully.

Fixes: 9c9befea4f57 ("test: add flow classify unit tests")

Signed-off-by: Harry van Haaren <harry.van.haaren at intel.com>
Tested-by: Ferruh Yigit <ferruh.yigit at intel.com>
Tested-by: Bernard Iremonger <bernard.iremonger at intel.com>
Acked-by: Bernard Iremonger <bernard.iremonger at intel.com>
---
 app/test/test_flow_classify.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test/test_flow_classify.c b/app/test/test_flow_classify.c
index ff5265c6af..ef0b6fdd5c 100644
--- a/app/test/test_flow_classify.c
+++ b/app/test/test_flow_classify.c
@@ -23,7 +23,7 @@
 
 #define FLOW_CLASSIFY_MAX_RULE_NUM 100
 #define MAX_PKT_BURST              32
-#define NB_SOCKETS                 1
+#define NB_SOCKETS                 4
 #define MEMPOOL_CACHE_SIZE         256
 #define MBUF_SIZE                  512
 #define NB_MBUF                    512
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-05-19 14:04:51.536086283 +0100
+++ 0172-test-flow_classify-enable-multi-sockets-system.patch	2020-05-19 14:04:44.516653810 +0100
@@ -1,15 +1,16 @@
-From 8978ab3b0392d1279d92c706e9e0b00703a85c18 Mon Sep 17 00:00:00 2001
+From abc111ae3d724dfe85bae1d1ffd9dff49ffe2b42 Mon Sep 17 00:00:00 2001
 From: Harry van Haaren <harry.van.haaren at intel.com>
 Date: Fri, 1 May 2020 12:08:14 +0100
 Subject: [PATCH] test/flow_classify: enable multi-sockets system
 
+[ upstream commit 8978ab3b0392d1279d92c706e9e0b00703a85c18 ]
+
 This commit fixes failures of the flow_classify_autotest when
 ran on dual-socket servers, as the sample application does not
 support more than a single socket. Increasing the NB_SOCKETS
 value allows the test to run successfully.
 
 Fixes: 9c9befea4f57 ("test: add flow classify unit tests")
-Cc: stable at dpdk.org
 
 Signed-off-by: Harry van Haaren <harry.van.haaren at intel.com>
 Tested-by: Ferruh Yigit <ferruh.yigit at intel.com>


More information about the stable mailing list