SAI Metadata
Loading...
Searching...
No Matches
saischedulergroup.h File Reference

This module defines SAI QOS Scheduler Group interface. More...

#include <saitypes.h>

Go to the source code of this file.

Classes

struct  _sai_scheduler_group_api_t
 Scheduler Group methods table retrieved with sai_api_query() More...
 

Typedefs

typedef enum _sai_scheduler_group_attr_t sai_scheduler_group_attr_t
 Enum defining scheduler group attributes.
 
typedef sai_status_t(* sai_create_scheduler_group_fn) (_Out_ sai_object_id_t *scheduler_group_id, _In_ sai_object_id_t switch_id, _In_ uint32_t attr_count, _In_ const sai_attribute_t *attr_list)
 Create Scheduler group.
 
typedef sai_status_t(* sai_remove_scheduler_group_fn) (_In_ sai_object_id_t scheduler_group_id)
 Remove Scheduler group.
 
typedef sai_status_t(* sai_set_scheduler_group_attribute_fn) (_In_ sai_object_id_t scheduler_group_id, _In_ const sai_attribute_t *attr)
 Set Scheduler group Attribute.
 
typedef sai_status_t(* sai_get_scheduler_group_attribute_fn) (_In_ sai_object_id_t scheduler_group_id, _In_ uint32_t attr_count, _Inout_ sai_attribute_t *attr_list)
 Get Scheduler Group attribute.
 
typedef struct _sai_scheduler_group_api_t sai_scheduler_group_api_t
 Scheduler Group methods table retrieved with sai_api_query()
 

Enumerations

enum  _sai_scheduler_group_attr_t {
  SAI_SCHEDULER_GROUP_ATTR_START = 0x00000000 , SAI_SCHEDULER_GROUP_ATTR_CHILD_COUNT = SAI_SCHEDULER_GROUP_ATTR_START , SAI_SCHEDULER_GROUP_ATTR_CHILD_LIST = 0x00000001 , SAI_SCHEDULER_GROUP_ATTR_PORT_ID = 0x00000002 ,
  SAI_SCHEDULER_GROUP_ATTR_LEVEL = 0x00000003 , SAI_SCHEDULER_GROUP_ATTR_MAX_CHILDS = 0x00000004 , SAI_SCHEDULER_GROUP_ATTR_SCHEDULER_PROFILE_ID = 0x00000005 , SAI_SCHEDULER_GROUP_ATTR_PARENT_NODE = 0x00000006 ,
  SAI_SCHEDULER_GROUP_ATTR_END , SAI_SCHEDULER_GROUP_ATTR_CUSTOM_RANGE_START = 0x10000000 , SAI_SCHEDULER_GROUP_ATTR_CUSTOM_RANGE_END
}
 Enum defining scheduler group attributes. More...
 

Detailed Description

This module defines SAI QOS Scheduler Group 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 saischedulergroup.h.