SAI Metadata
|
This module defines SAI MPLS interface. More...
#include <saitypes.h>
Go to the source code of this file.
Classes | |
struct | _sai_inseg_entry_t |
In segment entry. More... | |
struct | _sai_mpls_api_t |
MPLS methods table retrieved with sai_api_query() More... | |
Typedefs | |
typedef enum _sai_inseg_entry_psc_type_t | sai_inseg_entry_psc_type_t |
typedef enum _sai_inseg_entry_pop_ttl_mode_t | sai_inseg_entry_pop_ttl_mode_t |
typedef enum _sai_inseg_entry_pop_qos_mode_t | sai_inseg_entry_pop_qos_mode_t |
typedef enum _sai_inseg_entry_attr_t | sai_inseg_entry_attr_t |
Attribute Id for SAI in segment. | |
typedef struct _sai_inseg_entry_t | sai_inseg_entry_t |
In segment entry. | |
typedef sai_status_t(* | sai_create_inseg_entry_fn) (_In_ const sai_inseg_entry_t *inseg_entry, _In_ uint32_t attr_count, _In_ const sai_attribute_t *attr_list) |
Create In Segment entry. | |
typedef sai_status_t(* | sai_remove_inseg_entry_fn) (_In_ const sai_inseg_entry_t *inseg_entry) |
Remove In Segment entry. | |
typedef sai_status_t(* | sai_set_inseg_entry_attribute_fn) (_In_ const sai_inseg_entry_t *inseg_entry, _In_ const sai_attribute_t *attr) |
Set In Segment attribute value. | |
typedef sai_status_t(* | sai_get_inseg_entry_attribute_fn) (_In_ const sai_inseg_entry_t *inseg_entry, _In_ uint32_t attr_count, _Inout_ sai_attribute_t *attr_list) |
Get In Segment attribute value. | |
typedef sai_status_t(* | sai_bulk_create_inseg_entry_fn) (_In_ uint32_t object_count, _In_ const sai_inseg_entry_t *inseg_entry, _In_ const uint32_t *attr_count, _In_ const sai_attribute_t **attr_list, _In_ sai_bulk_op_error_mode_t mode, _Out_ sai_status_t *object_statuses) |
Bulk create In Segment entry. | |
typedef sai_status_t(* | sai_bulk_remove_inseg_entry_fn) (_In_ uint32_t object_count, _In_ const sai_inseg_entry_t *inseg_entry, _In_ sai_bulk_op_error_mode_t mode, _Out_ sai_status_t *object_statuses) |
Bulk remove In Segment entry. | |
typedef sai_status_t(* | sai_bulk_set_inseg_entry_attribute_fn) (_In_ uint32_t object_count, _In_ const sai_inseg_entry_t *inseg_entry, _In_ const sai_attribute_t *attr_list, _In_ sai_bulk_op_error_mode_t mode, _Out_ sai_status_t *object_statuses) |
Bulk set attribute on In Segment entry. | |
typedef sai_status_t(* | sai_bulk_get_inseg_entry_attribute_fn) (_In_ uint32_t object_count, _In_ const sai_inseg_entry_t *inseg_entry, _In_ const uint32_t *attr_count, _Inout_ sai_attribute_t **attr_list, _In_ sai_bulk_op_error_mode_t mode, _Out_ sai_status_t *object_statuses) |
Bulk get attribute on In Segment entry. | |
typedef struct _sai_mpls_api_t | sai_mpls_api_t |
MPLS methods table retrieved with sai_api_query() | |
This module defines SAI MPLS 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 saimpls.h.