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_entry

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_fbk_hash_entry(3)

Detailed Description

       Individual entry in the four-byte key hash table.

       Definition at line 58 of file rte_fbk_hash.h.

Field Documentation

uint64_twhole_entry
       For accessing entire entry.

       Definition at line 59 of file rte_fbk_hash.h.

   uint16_tis_entry
       Non-zero if entry is active.

       Definition at line 61 of file rte_fbk_hash.h.

   uint16_tvalue
       Value returned by lookup.

       Definition at line 62 of file rte_fbk_hash.h.

   uint32_tkey
       Key used to find value.

       Definition at line 63 of file rte_fbk_hash.h.

   struct{...}entry
       For accessing each entry part.

Name

       rte_fbk_hash_entry

Synopsis

       #include <rte_fbk_hash.h>

   DataFields
       uint64_t whole_entry
       struct {
          uint16_t is_entry
          uint16_t value
          uint32_t key
       } entry

See Also