SAI Metadata
|
System port configuration attributes. More...
#include <saitypes.h>
Public Attributes | |
uint32_t | port_id |
uint32_t | attached_switch_id |
uint32_t | attached_core_index |
uint32_t | attached_core_port_index |
uint32_t | speed |
uint32_t | num_voq |
System port configuration attributes.
Speed parameter should be the same value as SAI_PORT_ATTR_SPEED. This is used for VOQ scheduling.
All elements are mandatory
Definition at line 1242 of file saitypes.h.
uint32_t _sai_system_port_config_t::attached_core_index |
Core associated with the system port
Definition at line 1251 of file saitypes.h.
uint32_t _sai_system_port_config_t::attached_core_port_index |
Port Index within the core associated with the system port
Definition at line 1254 of file saitypes.h.
uint32_t _sai_system_port_config_t::attached_switch_id |
Switch ID of where the system port exists
Definition at line 1248 of file saitypes.h.
uint32_t _sai_system_port_config_t::num_voq |
Number of Virtual Output Queues associated with the system port
Definition at line 1260 of file saitypes.h.
uint32_t _sai_system_port_config_t::port_id |
System Port ID
Definition at line 1245 of file saitypes.h.
uint32_t _sai_system_port_config_t::speed |
Speed of the system port
Definition at line 1257 of file saitypes.h.