From 45523f494c7b14a9d1066e3def78e9e6e0fd8418 Mon Sep 17 00:00:00 2001 From: Vladimir Medvedkin Date: Mon, 6 Sep 2021 17:02:43 +0100 Subject: [PATCH] hash: fix Doxygen comment of Toeplitz file Fixes: 7574c3ef7428 ("hash: add toeplitz algorithm used by RSS") Cc: stable@dpdk.org Signed-off-by: Vladimir Medvedkin Acked-by: John McNamara --- lib/hash/rte_thash.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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 @@ /** * @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 #include #include -- 2.39.5