logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_swx_hash_func.h

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                          rte_swx_hash_func.h(3)

Detailed Description

       RTE SWX Hash Function

       Definition in file rte_swx_hash_func.h.

Name

       rte_swx_hash_func.h

Synopsis

       #include <stdint.h>

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

Typedef Documentation

typedefuint32_t(*rte_swx_hash_func_t)(constvoid*key,uint32_tlength,uint32_tseed)
       Hash function prototype

       Parameterskey Key to hash. Must be non-NULL.
           length Key length in bytes.
           seed Hash seed.

       Returns
           Hash value.

       Definition at line 26 of file rte_swx_hash_func.h.

See Also