Fixes: 7574c3ef7428 ("hash: add toeplitz algorithm used by RSS") Cc: sta...@dpdk.org
Signed-off-by: Vladimir Medvedkin <vladimir.medved...@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