patch 'test/red: fix typo in test description' has been queued to stable release 20.11.4

Xueming Li xuemingl at nvidia.com
Sun Nov 28 15:53:21 CET 2021


Hi,

FYI, your patch has been queued to stable release 20.11.4

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

This queued commit can be viewed at:
https://github.com/steevenlee/dpdk/commit/878f71050eae6b695accefc27a778c8c481a1e6c

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From 878f71050eae6b695accefc27a778c8c481a1e6c Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Fri, 12 Nov 2021 14:56:45 +0100
Subject: [PATCH] test/red: fix typo in test description
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit fc812a214055091518df78526138f2059e90f5c8 ]

This is probably due a s/red/rte_red/ a long time ago.

Fixes: de3cfa2c9823 ("sched: initial import")

Signed-off-by: David Marchand <david.marchand at redhat.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu at yahoo.com>
---
 app/test/test_red.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test/test_red.c b/app/test/test_red.c
index e973f3131e..05936cfee8 100644
--- a/app/test/test_red.c
+++ b/app/test/test_red.c
@@ -1049,7 +1049,7 @@ static struct test_queue ft6_tqueue = {
 static struct test_config func_test6_config = {
 	.ifname = "functional test 6 interface",
 	.msg = "functional test 6 : use several queues (each with its own run-time data),\n"
-	"		    use several RED configurations (such that each configuration is sharte_red by multiple queues),\n"
+	"		    use several RED configurations (such that each configuration is shared by multiple queues),\n"
 	"		    increase average queue size to target level,\n"
 	"		    dequeue all packets until queue is empty,\n"
 	"		    confirm that average queue size is computed correctly while queue is empty\n"
-- 
2.34.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-11-28 22:41:04.388028867 +0800
+++ 0017-test-red-fix-typo-in-test-description.patch	2021-11-28 22:41:03.226876003 +0800
@@ -1 +1 @@
-From fc812a214055091518df78526138f2059e90f5c8 Mon Sep 17 00:00:00 2001
+From 878f71050eae6b695accefc27a778c8c481a1e6c Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit fc812a214055091518df78526138f2059e90f5c8 ]


More information about the stable mailing list