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_fbk_hash_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                          rte_fbk_hash_params(3)

Detailed Description

       Parameters used when creating four-byte key hash table.

       Definition at line 48 of file rte_fbk_hash.h.

Field Documentation

constchar*name
       Name of the hash table.

       Definition at line 49 of file rte_fbk_hash.h.

   uint32_tentries
       Total number of entries.

       Definition at line 50 of file rte_fbk_hash.h.

   uint32_tentries_per_bucket
       Number of entries in a bucket.

       Definition at line 51 of file rte_fbk_hash.h.

   intsocket_id
       Socket to allocate memory on.

       Definition at line 52 of file rte_fbk_hash.h.

   rte_fbk_hash_fnhash_func
       The hash function.

       Definition at line 53 of file rte_fbk_hash.h.

   uint32_tinit_val
       For initialising hash function.

       Definition at line 54 of file rte_fbk_hash.h.

Name

       rte_fbk_hash_params

Synopsis

       #include <rte_fbk_hash.h>

   DataFields
       const char * name
       uint32_t entries
       uint32_t entries_per_bucket
       int socket_idrte_fbk_hash_fnhash_func
       uint32_t init_val

See Also