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

Kevin Traynor ktraynor at redhat.com
Fri Jun 5 20:24:23 CEST 2020


Hi,

FYI, your patch has been queued to LTS release 18.11.9

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

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable-queue

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable-queue/commit/084d0e95edc78cff46294247e2eff270263e8e52

Thanks.

Kevin.

---
>From 084d0e95edc78cff46294247e2eff270263e8e52 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>
---
 test/test/test_flow_classify.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test/test_flow_classify.c b/test/test/test_flow_classify.c
index 90066713ed..b4ae229079 100644
--- a/test/test/test_flow_classify.c
+++ b/test/test/test_flow_classify.c
@@ -24,5 +24,5 @@
 #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
-- 
2.21.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-06-05 19:20:52.315447819 +0100
+++ 0026-test-flow_classify-enable-multi-sockets-system.patch	2020-06-05 19:20:50.752042131 +0100
@@ -1 +1 @@
-From 8978ab3b0392d1279d92c706e9e0b00703a85c18 Mon Sep 17 00:00:00 2001
+From 084d0e95edc78cff46294247e2eff270263e8e52 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 8978ab3b0392d1279d92c706e9e0b00703a85c18 ]
+
@@ -12 +13,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
- app/test/test_flow_classify.c | 2 +-
+ test/test/test_flow_classify.c | 2 +-
@@ -22,4 +23,4 @@
-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
+diff --git a/test/test/test_flow_classify.c b/test/test/test_flow_classify.c
+index 90066713ed..b4ae229079 100644
+--- a/test/test/test_flow_classify.c
++++ b/test/test/test_flow_classify.c



More information about the stable mailing list