* [dpdk-dev] [PATCH] hash: fix doxygen comments
@ 2021-09-06 16:02 Vladimir Medvedkin
2021-09-10 9:46 ` Mcnamara, John
0 siblings, 1 reply; 3+ messages in thread
From: Vladimir Medvedkin @ 2021-09-06 16:02 UTC (permalink / raw)
To: dev; +Cc: john.mcnamara, stable
Fixes: 7574c3ef7428 ("hash: add toeplitz algorithm used by RSS")
Cc: stable@dpdk.org
Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
---
lib/hash/rte_thash.h | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/lib/hash/rte_thash.h b/lib/hash/rte_thash.h
index 6e6861c..b3cedea 100644
--- a/lib/hash/rte_thash.h
+++ b/lib/hash/rte_thash.h
@@ -9,20 +9,17 @@
/**
* @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.7.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] hash: fix doxygen comments
2021-09-06 16:02 [dpdk-dev] [PATCH] hash: fix doxygen comments Vladimir Medvedkin
@ 2021-09-10 9:46 ` Mcnamara, John
2021-10-25 16:43 ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Mcnamara, John @ 2021-09-10 9:46 UTC (permalink / raw)
To: Medvedkin, Vladimir, dev; +Cc: stable
> -----Original Message-----
> From: Medvedkin, Vladimir <vladimir.medvedkin@intel.com>
> Sent: Monday, September 6, 2021 5:03 PM
> To: dev@dpdk.org
> Cc: Mcnamara, John <john.mcnamara@intel.com>; stable@dpdk.org
> Subject: [PATCH] hash: fix doxygen comments
>
The git diff makes this look like the ifdef is moving but I see that you are moving the doc into the right place so Doxygen can pick it up.
Acked-by: John McNamara <john.mcnamara@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [dpdk-stable] [PATCH] hash: fix doxygen comments
2021-09-10 9:46 ` Mcnamara, John
@ 2021-10-25 16:43 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2021-10-25 16:43 UTC (permalink / raw)
To: Medvedkin, Vladimir; +Cc: dev, stable, Mcnamara, John
10/09/2021 11:46, Mcnamara, John:
> From: Medvedkin, Vladimir <vladimir.medvedkin@intel.com>
>
> The git diff makes this look like the ifdef is moving but I see that you are moving the doc into the right place so Doxygen can pick it up.
>
> Acked-by: John McNamara <john.mcnamara@intel.com>
title: hash: fix Doxygen comment of Toeplitz file
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-10-25 16:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 16:02 [dpdk-dev] [PATCH] hash: fix doxygen comments Vladimir Medvedkin
2021-09-10 9:46 ` Mcnamara, John
2021-10-25 16:43 ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).