From: Vladimir Medvedkin Date: Mon, 6 Sep 2021 16:02:43 +0000 (+0100) Subject: hash: fix Doxygen comment of Toeplitz file X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=45523f494c7b14a9d1066e3def78e9e6e0fd8418;p=dpdk.git 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 --- 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