Skip to content

Commit

Permalink
TAM Enhancement for Monitoring Microbursts - header files update. (#689)
Browse files Browse the repository at this point in the history
* TAM Enhancement for Monitoring Microbursts - header files update.

* SAI Microbursts - fixing Doxygen issues.

* SAI Microbursts: tabs converted to 4 spaces.

* SAI Microbursts - clean meta/make issues.

* SAI Microbursts updated: added switch_id parameter, and some more fixes.

* SAI Microbursts - default tag removed.

* SAI Microbursts - fixing SAI_TAM_MICROBURST_ATTR_STATISTIC.

* SAI Microbursts - fixing sanity check SAI_OBJECT_TYPE_TAM_HISTOGRAM.

* SAI Microbursts - fixing errors 0.1.

* SAI Microbursts - fixing errors 0.2.
  • Loading branch information
VitalyVovnoboy authored and lguohan committed Aug 3, 2017
1 parent 04d5eee commit c0315eb
Show file tree
Hide file tree
Showing 5 changed files with 413 additions and 3 deletions.
4 changes: 3 additions & 1 deletion inc/sai.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
#include "saivirtualrouter.h"
#include "saivlan.h"
#include "saiwred.h"
#include "saiuburst.h"

/**
* @defgroup SAI SAI - Entry point specific API definitions.
Expand Down Expand Up @@ -117,7 +118,8 @@ typedef enum _sai_api_t
SAI_API_TAM = 34, /**< sai_tam_api_t */
SAI_API_SEGMENTROUTE = 35, /**< sai_segmentroute_api_t */
SAI_API_MPLS = 36, /**< sai_mpls_api_t */
SAI_API_MAX = 37, /**< total number of APIs */
SAI_API_UBURST = 37, /**< sai_uburst_api_t */
SAI_API_MAX = 38, /**< total number of APIs */
} sai_api_t;

/**
Expand Down
4 changes: 3 additions & 1 deletion inc/saitypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,9 @@ typedef enum _sai_object_type_t
SAI_OBJECT_TYPE_SEGMENTROUTE_SIDLIST = 65,
SAI_OBJECT_TYPE_PORT_POOL = 66,
SAI_OBJECT_TYPE_INSEG_ENTRY = 67,
SAI_OBJECT_TYPE_MAX = 68,
SAI_OBJECT_TYPE_TAM_HISTOGRAM = 68,
SAI_OBJECT_TYPE_TAM_MICROBURST = 69,
SAI_OBJECT_TYPE_MAX = 70,
} sai_object_type_t;

typedef struct _sai_u8_list_t
Expand Down
Loading

0 comments on commit c0315eb

Please sign in to comment.