SAI
SAI copied to clipboard
Switch Abstraction Interface
What are the required Set-up/Topology to run any PTF test scripts in SAI
Hi,all, Looking at saiacl.h, I got a question on understanding 'inner'. SAI_ACL_ENTRY_ATTR_FIELD_INNER_ETHER_TYPE refer to “inner ethernet type”,I think 'inner' means inner packet such as l2 packet in vxlan packet. SAI_ACL_ACTION_TYPE_SET_INNER_VLAN_PRI...
Explain "add route" in a VOQ System Define and explain changes to Router-Interface and Neighbor create Show changes to the pipeline model
Sending a packet requires allocating it first. Typically, this requires allocating from a special pool of DMAed memory. For this a ASIC vendor SDK may support custom allocate and free...
This enables fine policing ICMPv4 and ICMPv6 packets destined to local IPs. Earlier, they are matched as general IP2ME trap type, and are subject to the policer under the IP2ME...
Signed-off-by: Marian Pritsak
@apogedik @lguohan In saiport.h /** * @brief Attribute data for #SAI_PORT_ATTR_AUTO_NEG_STATUS * * Auto negotiation (AN) done state: **0 for AN in progress, 0 for AN done** * * @type...
Looking at saiacl.h, the documentation for SAI_ACL_ENTRY_ATTR_FIELD_TTL says "IP TTL", which is ambiguous. Does it refer only to the IPv4 TTL, or both IPv4 TTL and IPv6 hop_limit? Many ASICs...
This PR brings in advanced telemetry feature set in SAI - Drop Monitoring Packet and Switch level drop monitoring with metadata Intelligent drop monitoring using flow and flow’s drop state...
According to my understanding, when an AttrA is marked MANDATORY_ON_CREATE, and in addition there is a condition AttrB=X or AttrB=Y, this means that a value must be supplied for AttrA...