[dpdk-stable] patch 'kvargs: fix strcmp helper documentation' has been queued to LTS release 18.11.9

Kevin Traynor ktraynor at redhat.com
Fri Jun 5 20:25:05 CEST 2020


Hi,

FYI, your patch has been queued to LTS release 18.11.9

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 06/10/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/kevintraynor/dpdk-stable-queue

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable-queue/commit/a7504cbd8afbb3578bda887702c599f6f9da5967

Thanks.

Kevin.

---
>From a7504cbd8afbb3578bda887702c599f6f9da5967 Mon Sep 17 00:00:00 2001
From: Gaetan Rivet <grive at u256.net>
Date: Wed, 13 May 2020 12:42:29 +0200
Subject: [PATCH] kvargs: fix strcmp helper documentation

[ upstream commit e90b9c52f8affc46ba41266ecdfe29bddaf62b0e ]

Minor error, "unless" was used instead of "unlike".

Fixes: a3b85476c51e ("kvargs: add generic string matching callback")

Signed-off-by: Gaetan Rivet <grive at u256.net>
---
 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 1946195de4..eff598e08b 100644
--- a/lib/librte_kvargs/rte_kvargs.h
+++ b/lib/librte_kvargs/rte_kvargs.h
@@ -172,5 +172,5 @@ unsigned rte_kvargs_count(const struct rte_kvargs *kvlist,
  *   !0 otherwise or on error.
  *
- *   Unless strcmp, comparison ordering is not kept.
+ *   Unlike strcmp, comparison ordering is not kept.
  *   In order for rte_kvargs_process to stop processing on match error,
  *   a negative value is returned even if strcmp had returned a positive one.
-- 
2.21.3

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-06-05 19:20:54.564711361 +0100
+++ 0068-kvargs-fix-strcmp-helper-documentation.patch	2020-06-05 19:20:50.943037791 +0100
@@ -1 +1 @@
-From e90b9c52f8affc46ba41266ecdfe29bddaf62b0e Mon Sep 17 00:00:00 2001
+From a7504cbd8afbb3578bda887702c599f6f9da5967 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit e90b9c52f8affc46ba41266ecdfe29bddaf62b0e ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org



More information about the stable mailing list