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_indir_action_conf

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                   rte_flow_indir_action_conf(3)

Detailed Description

       Specify indirect action object configuration

       Definition at line 5045 of file rte_flow.h.

Field Documentation

uint32_tingress
       Flow direction for the indirect action configuration.

       Action should be valid at least for one flow direction, otherwise it is invalid for both ingress and
       egress rules. Action valid for rules applied to ingress traffic.

       Definition at line 5053 of file rte_flow.h.

   uint32_tegress
       Action valid for rules applied to egress traffic.

       Definition at line 5055 of file rte_flow.h.

   uint32_ttransfer
       When set to 1, indicates that the action is valid for transfer traffic; otherwise, for non-transfer
       traffic.

       Definition at line 5060 of file rte_flow.h.

Name

       rte_flow_indir_action_conf

Synopsis

       #include <rte_flow.h>

   DataFields
       uint32_t ingress:1
       uint32_t egress:1
       uint32_t transfer:1

See Also