[dpdk-stable] patch 'examples/qos_sched: fix usage string' has been queued to LTS release 18.11.11

Kevin Traynor ktraynor at redhat.com
Mon Nov 23 18:11:55 CET 2020


Hi,

FYI, your patch has been queued to LTS release 18.11.11

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/27/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/f4870d1f9898a2fb08d3c04f1a5568492c47f114

Thanks.

Kevin.

---
>From f4870d1f9898a2fb08d3c04f1a5568492c47f114 Mon Sep 17 00:00:00 2001
From: Ibtisam Tariq <ibtisam.tariq at emumba.com>
Date: Mon, 2 Nov 2020 11:43:03 +0000
Subject: [PATCH] examples/qos_sched: fix usage string

[ upstream commit fc48d8a5b296daacd47cacb25db6f9f6ca82ccd0 ]

The short option written for interactive mode is --i in usage of
this qos_sched example. Actually, it is -i.

Fixes: cfd5c971e5e ("examples/qos_sched: add stats")

Signed-off-by: Ibtisam Tariq <ibtisam.tariq at emumba.com>
Reviewed-by: David Marchand <david.marchand at redhat.com>
---
 examples/qos_sched/args.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/qos_sched/args.c b/examples/qos_sched/args.c
index 7431b29816..2727fd4f27 100644
--- a/examples/qos_sched/args.c
+++ b/examples/qos_sched/args.c
@@ -40,5 +40,5 @@ static const char usage[] =
 	"                                                                               \n"
 	"Application optional parameters:                                               \n"
-        "    --i     : run in interactive mode (default value is %u)                    \n"
+	"    -i      : run in interactive mode (default value is %u)                    \n"
 	"    --mst I : master core index (default value is %u)                          \n"
 	"    --rsz \"A, B, C\" :   Ring sizes                                           \n"
-- 
2.26.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-11-23 17:10:14.080143343 +0000
+++ 0003-examples-qos_sched-fix-usage-string.patch	2020-11-23 17:10:13.969061558 +0000
@@ -1 +1 @@
-From fc48d8a5b296daacd47cacb25db6f9f6ca82ccd0 Mon Sep 17 00:00:00 2001
+From f4870d1f9898a2fb08d3c04f1a5568492c47f114 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit fc48d8a5b296daacd47cacb25db6f9f6ca82ccd0 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index c627196230..c369ba9b4d 100644
+index 7431b29816..2727fd4f27 100644
@@ -27 +28 @@
- 	"    --mnc I : main core index (default value is %u)                            \n"
+ 	"    --mst I : master core index (default value is %u)                          \n"



More information about the stable mailing list