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_match_field_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                   rte_swx_match_field_params(3)

Detailed Description

       Match field parameters.

       Definition at line 641 of file rte_swx_pipeline.h.

Field Documentation

constchar*name
       Match field name. Must be either a field of one of the registered packet headers ('h.header.field') or a
       field of the registered meta-data ('m.field').

       Definition at line 646 of file rte_swx_pipeline.h.

   enumrte_swx_table_match_typematch_type
       Match type of the field.

       Definition at line 649 of file rte_swx_pipeline.h.

Name

       rte_swx_match_field_params

Synopsis

       #include <rte_swx_pipeline.h>

   DataFields
       const char * name
       enum rte_swx_table_match_typematch_type

See Also