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_update_meter_mark

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                   rte_flow_update_meter_mark(3)

Detailed Description

       RTE_FLOW_ACTION_TYPE_METER_MARK

       Wrapper structure for the context update interface.

       Definition at line 4174 of file rte_flow.h.

Field Documentation

structrte_flow_action_meter_markmeter_mark
       New meter_mark parameters to be updated.

       Definition at line 4176 of file rte_flow.h.

   uint32_tprofile_valid
       The profile will be updated.

       Definition at line 4178 of file rte_flow.h.

   uint32_tpolicy_valid
       The policy will be updated.

       Definition at line 4180 of file rte_flow.h.

   uint32_tcolor_mode_valid
       The color mode will be updated.

       Definition at line 4182 of file rte_flow.h.

   uint32_tstate_valid
       The meter state will be updated.

       Definition at line 4184 of file rte_flow.h.

   uint32_treserved
       Reserved bits for the future usage.

       Definition at line 4186 of file rte_flow.h.

Name

       rte_flow_update_meter_mark

Synopsis

       #include <rte_flow.h>

   DataFields
       struct rte_flow_action_meter_markmeter_mark
       uint32_t profile_valid:1
       uint32_t policy_valid:1
       uint32_t color_mode_valid:1
       uint32_t state_valid:1
       uint32_t reserved:28

See Also