[dpdk-stable] patch 'eal: fix doxygen for EAL cleanup' has been queued to stable release 19.11.6

luca.boccassi at gmail.com luca.boccassi at gmail.com
Wed Oct 28 11:44: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 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 28fdf3c4b8fd0300d281891091115997a02e4da9 Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Fri, 9 Oct 2020 09:15:54 +0200
Subject: [PATCH] eal: fix doxygen for EAL cleanup

[ upstream commit 1a11380bf45be83d66493819f3a6e8c9868869be ]

Align rte_eal_cleanup return codes description to the rest of dpdk.

Fixes: aec9c13c5257 ("eal: add function to release internal resources")

Signed-off-by: David Marchand <david.marchand at redhat.com>
Acked-by: Thomas Monjalon <thomas at monjalon.net>
---
 lib/librte_eal/common/include/rte_eal.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/librte_eal/common/include/rte_eal.h b/lib/librte_eal/common/include/rte_eal.h
index 2f9ed298de..58f41d329f 100644
--- a/lib/librte_eal/common/include/rte_eal.h
+++ b/lib/librte_eal/common/include/rte_eal.h
@@ -138,8 +138,9 @@ int rte_eal_init(int argc, char **argv);
  * be made. It is expected that common usage of this function is to call it
  * just before terminating the process.
  *
- * @return 0 Successfully released all internal EAL resources
- * @return -EFAULT There was an error in releasing all resources.
+ * @return
+ *  - 0 Successfully released all internal EAL resources.
+ *  - -EFAULT There was an error in releasing all resources.
  */
 int rte_eal_cleanup(void);
 
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-10-28 10:35:15.846679652 +0000
+++ 0132-eal-fix-doxygen-for-EAL-cleanup.patch	2020-10-28 10:35:11.704832968 +0000
@@ -1,24 +1,25 @@
-From 1a11380bf45be83d66493819f3a6e8c9868869be Mon Sep 17 00:00:00 2001
+From 28fdf3c4b8fd0300d281891091115997a02e4da9 Mon Sep 17 00:00:00 2001
 From: David Marchand <david.marchand at redhat.com>
 Date: Fri, 9 Oct 2020 09:15:54 +0200
 Subject: [PATCH] eal: fix doxygen for EAL cleanup
 
+[ upstream commit 1a11380bf45be83d66493819f3a6e8c9868869be ]
+
 Align rte_eal_cleanup return codes description to the rest of dpdk.
 
 Fixes: aec9c13c5257 ("eal: add function to release internal resources")
-Cc: stable at dpdk.org
 
 Signed-off-by: David Marchand <david.marchand at redhat.com>
 Acked-by: Thomas Monjalon <thomas at monjalon.net>
 ---
- lib/librte_eal/include/rte_eal.h | 5 +++--
+ lib/librte_eal/common/include/rte_eal.h | 5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)
 
-diff --git a/lib/librte_eal/include/rte_eal.h b/lib/librte_eal/include/rte_eal.h
-index ddcf6a2e7a..e3c2ef185e 100644
---- a/lib/librte_eal/include/rte_eal.h
-+++ b/lib/librte_eal/include/rte_eal.h
-@@ -130,8 +130,9 @@ int rte_eal_init(int argc, char **argv);
+diff --git a/lib/librte_eal/common/include/rte_eal.h b/lib/librte_eal/common/include/rte_eal.h
+index 2f9ed298de..58f41d329f 100644
+--- a/lib/librte_eal/common/include/rte_eal.h
++++ b/lib/librte_eal/common/include/rte_eal.h
+@@ -138,8 +138,9 @@ int rte_eal_init(int argc, char **argv);
   * be made. It is expected that common usage of this function is to call it
   * just before terminating the process.
   *


More information about the stable mailing list