[dpdk-stable] patch 'ipc: fix spelling in log and comment' has been queued to stable release 19.11.6

luca.boccassi at gmail.com luca.boccassi at gmail.com
Wed Oct 28 11:46:02 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 10/30/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.

Thanks.

Luca Boccassi

---
>From 4178595c977bfb54c75ba1537a39973c5caa92a3 Mon Sep 17 00:00:00 2001
From: Stephen Hemminger <stephen at networkplumber.org>
Date: Thu, 15 Oct 2020 17:26:52 -0700
Subject: [PATCH] ipc: fix spelling in log and comment

[ upstream commit 5b183ff611fc7aa4414abb99a31609a379323722 ]

Fixes spelling in comment and message about thread error.
Found while looking at checkpatch complaints about "thead"

Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
 lib/librte_eal/common/eal_common_proc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/librte_eal/common/eal_common_proc.c b/lib/librte_eal/common/eal_common_proc.c
index 935e8fefeb..13ae2b915e 100644
--- a/lib/librte_eal/common/eal_common_proc.c
+++ b/lib/librte_eal/common/eal_common_proc.c
@@ -416,7 +416,7 @@ process_async_request(struct pending_request *sr, const struct timespec *now)
 	/* did we timeout? */
 	timeout = timespec_cmp(&param->end, now) <= 0;
 
-	/* if we received a response, adjust relevant data and copy mesasge. */
+	/* if we received a response, adjust relevant data and copy message. */
 	if (sr->reply_received == 1 && sr->reply) {
 		struct rte_mp_msg *msg, *user_msgs, *tmp;
 
@@ -621,7 +621,7 @@ rte_mp_channel_init(void)
 
 	if (rte_ctrl_thread_create(&mp_handle_tid, "rte_mp_handle",
 			NULL, mp_handle, NULL) < 0) {
-		RTE_LOG(ERR, EAL, "failed to create mp thead: %s\n",
+		RTE_LOG(ERR, EAL, "failed to create mp thread: %s\n",
 			strerror(errno));
 		close(mp_fd);
 		close(dir_fd);
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-10-28 10:35:17.974602687 +0000
+++ 0203-ipc-fix-spelling-in-log-and-comment.patch	2020-10-28 10:35:11.808834498 +0000
@@ -1,8 +1,10 @@
-From 5b183ff611fc7aa4414abb99a31609a379323722 Mon Sep 17 00:00:00 2001
+From 4178595c977bfb54c75ba1537a39973c5caa92a3 Mon Sep 17 00:00:00 2001
 From: Stephen Hemminger <stephen at networkplumber.org>
 Date: Thu, 15 Oct 2020 17:26:52 -0700
 Subject: [PATCH] ipc: fix spelling in log and comment
 
+[ upstream commit 5b183ff611fc7aa4414abb99a31609a379323722 ]
+
 Fixes spelling in comment and message about thread error.
 Found while looking at checkpatch complaints about "thead"
 
@@ -12,10 +14,10 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/lib/librte_eal/common/eal_common_proc.c b/lib/librte_eal/common/eal_common_proc.c
-index 8ba4a29dc4..6d1af3c0e7 100644
+index 935e8fefeb..13ae2b915e 100644
 --- a/lib/librte_eal/common/eal_common_proc.c
 +++ b/lib/librte_eal/common/eal_common_proc.c
-@@ -423,7 +423,7 @@ process_async_request(struct pending_request *sr, const struct timespec *now)
+@@ -416,7 +416,7 @@ process_async_request(struct pending_request *sr, const struct timespec *now)
  	/* did we timeout? */
  	timeout = timespec_cmp(&param->end, now) <= 0;
  
@@ -24,7 +26,7 @@
  	if (sr->reply_received == 1 && sr->reply) {
  		struct rte_mp_msg *msg, *user_msgs, *tmp;
  
-@@ -630,7 +630,7 @@ rte_mp_channel_init(void)
+@@ -621,7 +621,7 @@ rte_mp_channel_init(void)
  
  	if (rte_ctrl_thread_create(&mp_handle_tid, "rte_mp_handle",
  			NULL, mp_handle, NULL) < 0) {


More information about the stable mailing list