DPDK  21.02.0
Data Fields
rte_flow_shared_action_conf Struct Reference

#include <rte_flow.h>

Data Fields

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

Detailed Description

Specify shared action configuration

Definition at line 3602 of file rte_flow.h.

Field Documentation

uint32_t ingress

Flow direction for shared action configuration.

Shared 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 3609 of file rte_flow.h.

uint32_t egress

Action valid for rules applied to egress traffic.

Definition at line 3611 of file rte_flow.h.

uint32_t transfer

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

See struct rte_flow_attr.

Definition at line 3620 of file rte_flow.h.


The documentation for this struct was generated from the following file: