[dpdk-stable] patch 'examples/vhost_crypto: add new line character in usage' has been queued to stable release 19.11.6

luca.boccassi at gmail.com luca.boccassi at gmail.com
Tue Nov 17 12:13:51 CET 2020


Hi,

FYI, your patch has been queued to stable release 19.11.6

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/19/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/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/61814eac0483ff200b876c99bab96e2973b70743

Thanks.

Luca Boccassi

---
>From 61814eac0483ff200b876c99bab96e2973b70743 Mon Sep 17 00:00:00 2001
From: Ibtisam Tariq <ibtisam.tariq at emumba.com>
Date: Mon, 2 Nov 2020 11:38:25 +0000
Subject: [PATCH] examples/vhost_crypto: add new line character in usage

[ upstream commit 854dbee2ac990002bbf7a19c65aa7385e589f6d9 ]

Add new line character(\n) in the usage of vhost_crypto example for
better readability

Fixes: 709521f4c2cd ("examples/vhost_crypto: support multi-core")

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

diff --git a/examples/vhost_crypto/main.c b/examples/vhost_crypto/main.c
index 11b022e813..405d16966d 100644
--- a/examples/vhost_crypto/main.c
+++ b/examples/vhost_crypto/main.c
@@ -195,7 +195,7 @@ vhost_crypto_usage(const char *prgname)
 {
 	printf("%s [EAL options] --\n"
 		"  --%s <lcore>,SOCKET-FILE-PATH\n"
-		"  --%s (lcore,cdev_id,queue_id)[,(lcore,cdev_id,queue_id)]"
+		"  --%s (lcore,cdev_id,queue_id)[,(lcore,cdev_id,queue_id)]\n"
 		"  --%s: zero copy\n"
 		"  --%s: guest polling\n",
 		prgname, SOCKET_FILE_KEYWORD, CONFIG_KEYWORD,
-- 
2.27.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-11-17 11:13:13.699975407 +0000
+++ 0017-examples-vhost_crypto-add-new-line-character-in-usag.patch	2020-11-17 11:13:12.893116045 +0000
@@ -1 +1 @@
-From 854dbee2ac990002bbf7a19c65aa7385e589f6d9 Mon Sep 17 00:00:00 2001
+From 61814eac0483ff200b876c99bab96e2973b70743 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 854dbee2ac990002bbf7a19c65aa7385e589f6d9 ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -20 +21 @@
-index 11ad491597..29c8f7228d 100644
+index 11b022e813..405d16966d 100644


More information about the stable mailing list