PA Packet Control Bit Definitions
PA LLD Constants (enum's and define's)

PA Packet Control Bit Definitions

Bitmap definition of the ctrlBitMap in paPacketControlConfig_t and paPacketControl2Config_t.

#define pa_PKT_CTRL_HDR_VERIFY_PPPoE   0x0001
#define pa_PKT_CTRL_HDR_VERIFY_IP   0x0002
#define pa_PKT_CTRL_MAC_PADDING_CHK   0x0004
#define pa_PKT_CTRL_IP_FRAGS_TO_EROUTE   0x0008
#define pa_PKT_CTRL_L3OFFSET_TO_INNER_IP   0x0010
#define pa_PKT_CTRL_EMAC_IF_IGRESS_CLONE   0x0020
#define pa_PKT_CTRL_EMAC_IF_EGRESS_CLONE   0x0040
#define pa_PKT_CTRL_EMAC_IF_INGRESS_DEFAULT_ROUTE   0x0080
#define pa_PKT_CTRL_EMAC_IF_EGRESS_EQoS_MODE   0x0100

Define Documentation

#define pa_PKT_CTRL_EMAC_IF_EGRESS_CLONE   0x0040

Control Info -- Set: Enable EMAC interface-based packet capture/mirror for egress ethernet traffic Clear: disable EMAC interface-based packet capture/mirror (default) for egress ethernet traffic

Note:
This definition is only vaild at paPacketControl2Config_t.

Control Info -- Set: Enable EMAC interface-based enhanced QoS Mode for egress ethernet traffic Clear: Disable EMAC interface-based enhanced QoS Mode for egress ethernet traffic

Note:
This definition is only vaild at paPacketControl2Config_t.
#define pa_PKT_CTRL_EMAC_IF_IGRESS_CLONE   0x0020

Control Info -- Set: Enable EMAC interface-based packet capture/mirror for ingress ethernet traffic Clear: disable EMAC interface-based packet capture/mirror (default) for ingress ethernet traffic

Note:
This definition is only vaild at paPacketControl2Config_t.

Control Info -- Set: Enable EMAC interface-based ingress packet default route Clear: disable EMAC interface-based ingress packet default route

Note:
This definition is only vaild at paPacketControl2Config_t.
#define pa_PKT_CTRL_HDR_VERIFY_IP   0x0002

Control Info -- Set: Perform enhanced error check of the IP header Clear: Perform basic error check of the IP header

#define pa_PKT_CTRL_HDR_VERIFY_PPPoE   0x0001

Control Info -- Set: Perform enhanced error check of the PPPoE header Clear: Perform basic error check of the PPPoE header

#define pa_PKT_CTRL_IP_FRAGS_TO_EROUTE   0x0008

Control Info -- Set: Forward IP Fragments through the exception route regardless of the routing destination Clear: Forward IP Fragments through the exception route only if the routing destination is set to SASS or CONTINUE_PARSE

#define pa_PKT_CTRL_L3OFFSET_TO_INNER_IP   0x0010

Control Info -- Set: L3offset of the packet information points to the inner IP header prior to payload Clear: L3offset of the packet information points to the outer IP header (default)

#define pa_PKT_CTRL_MAC_PADDING_CHK   0x0004

Control Info -- Set: Perform MAC (802.3) padding check The packet with illegal padding will be dropped Clear: Do not perform MAC (802.3) padding check


Copyright 2014, Texas Instruments Incorporated