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_hash_parameters

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                          rte_hash_parameters(3)

Detailed Description

       Parameters used when creating the hash table.

       Definition at line 81 of file rte_hash.h.

Field Documentation

constchar*name
       Name of the hash.

       Definition at line 82 of file rte_hash.h.

   uint32_tentries
       Total hash table entries.

       Definition at line 83 of file rte_hash.h.

   uint32_treserved
       Unused field. Should be set to 0

       Definition at line 84 of file rte_hash.h.

   uint32_tkey_len
       Length of hash key.

       Definition at line 85 of file rte_hash.h.

   rte_hash_functionhash_func
       Primary Hash function used to calculate hash.

       Definition at line 86 of file rte_hash.h.

   uint32_thash_func_init_val
       Init value used by hash_func.

       Definition at line 87 of file rte_hash.h.

   intsocket_id
       NUMA Socket ID for memory.

       Definition at line 88 of file rte_hash.h.

   uint8_textra_flag
       Indicate if additional parameters are present.

       Definition at line 89 of file rte_hash.h.

Name

       rte_hash_parameters

Synopsis

       #include <rte_hash.h>

   DataFields
       const char * name
       uint32_t entries
       uint32_t reserved
       uint32_t key_lenrte_hash_functionhash_func
       uint32_t hash_func_init_val
       int socket_id
       uint8_t extra_flag

See Also