table of contents
rte_table_action_fwd_params(3) | DPDK | rte_table_action_fwd_params(3) |
NAME¶
rte_table_action_fwd_params
SYNOPSIS¶
#include <rte_table_action.h>
Data Fields¶
enum rte_pipeline_action action
uint32_t id
Detailed Description¶
RTE_TABLE_ACTION_FWDForward action parameters (per table rule).
Definition at line 124 of file rte_table_action.h.
Field Documentation¶
enum rte_pipeline_action action¶
Forward action.
Definition at line 126 of file rte_table_action.h.
uint32_t id¶
Pipeline table ID or output port ID.
Definition at line 129 of file rte_table_action.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Thu May 23 2024 | Version 23.11.0 |