File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -3611,6 +3611,9 @@ typedef enum _sai_switch_stat_t
36113611 /** Switch stat range end */
36123612 SAI_SWITCH_STAT_END ,
36133613
3614+ /** Custom range base value */
3615+ SAI_SWITCH_STAT_CUSTOM_RANGE_BASE = 0x10000000
3616+
36143617} sai_switch_stat_t ;
36153618
36163619/**
Original file line number Diff line number Diff line change @@ -1292,6 +1292,9 @@ typedef enum _sai_tam_report_mode_t
12921292 /** Report in a sampling mode, one report is sent for every n reports */
12931293 SAI_TAM_REPORT_MODE_SAMPLING ,
12941294
1295+ /** Custom range base value */
1296+ SAI_TAM_REPORT_MODE_CUSTOM_RANGE_BASE = 0x10000000
1297+
12951298} sai_tam_report_mode_t ;
12961299
12971300/**
Original file line number Diff line number Diff line change @@ -813,6 +813,9 @@ typedef enum _sai_acl_table_supported_match_type_t
813813 /** Exact */
814814 SAI_ACL_TABLE_SUPPORTED_MATCH_TYPE_EXACT ,
815815
816+ /** Custom range base value */
817+ SAI_ACL_TABLE_SUPPORTED_MATCH_TYPE_CUSTOM_RANGE_BASE = 0x10000000
818+
816819} sai_acl_table_supported_match_type_t ;
817820
818821/**
You can’t perform that action at this time.
0 commit comments