Skip to content

Commit

Permalink
hash: fix Doxygen comment of Toeplitz file
Browse files Browse the repository at this point in the history
Fixes: 7574c3e ("hash: add toeplitz algorithm used by RSS")
Cc: stable@dpdk.org

Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
  • Loading branch information
vmedvedk authored and tmonjalo committed Oct 25, 2021
1 parent 505fc41 commit 45523f4
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions lib/hash/rte_thash.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stdint.h>
#include <rte_byteorder.h>
#include <rte_config.h>
Expand Down

0 comments on commit 45523f4

Please sign in to comment.