|
Mellanox SwitchX SDK API Guide
4.3.2104
|
Go to the source code of this file.
Macros | |
| #define | POSIX_EINTR_RETRY(ret_value, op) |
Functions | |
| sx_status_t | sx_api_host_ifc_log_verbosity_level_set (const sx_api_handle_t handle, const sx_log_verbosity_target_t verbosity_target, const sx_verbosity_level_t module_verbosity_level, const sx_verbosity_level_t api_verbosity_level) |
| sx_status_t | sx_api_host_ifc_log_verbosity_level_get (const sx_api_handle_t handle, const sx_log_verbosity_target_t verbosity_target, sx_verbosity_level_t *module_verbosity_level_p, sx_verbosity_level_t *api_verbosity_level_p) |
| sx_status_t | sx_api_host_ifc_open (const sx_api_handle_t handle, sx_fd_t *fd_p) |
| sx_status_t | sx_api_host_ifc_close (const sx_api_handle_t handle, sx_fd_t *fd_p) |
| sx_status_t | sx_api_host_ifc_trap_group_set (const sx_api_handle_t handle, const sx_swid_id_t swid, const sx_trap_group_t trap_group, const sx_trap_group_attributes_t *trap_group_attributes_p) |
| sx_status_t | sx_api_host_ifc_trap_group_ext_set (const sx_api_handle_t handle, const sx_access_cmd_t cmd, const sx_swid_id_t swid, const sx_trap_group_t trap_group, const sx_trap_group_attributes_t *trap_group_attributes_p) |
| sx_status_t | sx_api_host_ifc_trap_group_get (const sx_api_handle_t handle, const sx_swid_id_t swid, const sx_trap_group_t trap_group, sx_trap_group_attributes_t *trap_group_attributes_p) |
| sx_status_t | sx_api_host_ifc_trap_group_iter_get (const sx_api_handle_t handle, const sx_access_cmd_t cmd, const sx_swid_id_t swid, const sx_trap_group_t trap_group_id, const sx_trap_group_filter_t *filter_p, sx_trap_group_t *trap_group_id_list_p, uint32_t *trap_group_id_cnt_p) |
| sx_status_t | sx_api_host_ifc_trap_id_set (const sx_api_handle_t handle, const sx_swid_t swid, const sx_trap_id_t trap_id, const sx_trap_group_t trap_group, const sx_trap_action_t trap_action) |
| sx_status_t | sx_api_host_ifc_trap_id_ext_set (const sx_api_handle_t handle, const sx_access_cmd_t cmd, const sx_host_ifc_trap_key_t *trap_key_p, const sx_host_ifc_trap_attr_t *trap_attr_p) |
| sx_status_t | sx_api_host_ifc_trap_id_ext_get (const sx_api_handle_t handle, const sx_access_cmd_t cmd, const sx_host_ifc_trap_key_t *trap_key_p, sx_host_ifc_trap_attr_t *trap_attr_p, uint32_t *attr_cnt_p) |
| sx_status_t | sx_api_host_ifc_trap_group_stat_get (const sx_api_handle_t handle, const sx_access_cmd_t cmd, const sx_host_ifc_trap_group_key_t *group_key_p, sx_host_ifc_trap_group_stat_t *group_stat_p) |
| sx_status_t | sx_api_host_ifc_user_defined_trap_id_set (const sx_api_handle_t handle, const sx_access_cmd_t cmd, const sx_swid_t swid, const sx_trap_id_t trap_id, sx_trap_id_user_defined_attributes_t *trap_attributes_p) |
| sx_status_t | sx_api_host_ifc_trap_id_register_set (const sx_api_handle_t handle, const sx_access_cmd_t cmd, const sx_swid_t swid, const sx_trap_id_t trap_id, const sx_user_channel_t *user_channel_p) |
| sx_status_t | sx_api_host_ifc_trap_id_register_get (const sx_api_handle_t handle, const sx_access_cmd_t cmd, const sx_swid_t swid, const sx_trap_id_t trap_id, const sx_user_channel_t *user_channel, sx_user_channel_t *user_channel_list_p, uint32_t *user_channel_cnt_p) |
| sx_status_t | sx_api_host_ifc_port_vlan_trap_id_register_set (const sx_api_handle_t handle, const sx_access_cmd_t cmd, const sx_swid_t swid, const sx_trap_id_t trap_id, const sx_host_ifc_register_key_t *register_key_p, const sx_user_channel_t *user_channel_p) |
| sx_status_t | sx_api_host_ifc_port_vlan_trap_id_register_get (const sx_api_handle_t handle, const sx_access_cmd_t cmd, const sx_swid_t swid, const sx_trap_id_t trap_id, const sx_host_ifc_register_get_entry_t *register_entry, sx_host_ifc_register_get_entry_t *register_entry_list_p, uint32_t *register_entry_cnt_p) |
| sx_status_t | sx_api_host_ifc_trap_filter_set (const sx_api_handle_t handle, const sx_access_cmd_t cmd, const sx_swid_t swid, const sx_trap_id_t trap_id, sx_port_log_id_t *log_port_list_p, uint32_t *log_port_cnt_p) |
| sx_status_t | sx_api_host_ifc_trap_filter_get (const sx_api_handle_t handle, const sx_access_cmd_t cmd, const sx_swid_t swid, const sx_trap_id_t trap_id, const sx_port_log_id_t log_port_id, sx_port_log_id_t *log_port_list_p, uint32_t *log_port_cnt_p) |
| sx_status_t | sx_api_host_ifc_policer_bind_set (const sx_api_handle_t handle, const sx_access_cmd_t cmd, const sx_swid_t swid, const sx_trap_group_t trap_group, const sx_policer_id_t policer_id) |
| sx_status_t | sx_api_host_ifc_policer_bind_get (const sx_api_handle_t handle, const sx_swid_t swid, const sx_trap_group_t trap_group, sx_policer_id_t *policer_id) |
| sx_status_t | sx_api_host_ifc_counters_get (const sx_api_handle_t handle, const sx_access_cmd_t cmd, const sx_host_ifc_counters_filter_t *filter_p, sx_host_ifc_counters_t *host_ifc_cnt_p) |
| #define POSIX_EINTR_RETRY | ( | ret_value, | |
| op | |||
| ) |
| sx_status_t sx_api_host_ifc_log_verbosity_level_set | ( | const sx_api_handle_t | handle, |
| const sx_log_verbosity_target_t | verbosity_target, | ||
| const sx_verbosity_level_t | module_verbosity_level, | ||
| const sx_verbosity_level_t | api_verbosity_level | ||
| ) |
This function sets the log verbosity level of HOST INTERFACE MODULE Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | verbosity_target | - Set verbosity of : API / MODULE / BOTH. |
| [in] | module_verbosity_level | - HOST INTERFACE module verbosity level. |
| [in] | api_verbosity_level | - HOST INTERFACE API verbosity level. |
| sx_status_t sx_api_host_ifc_log_verbosity_level_get | ( | const sx_api_handle_t | handle, |
| const sx_log_verbosity_target_t | verbosity_target, | ||
| sx_verbosity_level_t * | module_verbosity_level_p, | ||
| sx_verbosity_level_t * | api_verbosity_level_p | ||
| ) |
This function gets the log verbosity level of HOST INTERFACE MODULE Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | verbosity_target | - Get verbosity of : API / MODULE / BOTH. |
| [out] | module_verbosity_level_p | - HOST INTERFACE module verbosity level. |
| [out] | api_verbosity_level_p | - HOST INTERFACE API verbosity level. |
| sx_status_t sx_api_host_ifc_open | ( | const sx_api_handle_t | handle, |
| sx_fd_t * | fd_p | ||
| ) |
This function retrieves the file descriptor of the current open channel used for receiving a packet Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [out] | fd_p | - File descriptor. |
| sx_status_t sx_api_host_ifc_close | ( | const sx_api_handle_t | handle, |
| sx_fd_t * | fd_p | ||
| ) |
This function closes the file descriptor of the current open channel used for receiving a packet Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | fd_p | - File descriptor. |
| sx_status_t sx_api_host_ifc_trap_group_set | ( | const sx_api_handle_t | handle, |
| const sx_swid_id_t | swid, | ||
| const sx_trap_group_t | trap_group, | ||
| const sx_trap_group_attributes_t * | trap_group_attributes_p | ||
| ) |
Create / Edit a trap group Allows creating a new trap group with certain attributes, and editing an existing trap group with new attributes.
On Edit : Changing Monitor trap group (attribute is_monitor 1) to regular trap group and vice versa are not allowed.
Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | swid | - Switch ID. |
| [in] | trap_group | - The trap group, must be between 0-63. |
| [in] | trap_group_attributes_p | - Trap group attributes. |
| sx_status_t sx_api_host_ifc_trap_group_ext_set | ( | const sx_api_handle_t | handle, |
| const sx_access_cmd_t | cmd, | ||
| const sx_swid_id_t | swid, | ||
| const sx_trap_group_t | trap_group, | ||
| const sx_trap_group_attributes_t * | trap_group_attributes_p | ||
| ) |
When cmd = SX_ACCESS_CMD_SET, create / edit a trap group, it works exactly the same with API sx_api_host_ifc_trap_group_set. Allows creating a new trap group with certain attributes, and editing an existing trap group with new attributes.
On Edit : Changing Monitor trap group (attribute is_monitor 1) to regular trap group and vice versa are not allowed.
When cmd = SX_ACCESS_CMD_UNSET, unset a trap group and the trap_group_attributes_p parameter is ignored (can be NULL). 1) If there are policers bound to the trap group, please unbind them first. 2) If there are trap IDs configured to the trap group via API sx_api_host_ifc_trap_id_ext_set, please unset them first. 3) If the trap group is monitor trap group, then the file descriptor associated with this trap group will be reverted back to non-monitor file descriptor.
Note: The trap groups set by API sx_api_host_ifc_trap_group_set can be unset by sx_api_host_ifc_trap_group_ext_set. It is recommended to use sx_api_host_ifc_trap_group_ext_set to set/unset trap groups.
Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | cmd | - SX_ACCESS_CMD_SET / SX_ACCESS_CMD_UNSET |
| [in] | swid | - Switch ID. |
| [in] | trap_group | - The trap group, must be between 0-63. |
| [in] | trap_group_attributes_p | - Trap group attributes. |
| sx_status_t sx_api_host_ifc_trap_group_get | ( | const sx_api_handle_t | handle, |
| const sx_swid_id_t | swid, | ||
| const sx_trap_group_t | trap_group, | ||
| sx_trap_group_attributes_t * | trap_group_attributes_p | ||
| ) |
Get Trap group attributes: Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | swid | - Switch ID. |
| [in] | trap_group | - The trap group, must be between 0-63. |
| [out] | trap_group_attributes_p | - Trap group attributes. |
| sx_status_t sx_api_host_ifc_trap_group_iter_get | ( | const sx_api_handle_t | handle, |
| const sx_access_cmd_t | cmd, | ||
| const sx_swid_id_t | swid, | ||
| const sx_trap_group_t | trap_group_id, | ||
| const sx_trap_group_filter_t * | filter_p, | ||
| sx_trap_group_t * | trap_group_id_list_p, | ||
| uint32_t * | trap_group_id_cnt_p | ||
| ) |
This function retrieves a list of one or more trap group IDs. The following use case scenarios apply with different input parameters X = don't-care
Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | cmd | - GET/GET_FIRST/GET_NEXT. |
| [in] | swid | - Switch ID. |
| [in] | trap_group_id | - Trap group ID. |
| [in] | filter_p | - Specify a filter parameter (not supported yet). |
| [out] | trap_group_id_list_p | - Return list of trap group IDs: |
| [in,out] | trap_group_id_cnt_p | - [in] number of trap group IDs to get.
|
| sx_status_t sx_api_host_ifc_trap_id_set | ( | const sx_api_handle_t | handle, |
| const sx_swid_t | swid, | ||
| const sx_trap_id_t | trap_id, | ||
| const sx_trap_group_t | trap_group, | ||
| const sx_trap_action_t | trap_action | ||
| ) |
Configure traps / event properties for each device in the system: Map Trap ID / Event ID to Priority group. Configure trap action (for traps only). Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | swid | - Switch ID. |
| [in] | trap_id | - Trap ID. |
| [in] | trap_group | - Trap group handle. |
| [in] | trap_action | - Trap action. |
Note: When configuring trap_id of SX_TRAP_ID_ETH_L2_PACKET_SAMPLING /SX_TRAP_ID_GENERAL_FDB /SX_TRAP_ID_ACL/SX_TRAP_ID_IPTRAP, trap_action field is ignored. Instead, the action should be configured in each module.
| sx_status_t sx_api_host_ifc_trap_id_ext_set | ( | const sx_api_handle_t | handle, |
| const sx_access_cmd_t | cmd, | ||
| const sx_host_ifc_trap_key_t * | trap_key_p, | ||
| const sx_host_ifc_trap_attr_t * | trap_attr_p | ||
| ) |
Configure traps / event properties for each device in the system: Map Trap ID / Event ID to 1 of the 3 Priority groups: HIGH, MEDIUM, LOW. Configure trap action (for traps only). Please note that this API allows to bind the same trap id to regular and monitor trap groups at the same time. Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | cmd | - SX_ACCESS_CMD_SET / SX_ACCESS_CMD_UNSET |
| [in] | trap_key_p | - Trap key value (e.g. Trap ID) |
| [in] | trap_attr_p | - Trap attributes (e.g. trap group and trap action) |
Note: when configuring trap_id of SX_TRAP_ID_ETH_L2_PACKET_SAMPLING/SX_TRAP_ID_GENERAL_FDB/SX_TRAP_ID_ACL/SX_TRAP_ID_IPTRAP, trap_action field is ignored. Instead, the action should be configured in each module.
| sx_status_t sx_api_host_ifc_trap_id_ext_get | ( | const sx_api_handle_t | handle, |
| const sx_access_cmd_t | cmd, | ||
| const sx_host_ifc_trap_key_t * | trap_key_p, | ||
| sx_host_ifc_trap_attr_t * | trap_attr_p, | ||
| uint32_t * | attr_cnt_p | ||
| ) |
Get configured traps / event properties for each device in the system: Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | cmd | - SX_ACCESS_CMD_GET |
| [in] | trap_key_p | - Trap key value (e.g. Trap ID). |
| [out] | trap_attr_p | - Trap attributes (e.g. trap group and trap action) |
| [out] | trap_cnt_p | - Number of the trap groups and relevant parameters which bound to trap_id. |
Note: when trap_attr_p is NULL only the number of bound trap groups will be returned in trap_cnt_p.
| sx_status_t sx_api_host_ifc_trap_group_stat_get | ( | const sx_api_handle_t | handle, |
| const sx_access_cmd_t | cmd, | ||
| const sx_host_ifc_trap_group_key_t * | group_key_p, | ||
| sx_host_ifc_trap_group_stat_t * | group_stat_p | ||
| ) |
Get trap group information such as total number of discarded packets. Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | cmd | - SX_ACCESS_CMD_READ, SX_ACCESS_CMD_READ_CLEAR |
| [in] | group_key_p | - Trap group key value (e.g. Trap group ID). |
| [out] | group_stat_p | - Trap group statistic data (e.g. total number of discarded packets) |
| sx_status_t sx_api_host_ifc_user_defined_trap_id_set | ( | const sx_api_handle_t | handle, |
| const sx_access_cmd_t | cmd, | ||
| const sx_swid_t | swid, | ||
| const sx_trap_id_t | trap_id, | ||
| sx_trap_id_user_defined_attributes_t * | trap_attributes_p | ||
| ) |
This API adds/deletes user defined trap ID's. The trap ID created should be in the [SX_TRAP_ID_USER_BASE,SX_TRAP_ID_USER_MAX] range. For cmd == SX_ACCESS_CMD_DELETE, trap_attributes_p can be NULL. Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | cmd | - ADD/DELETE. |
| [in] | swid | - Switch ID. |
| [in] | trap_id | - Trap ID. |
| [in] | trap_attributes_p | - Traps attributes. |
| sx_status_t sx_api_host_ifc_trap_id_register_set | ( | const sx_api_handle_t | handle, |
| const sx_access_cmd_t | cmd, | ||
| const sx_swid_t | swid, | ||
| const sx_trap_id_t | trap_id, | ||
| const sx_user_channel_t * | user_channel_p | ||
| ) |
Register / DeRegister Traps (STP , LACP) or Events (Port up / down , Temperature event) in the driver. Configure the driver to pass packets matching this trap ID / Event ID, criteria & SWID to the client (according to user_channel). The source_log_port parameter of the received L2 trap always relates to the relevant physical port. Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | cmd | - REGISTER/DEREGISTER. |
| [in] | trap_id | - Trap ID. |
| [in] | user_channel_p | - The channel for the packets to be trapped. |
| sx_status_t sx_api_host_ifc_trap_id_register_get | ( | const sx_api_handle_t | handle, |
| const sx_access_cmd_t | cmd, | ||
| const sx_swid_t | swid, | ||
| const sx_trap_id_t | trap_id, | ||
| const sx_user_channel_t * | user_channel, | ||
| sx_user_channel_t * | user_channel_list_p, | ||
| uint32_t * | user_channel_cnt_p | ||
| ) |
This function get the trap's user channel list according to the swid and trap_id. The following use case scenarios apply with different input parameters. 1) SX_ACCESS_CMD_GET When *user_channel_cnt_p is not 0, this function returns a list of user channels. The returned user_channel_cnt may be less or equal to the requested user_channel_cnt. When *user_channel_cnt_p is 0, this function returns the total number of user channels configured for the specified trap ID. The input user_channel is ignored in this case.
2) SX_ACCESS_CMD_GET_FIRST In this case the API will return the first set of user channels. The returned user_channel_cnt may be less or equal to the requested user_channel_cnt. The input user_channel is ignored int this case.
3) SX_ACCESS_CMD_GETNEXT In this case the API will return the next set of user channels starting from the next user channel after the specified user channel. The returned user_channel_cnt may be less or equal to the requested user_channel_cnt. Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | cmd | - GET/GET_FIRST/GET_NEXT. |
| [in] | swid | - Switch ID. |
| [in] | trap_id | - Trap ID. |
| [out] | user_channel | - User channel, as a key to get next entries. |
| [out] | user_channel_list_p | - List of user channels. |
| [in,out] | user_channel_cnt_p | - as input: number of user channels requested. as output: number of user channels returned. |
| sx_status_t sx_api_host_ifc_port_vlan_trap_id_register_set | ( | const sx_api_handle_t | handle, |
| const sx_access_cmd_t | cmd, | ||
| const sx_swid_t | swid, | ||
| const sx_trap_id_t | trap_id, | ||
| const sx_host_ifc_register_key_t * | register_key_p, | ||
| const sx_user_channel_t * | user_channel_p | ||
| ) |
Register / DeRegister Traps (STP , LACP) or Events (Port up / down , Temperature event) in the driver. Configure the driver to pass packets matching this trap ID / Event ID, port OR vlan & SWID to the client (according to user_channel). The source_log_port parameter of the received L2 trap always relates to the relevant physical port. Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | cmd | - REGISTER/DEREGISTER. |
| [in] | trap_id | - Trap ID. |
| [in] | register_key_p | - Port/FID/Global |
| [in] | user_channel_p | - The channel for the packets to be trapped. |
| sx_status_t sx_api_host_ifc_port_vlan_trap_id_register_get | ( | const sx_api_handle_t | handle, |
| const sx_access_cmd_t | cmd, | ||
| const sx_swid_t | swid, | ||
| const sx_trap_id_t | trap_id, | ||
| const sx_host_ifc_register_get_entry_t * | register_entry, | ||
| sx_host_ifc_register_get_entry_t * | register_entry_list_p, | ||
| uint32_t * | register_entry_cnt_p | ||
| ) |
This function get the trap's register entry (register key and user channel) list according to the swid and trap_id. The following use case scenarios apply with different input parameters. 1) SX_ACCESS_CMD_GET When *register_entry_cnt_p is not 0, this function returns a list of register entries. The returned register_entry_cnt_p may be less or equal to the requested register_entry_cnt_p. When *register_entry_cnt_p is 0, this function returns the total number of register entries configured for the specified trap ID. The input register entry is ignored in this case.
2) SX_ACCESS_CMD_GET_FIRST In this case the API will return the first set of register entries. The returned register_entry_cnt may be less or equal to the requested register_entry_cnt. The input register entry is ignored int this case.
3) SX_ACCESS_CMD_GETNEXT In this case the API will return the next set of register entries starting from the next register entry after the specified register entry. The returned register_entry_cnt may be less or equal to the requested register_entry_cnt. Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | cmd | - GET/GET_FIRST/GET_NEXT |
| [in] | swid | - Switch ID. |
| [in] | trap_id | - Trap ID. |
| [out] | register_entry | - Register entry, as a key to get next entries. |
| [out] | register_entry_list_p | - List of register entries. |
| [in,out] | register_entry_cnt_p | - [in]: number of register entries requested. [out]: number of register entries returned. |
| sx_status_t sx_api_host_ifc_trap_filter_set | ( | const sx_api_handle_t | handle, |
| const sx_access_cmd_t | cmd, | ||
| const sx_swid_t | swid, | ||
| const sx_trap_id_t | trap_id, | ||
| sx_port_log_id_t * | log_port_list_p, | ||
| uint32_t * | log_port_cnt_p | ||
| ) |
This function configures the switch to filter packets received from certain ports/LAGs. If cmd is ADD, the given ports are added to the filter list. If the cmd is DELETE the given ports are removed from the trap filter list. If the cmd is DELETE_ALL all ports and LAGs which were previously added to the filter are removed. In this case log_port_num and log_port_list parameters are ignored. Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | cmd | - ADD / DELETE /DELETE_ALL |
| [in] | swid | - Switch ID. |
| [in] | trap_id | - Trap ID to filter on. |
| [in,out] | log_port_list | - List of Logical Ports to ADD/DELETE to/from the trap's filter list. If the API returns an error the list will contain the ports/LAGs which were not added successfully to the filter list. |
| [in,out] | log_port_num | - Number of Logical Ports to ADD/DELETE to/from the trap's filter list. If the API returns and error it will hold the number of ports/LAGs which were not added successfully to the filter list. |
| sx_status_t sx_api_host_ifc_trap_filter_get | ( | const sx_api_handle_t | handle, |
| const sx_access_cmd_t | cmd, | ||
| const sx_swid_t | swid, | ||
| const sx_trap_id_t | trap_id, | ||
| const sx_port_log_id_t | log_port_id, | ||
| sx_port_log_id_t * | log_port_list_p, | ||
| uint32_t * | log_port_cnt_p | ||
| ) |
This function get the trap's filter list according to the swid and trap_id. The following use case scenarios apply with different input parameters. 1) SX_ACCESS_CMD_GET When *log_port_cnt_p is not 0, this function returns a list of logical port IDs. The returned log_port_cnt may be less or equal to the requested log_port_cnt. When *log_port_cnt_p is 0, this function returns the the total number of ports/LAGs configured for the specified trap ID. The input log_port_id is ignored in this case.
2) SX_ACCESS_CMD_GET_FIRST In this case the API will return the first set of logical port IDs. The returned log_port_cnt may be less or equal to the requested log_port_cnt. The input log_port_id is ignored int this case.
3) SX_ACCESS_CMD_GETNEXT In this case the API will return the next set of logical port IDs starting from the next logical port ID after the specified logical port ID. The returned log_port_cnt may be less or equal to the requested log_port_cnt.
Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | cmd | - GET/GET_FIRST/GET_NEXT. |
| [in] | swid | - Switch ID. |
| [in] | trap_id | - Trap ID. |
| [in] | log_port_id | - Logical port ID, as a key to get next entries. |
| [out] | log_port_list | - List of logical ports. |
| [in,out] | log_port_num | - as input: number of logical ports requested. as output: number of logical ports returned. |
| sx_status_t sx_api_host_ifc_policer_bind_set | ( | const sx_api_handle_t | handle, |
| const sx_access_cmd_t | cmd, | ||
| const sx_swid_t | swid, | ||
| const sx_trap_group_t | trap_group, | ||
| const sx_policer_id_t | policer_id | ||
| ) |
This function binds/unbinds a policer to a trap priority. The policer type must be a global slow policer. Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | cmd | - BIND/UNBIND. |
| [in] | swid | - Switch ID. |
| [in] | trap_group | - Trap group. |
| [in] | policer_id | - Policer ID. |
| sx_status_t sx_api_host_ifc_policer_bind_get | ( | const sx_api_handle_t | handle, |
| const sx_swid_t | swid, | ||
| const sx_trap_group_t | trap_group, | ||
| sx_policer_id_t * | policer_id | ||
| ) |
Get policer ID per trap group. Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | swid | - Switch ID. |
| [in] | trap_group | - The trap group, must be between 0-63. |
| [out] | policer_id | - Policer ID. |
| sx_status_t sx_api_host_ifc_counters_get | ( | const sx_api_handle_t | handle, |
| const sx_access_cmd_t | cmd, | ||
| const sx_host_ifc_counters_filter_t * | filter_p, | ||
| sx_host_ifc_counters_t * | host_ifc_cnt_p | ||
| ) |
Get host interface counters. Supported devices: Spectrum, Spectrum2.
| [in] | handle | - SX-API handle. |
| [in] | cmd | - READ/READ_CLEAR. |
| [in] | filter_p | - Filter to determine which counters to get. |
| [out] | host_ifc_cnt_p | - Host interface counters. |
1.8.16