[dpdk-stable] patch 'kvargs: fix comments style' has been queued to stable release 20.11.4

Xueming Li xuemingl at nvidia.com
Wed Nov 10 07:29:22 CET 2021


Hi,

FYI, your patch has been queued to stable release 20.11.4

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/12/21. 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/steevenlee/dpdk

This queued commit can be viewed at:
https://github.com/steevenlee/dpdk/commit/7b3cdb7c64913233b571b1649e188350fc94b5d3

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From 7b3cdb7c64913233b571b1649e188350fc94b5d3 Mon Sep 17 00:00:00 2001
From: Olivier Matz <olivier.matz at 6wind.com>
Date: Wed, 29 Sep 2021 23:39:43 +0200
Subject: [PATCH] kvargs: fix comments style
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit f0e18cb4a872d2f0cc4ba51557c837b81c8af024 ]

A '*' is missing at 2 places, add them.

Fixes: e1a00536c8ed ("kvargs: add a new library to parse key/value arguments")
Fixes: 3ab385063cb9 ("kvargs: add get by key")

Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>
Reviewed-by: Xueming Li <xuemingl at nvidia.com>
Reviewed-by: David Marchand <david.marchand at redhat.com>
Acked-by: Ray Kinsella <mdr at ashroe.eu>
---
 lib/librte_kvargs/rte_kvargs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_kvargs/rte_kvargs.h b/lib/librte_kvargs/rte_kvargs.h
index eff598e08b..5b2e164287 100644
--- a/lib/librte_kvargs/rte_kvargs.h
+++ b/lib/librte_kvargs/rte_kvargs.h
@@ -145,7 +145,7 @@ int rte_kvargs_process(const struct rte_kvargs *kvlist,
  *   The rte_kvargs structure
  * @param key_match
  *   The key that should match, or NULL to count all associations
-
+ *
  * @return
  *   The number of entries
  */
-- 
2.33.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-11-10 14:17:05.540699899 +0800
+++ 0078-kvargs-fix-comments-style.patch	2021-11-10 14:17:01.844079642 +0800
@@ -1 +1 @@
-From f0e18cb4a872d2f0cc4ba51557c837b81c8af024 Mon Sep 17 00:00:00 2001
+From 7b3cdb7c64913233b571b1649e188350fc94b5d3 Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit f0e18cb4a872d2f0cc4ba51557c837b81c8af024 ]
@@ -16,2 +19,2 @@
- lib/kvargs/rte_kvargs.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ lib/librte_kvargs/rte_kvargs.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
@@ -19,14 +22,5 @@
-diff --git a/lib/kvargs/rte_kvargs.h b/lib/kvargs/rte_kvargs.h
-index 3c1754c3d9..359a9f5b09 100644
---- a/lib/kvargs/rte_kvargs.h
-+++ b/lib/kvargs/rte_kvargs.h
-@@ -125,7 +125,7 @@ void rte_kvargs_free(struct rte_kvargs *kvlist);
-  *   A list of rte_kvargs pair of 'key=value'.
-  * @param key
-  *   The matching key.
--
-+ *
-  * @return
-  *   NULL if no key matches the input,
-  *   a value associated with a matching key otherwise.
-@@ -190,7 +190,7 @@ int rte_kvargs_process(const struct rte_kvargs *kvlist,
+diff --git a/lib/librte_kvargs/rte_kvargs.h b/lib/librte_kvargs/rte_kvargs.h
+index eff598e08b..5b2e164287 100644
+--- a/lib/librte_kvargs/rte_kvargs.h
++++ b/lib/librte_kvargs/rte_kvargs.h
+@@ -145,7 +145,7 @@ int rte_kvargs_process(const struct rte_kvargs *kvlist,


More information about the stable mailing list