OpenFlow Data Plane Abstraction (OF-DPA) API Guide and Reference Manual
|
L2 Policer Flow Table Entry. More...
#include <ofdpa_datatypes.h>
Data Fields | |
uint32_t | colorActionsIndex |
Index used to select a color based action in the L2 Policer Actions Flow Table. | |
OFDPA_FLOW_TABLE_ID_t | gotoTableId |
Goto-Table instruction. | |
ofdpaL2PolicerFlowMatch_t | match_criteria |
uint32_t | meterId |
Must be in the L2 Policer meter id range defined. | |
L2 Policer Flow Table Entry.
Definition at line 1186 of file ofdpa_datatypes.h.
uint32_t ofdpaL2PolicerFlowEntry_s::colorActionsIndex |
Index used to select a color based action in the L2 Policer Actions Flow Table.
Required if meter is applied.
Definition at line 1205 of file ofdpa_datatypes.h.
OFDPA_FLOW_TABLE_ID_t ofdpaL2PolicerFlowEntry_s::gotoTableId |
Goto-Table instruction.
must be OFDPA_FLOW_TABLE_ID_L2_POLICER_ACTIONS, setting to 0 indicates drop action
Definition at line 1196 of file ofdpa_datatypes.h.
uint32_t ofdpaL2PolicerFlowEntry_s::meterId |
Must be in the L2 Policer meter id range defined.
as greater than 0xffff. As a result of meter application the packet Color may change.
Definition at line 1201 of file ofdpa_datatypes.h.