[dpdk-stable] patch 'eal: fix formatting of hotplug error message' has been queued to LTS release 18.11.2

Kevin Traynor ktraynor at redhat.com
Wed May 8 18:02:05 CEST 2019


Hi,

FYI, your patch has been queued to LTS release 18.11.2

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/14/19. 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/4f5b343dae3812919e31e37cb5af2f70188f0d0e

Thanks.

Kevin Traynor

---
>From 4f5b343dae3812919e31e37cb5af2f70188f0d0e Mon Sep 17 00:00:00 2001
From: Stephen Hemminger <stephen at networkplumber.org>
Date: Wed, 24 Apr 2019 09:46:19 -0700
Subject: [PATCH] eal: fix formatting of hotplug error message

[ upstream commit 4e2fdf376011d2e2e274bf86167789aa4d41ae4a ]

This message was missing newline, and should capitalize
"Cannot" like all the others in this area.

Fixes: ac9e4a17370f ("eal: support attach/detach shared device from secondary")

Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
Acked-by: Rami Rosen <ramirose at gmail.com>
---
 lib/librte_eal/common/hotplug_mp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_eal/common/hotplug_mp.c b/lib/librte_eal/common/hotplug_mp.c
index 9d610a8a2..7c3f38dba 100644
--- a/lib/librte_eal/common/hotplug_mp.c
+++ b/lib/librte_eal/common/hotplug_mp.c
@@ -362,5 +362,5 @@ int eal_dev_hotplug_request_to_primary(struct eal_dev_mp_req *req)
 	ret = rte_mp_request_sync(&mp_req, &mp_reply, &ts);
 	if (ret || mp_reply.nb_received != 1) {
-		RTE_LOG(ERR, EAL, "cannot send request to primary");
+		RTE_LOG(ERR, EAL, "Cannot send request to primary\n");
 		if (!ret)
 			return -1;
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-05-08 16:33:57.909426507 +0100
+++ 0008-eal-fix-formatting-of-hotplug-error-message.patch	2019-05-08 16:33:57.361579781 +0100
@@ -1 +1 @@
-From 4e2fdf376011d2e2e274bf86167789aa4d41ae4a Mon Sep 17 00:00:00 2001
+From 4f5b343dae3812919e31e37cb5af2f70188f0d0e Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 4e2fdf376011d2e2e274bf86167789aa4d41ae4a ]
+
@@ -10 +11,0 @@
-Cc: stable at dpdk.org
@@ -19 +20 @@
-index 4052a5c7f..04616519c 100644
+index 9d610a8a2..7c3f38dba 100644
@@ -22 +23 @@
-@@ -377,5 +377,5 @@ int eal_dev_hotplug_request_to_primary(struct eal_dev_mp_req *req)
+@@ -362,5 +362,5 @@ int eal_dev_hotplug_request_to_primary(struct eal_dev_mp_req *req)


More information about the stable mailing list