uint32_tkey_offset
Key offset within the input packet buffer. Offset 0 points to the first byte of the MBUF structure.
Definition at line 80 of file rte_port_in_action.h.
uint8_tkey_mask[RTE_PORT_IN_ACTION_FLTR_KEY_SIZE]
Key mask.
Definition at line 83 of file rte_port_in_action.h.
uint8_tkey[RTE_PORT_IN_ACTION_FLTR_KEY_SIZE]
Key value.
Definition at line 86 of file rte_port_in_action.h.
intfilter_on_match
When non-zero, all the input packets that match the key (with the key_mask applied) are sent to the
pipeline output port port_id. When zero, all the input packets that do NOT match the key (with key_mask
applied) are sent to the pipeline output port port_id.
Definition at line 93 of file rte_port_in_action.h.
uint32_tport_id
Pipeline output port ID to send the filtered input packets to. Can be updated later.
Seealso
struct rte_port_in_action_fltr_params
Definition at line 100 of file rte_port_in_action.h.