[dpdk-stable] patch 'hash: fix Doxygen comment of Toeplitz file' has been queued to stable release 20.11.4

Xueming Li xuemingl at nvidia.com
Wed Nov 10 07:31:17 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/337f87c3bf3772785ed381b14f9a4f7765a3c7ab

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From 337f87c3bf3772785ed381b14f9a4f7765a3c7ab Mon Sep 17 00:00:00 2001
From: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
Date: Mon, 6 Sep 2021 17:02:43 +0100
Subject: [PATCH] hash: fix Doxygen comment of Toeplitz file
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit 45523f494c7b14a9d1066e3def78e9e6e0fd8418 ]

Fixes: 7574c3ef7428 ("hash: add toeplitz algorithm used by RSS")

Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
Acked-by: John McNamara <john.mcnamara at intel.com>
---
 lib/librte_hash/rte_thash.h | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/lib/librte_hash/rte_thash.h b/lib/librte_hash/rte_thash.h
index 061efa2ae1..c9f1e2c392 100644
--- a/lib/librte_hash/rte_thash.h
+++ b/lib/librte_hash/rte_thash.h
@@ -8,20 +8,16 @@
 /**
  * @file
  *
- * toeplitz hash functions.
- */
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/**
  * Software implementation of the Toeplitz hash function used by RSS.
  * Can be used either for packet distribution on single queue NIC
  * or for simulating of RSS computation on specific NIC (for example
  * after GRE header decapsulating)
  */
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include <stdint.h>
 #include <rte_byteorder.h>
 #include <rte_config.h>
-- 
2.33.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-11-10 14:17:10.477681300 +0800
+++ 0193-hash-fix-Doxygen-comment-of-Toeplitz-file.patch	2021-11-10 14:17:02.000745027 +0800
@@ -1 +1 @@
-From 45523f494c7b14a9d1066e3def78e9e6e0fd8418 Mon Sep 17 00:00:00 2001
+From 337f87c3bf3772785ed381b14f9a4f7765a3c7ab Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 45523f494c7b14a9d1066e3def78e9e6e0fd8418 ]
@@ -7 +9,0 @@
-Cc: stable at dpdk.org
@@ -12 +14 @@
- lib/hash/rte_thash.h | 12 ++++--------
+ lib/librte_hash/rte_thash.h | 12 ++++--------
@@ -15,5 +17,5 @@
-diff --git a/lib/hash/rte_thash.h b/lib/hash/rte_thash.h
-index 76109fcdb0..a26fe56bf4 100644
---- a/lib/hash/rte_thash.h
-+++ b/lib/hash/rte_thash.h
-@@ -9,20 +9,16 @@
+diff --git a/lib/librte_hash/rte_thash.h b/lib/librte_hash/rte_thash.h
+index 061efa2ae1..c9f1e2c392 100644
+--- a/lib/librte_hash/rte_thash.h
++++ b/lib/librte_hash/rte_thash.h
+@@ -8,20 +8,16 @@


More information about the stable mailing list