SAI Metadata
|
This module defines SAI Debug Counter interface. More...
#include <saitypes.h>
Go to the source code of this file.
Classes | |
struct | _sai_debug_counter_api_t |
Counter methods table retrieved with sai_api_query() More... | |
Typedefs | |
typedef enum _sai_debug_counter_type_t | sai_debug_counter_type_t |
Debug counter type. | |
typedef enum _sai_debug_counter_bind_method_t | sai_debug_counter_bind_method_t |
Debug counter bind method. | |
typedef enum _sai_in_drop_reason_t | sai_in_drop_reason_t |
Attribute data for in drop reasons. | |
typedef enum _sai_out_drop_reason_t | sai_out_drop_reason_t |
Attribute data for out drop reasons. | |
typedef enum _sai_debug_counter_attr_t | sai_debug_counter_attr_t |
Attribute Id in sai_set_counter_attribute() and sai_get_counter_attribute() calls. | |
typedef sai_status_t(* | sai_create_debug_counter_fn) (_Out_ sai_object_id_t *debug_counter_id, _In_ sai_object_id_t switch_id, _In_ uint32_t attr_count, _In_ const sai_attribute_t *attr_list) |
Create debug counter. | |
typedef sai_status_t(* | sai_remove_debug_counter_fn) (_In_ sai_object_id_t debug_counter_id) |
Remove debug counter. | |
typedef sai_status_t(* | sai_set_debug_counter_attribute_fn) (_In_ sai_object_id_t debug_counter_id, _In_ const sai_attribute_t *attr) |
Set debug counter attribute Value. | |
typedef sai_status_t(* | sai_get_debug_counter_attribute_fn) (_In_ sai_object_id_t debug_counter_id, _In_ uint32_t attr_count, _Inout_ sai_attribute_t *attr_list) |
Get debug counter attribute Value. | |
typedef struct _sai_debug_counter_api_t | sai_debug_counter_api_t |
Counter methods table retrieved with sai_api_query() | |
This module defines SAI Debug Counter 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.
This module defines SAI Debug Counter API.
Definition in file saidebugcounter.h.