DPDK  24.03.0
Typedefs
rte_swx_hash_func.h File Reference
#include <stdint.h>

Go to the source code of this file.

Typedefs

typedef uint32_t(* rte_swx_hash_func_t) (const void *key, uint32_t length, uint32_t seed)
 

Detailed Description

RTE SWX Hash Function

Definition in file rte_swx_hash_func.h.

Typedef Documentation

◆ rte_swx_hash_func_t

typedef uint32_t(* rte_swx_hash_func_t) (const void *key, uint32_t length, uint32_t seed)

Hash function prototype

Parameters
[in]keyKey to hash. Must be non-NULL.
[in]lengthKey length in bytes.
[in]seedHash seed.
Returns
Hash value.

Definition at line 31 of file rte_swx_hash_func.h.