Skip to content

Commit

Permalink
hash: fix Doxygen comment of Toeplitz file
Browse files Browse the repository at this point in the history
[ upstream commit 45523f4 ]

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

Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
  • Loading branch information
vmedvedk authored and cpaelzer committed Nov 30, 2021
1 parent 7cc6083 commit 8275a9c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions lib/librte_hash/rte_thash.h
Expand Up @@ -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>
Expand Down

0 comments on commit 8275a9c

Please sign in to comment.