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_flow_template_table_attr

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                 rte_flow_template_table_attr(3)

Detailed Description

WarningEXPERIMENTAL: this API may change without prior notice.

       Table attributes.

       Definition at line 5953 of file rte_flow.h.

Field Documentation

structrte_flow_attrflow_attr
       Flow attributes to be used in each rule generated from this table.

       Definition at line 5957 of file rte_flow.h.

   uint32_tnb_flows
       Maximum number of flow rules that this table holds.

       Definition at line 5961 of file rte_flow.h.

   uint32_tspecialize
       Optional hint flags for driver optimization. The effect may vary in the different drivers. The
       functionality must not rely on the hints. Value is composed with RTE_FLOW_TABLE_SPECIALIZE_* based on
       application design choices. Misused hints may mislead the driver, it may result in an undefined behavior.

       Definition at line 5970 of file rte_flow.h.

   enumrte_flow_table_insertion_typeinsertion_type
       Insertion type for flow rules.

       Definition at line 5974 of file rte_flow.h.

   enumrte_flow_table_hash_funchash_func
       Hash calculation function for the packet matching.

       Definition at line 5978 of file rte_flow.h.

Name

       rte_flow_template_table_attr

Synopsis

       #include <rte_flow.h>

   DataFields
       struct rte_flow_attrflow_attr
       uint32_t nb_flows
       uint32_t specialize
       enum rte_flow_table_insertion_typeinsertion_type
       enum rte_flow_table_hash_funchash_func

See Also