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_ctl_table_match_field_info

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2           rte_swx_ctl_table_match_field_info(3)

Detailed Description

       Table match field info.

       If (n_bits, offset) are known for all the match fields of the table, then the table (key_offset,
       key_size, key_mask0) can be computed.

       Definition at line 273 of file rte_swx_ctl.h.

Field Documentation

enumrte_swx_table_match_typematch_type
       Match type of the current match field.

       Definition at line 275 of file rte_swx_ctl.h.

   intis_header
       Non-zero (true) when the current match field is part of a registered header, zero (false) when it is part
       of the registered meta-data.

       Definition at line 280 of file rte_swx_ctl.h.

   uint32_tn_bits
       Match field size (in bits).

       Definition at line 283 of file rte_swx_ctl.h.

   uint32_toffset
       Match field offset within its parent struct (one of the headers or the meta-data).

       Definition at line 288 of file rte_swx_ctl.h.

Name

       rte_swx_ctl_table_match_field_info

Synopsis

       #include <rte_swx_ctl.h>

   DataFields
       enum rte_swx_table_match_typematch_type
       int is_header
       uint32_t n_bits
       uint32_t offset

See Also