SAI Metadata
|
This module defines SAI Bridge. More...
#include <saitypes.h>
Go to the source code of this file.
Classes | |
struct | _sai_bridge_api_t |
Bridge methods table retrieved with sai_api_query() More... | |
Typedefs | |
typedef enum _sai_bridge_port_fdb_learning_mode_t | sai_bridge_port_fdb_learning_mode_t |
Attribute data for SAI_BRIDGE_PORT_ATTR_FDB_LEARNING_MODE. | |
typedef enum _sai_bridge_port_type_t | sai_bridge_port_type_t |
Attribute data for SAI_BRIDGE_PORT_ATTR_TYPE. | |
typedef enum _sai_bridge_port_tagging_mode_t | sai_bridge_port_tagging_mode_t |
Attribute data for SAI_BRIDGE_PORT_ATTR_TAGGING_MODE. | |
typedef enum _sai_bridge_port_attr_t | sai_bridge_port_attr_t |
SAI attributes for Bridge Port. | |
typedef enum _sai_bridge_port_stat_t | sai_bridge_port_stat_t |
Bridge port counter IDs in sai_get_bridge_port_stats() call. | |
typedef sai_status_t(* | sai_create_bridge_port_fn) (_Out_ sai_object_id_t *bridge_port_id, _In_ sai_object_id_t switch_id, _In_ uint32_t attr_count, _In_ const sai_attribute_t *attr_list) |
Create bridge port. | |
typedef sai_status_t(* | sai_remove_bridge_port_fn) (_In_ sai_object_id_t bridge_port_id) |
Remove bridge port. | |
typedef sai_status_t(* | sai_set_bridge_port_attribute_fn) (_In_ sai_object_id_t bridge_port_id, _In_ const sai_attribute_t *attr) |
Set attribute for bridge port. | |
typedef sai_status_t(* | sai_get_bridge_port_attribute_fn) (_In_ sai_object_id_t bridge_port_id, _In_ uint32_t attr_count, _Inout_ sai_attribute_t *attr_list) |
Get attributes of bridge port. | |
typedef sai_status_t(* | sai_get_bridge_port_stats_fn) (_In_ sai_object_id_t bridge_port_id, _In_ uint32_t number_of_counters, _In_ const sai_stat_id_t *counter_ids, _Out_ uint64_t *counters) |
Get bridge port statistics counters. Deprecated for backward compatibility. | |
typedef sai_status_t(* | sai_get_bridge_port_stats_ext_fn) (_In_ sai_object_id_t bridge_port_id, _In_ uint32_t number_of_counters, _In_ const sai_stat_id_t *counter_ids, _In_ sai_stats_mode_t mode, _Out_ uint64_t *counters) |
Get bridge port statistics counters extended. | |
typedef sai_status_t(* | sai_clear_bridge_port_stats_fn) (_In_ sai_object_id_t bridge_port_id, _In_ uint32_t number_of_counters, _In_ const sai_stat_id_t *counter_ids) |
Clear bridge port statistics counters. | |
typedef enum _sai_bridge_type_t | sai_bridge_type_t |
Attribute data for SAI_BRIDGE_ATTR_TYPE. | |
typedef enum _sai_bridge_flood_control_type_t | sai_bridge_flood_control_type_t |
Attribute data for unknown unicast, unknown multicast and broadcast flood controls. | |
typedef enum _sai_bridge_attr_t | sai_bridge_attr_t |
SAI attributes for Bridge. | |
typedef enum _sai_bridge_stat_t | sai_bridge_stat_t |
Bridge counter IDs in sai_get_bridge_stats() call. | |
typedef sai_status_t(* | sai_create_bridge_fn) (_Out_ sai_object_id_t *bridge_id, _In_ sai_object_id_t switch_id, _In_ uint32_t attr_count, _In_ const sai_attribute_t *attr_list) |
Create bridge. | |
typedef sai_status_t(* | sai_remove_bridge_fn) (_In_ sai_object_id_t bridge_id) |
Remove bridge. | |
typedef sai_status_t(* | sai_set_bridge_attribute_fn) (_In_ sai_object_id_t bridge_id, _In_ const sai_attribute_t *attr) |
Set attribute for bridge. | |
typedef sai_status_t(* | sai_get_bridge_attribute_fn) (_In_ sai_object_id_t bridge_id, _In_ uint32_t attr_count, _Inout_ sai_attribute_t *attr_list) |
Get attributes of bridge. | |
typedef sai_status_t(* | sai_get_bridge_stats_fn) (_In_ sai_object_id_t bridge_id, _In_ uint32_t number_of_counters, _In_ const sai_stat_id_t *counter_ids, _Out_ uint64_t *counters) |
Get bridge statistics counters. Deprecated for backward compatibility. | |
typedef sai_status_t(* | sai_get_bridge_stats_ext_fn) (_In_ sai_object_id_t bridge_id, _In_ uint32_t number_of_counters, _In_ const sai_stat_id_t *counter_ids, _In_ sai_stats_mode_t mode, _Out_ uint64_t *counters) |
Get bridge statistics counters extended. | |
typedef sai_status_t(* | sai_clear_bridge_stats_fn) (_In_ sai_object_id_t bridge_id, _In_ uint32_t number_of_counters, _In_ const sai_stat_id_t *counter_ids) |
Clear bridge statistics counters. | |
typedef struct _sai_bridge_api_t | sai_bridge_api_t |
Bridge methods table retrieved with sai_api_query() | |
This module defines SAI Bridge.
Copyright (c) 2014 Microsoft Open Technologies, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
THIS CODE IS PROVIDED ON AN AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions and limitations under the License.
Microsoft would like to thank the following companies for their review and assistance with these files: Intel Corporation, Mellanox Technologies Ltd, Dell Products, L.P., Facebook, Inc., Marvell International Ltd.
Definition in file saibridge.h.