SAI Metadata
|
This module defines SAI LAG interface. More...
#include <saitypes.h>
Go to the source code of this file.
Classes | |
struct | _sai_lag_api_t |
LAG methods table retrieved with sai_api_query() More... | |
Typedefs | |
typedef enum _sai_lag_attr_t | sai_lag_attr_t |
LAG attribute: List of attributes for LAG object. | |
typedef sai_status_t(* | sai_create_lag_fn) (_Out_ sai_object_id_t *lag_id, _In_ sai_object_id_t switch_id, _In_ uint32_t attr_count, _In_ const sai_attribute_t *attr_list) |
Create LAG. | |
typedef sai_status_t(* | sai_remove_lag_fn) (_In_ sai_object_id_t lag_id) |
Remove LAG. | |
typedef sai_status_t(* | sai_set_lag_attribute_fn) (_In_ sai_object_id_t lag_id, _In_ const sai_attribute_t *attr) |
Set LAG Attribute. | |
typedef sai_status_t(* | sai_get_lag_attribute_fn) (_In_ sai_object_id_t lag_id, _In_ uint32_t attr_count, _Inout_ sai_attribute_t *attr_list) |
Get LAG Attribute. | |
typedef enum _sai_lag_member_attr_t | sai_lag_member_attr_t |
List of LAG member attributes. | |
typedef sai_status_t(* | sai_create_lag_member_fn) (_Out_ sai_object_id_t *lag_member_id, _In_ sai_object_id_t switch_id, _In_ uint32_t attr_count, _In_ const sai_attribute_t *attr_list) |
Create LAG Member. | |
typedef sai_status_t(* | sai_remove_lag_member_fn) (_In_ sai_object_id_t lag_member_id) |
Remove LAG Member. | |
typedef sai_status_t(* | sai_set_lag_member_attribute_fn) (_In_ sai_object_id_t lag_member_id, _In_ const sai_attribute_t *attr) |
Set LAG Member Attribute. | |
typedef sai_status_t(* | sai_get_lag_member_attribute_fn) (_In_ sai_object_id_t lag_member_id, _In_ uint32_t attr_count, _Inout_ sai_attribute_t *attr_list) |
Get LAG Member Attribute. | |
typedef struct _sai_lag_api_t | sai_lag_api_t |
LAG methods table retrieved with sai_api_query() | |
Enumerations | |
enum | _sai_lag_attr_t { SAI_LAG_ATTR_START , SAI_LAG_ATTR_PORT_LIST = SAI_LAG_ATTR_START , SAI_LAG_ATTR_INGRESS_ACL , SAI_LAG_ATTR_EGRESS_ACL , SAI_LAG_ATTR_PORT_VLAN_ID , SAI_LAG_ATTR_DEFAULT_VLAN_PRIORITY , SAI_LAG_ATTR_DROP_UNTAGGED , SAI_LAG_ATTR_DROP_TAGGED , SAI_LAG_ATTR_TPID , SAI_LAG_ATTR_SYSTEM_PORT_AGGREGATE_ID , SAI_LAG_ATTR_LABEL , SAI_LAG_ATTR_ARS_OBJECT_ID , SAI_LAG_ATTR_ARS_PACKET_DROPS , SAI_LAG_ATTR_ARS_PORT_REASSIGNMENTS , SAI_LAG_ATTR_END , SAI_LAG_ATTR_CUSTOM_RANGE_START = 0x10000000 , SAI_LAG_ATTR_CUSTOM_RANGE_END } |
LAG attribute: List of attributes for LAG object. More... | |
enum | _sai_lag_member_attr_t { SAI_LAG_MEMBER_ATTR_START , SAI_LAG_MEMBER_ATTR_LAG_ID = SAI_LAG_MEMBER_ATTR_START , SAI_LAG_MEMBER_ATTR_PORT_ID , SAI_LAG_MEMBER_ATTR_EGRESS_DISABLE , SAI_LAG_MEMBER_ATTR_INGRESS_DISABLE , SAI_LAG_MEMBER_ATTR_END , SAI_LAG_MEMBER_ATTR_CUSTOM_RANGE_START = 0x10000000 , SAI_LAG_MEMBER_ATTR_CUSTOM_RANGE_END } |
List of LAG member attributes. More... | |
This module defines SAI LAG interface.
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 sailag.h.