Skip to content

Commit d5007d8

Browse files
Adding custom range base values (#2179)
Signed-off-by: Dhruvkumar Patel <pdhruvkumarr@marvell.com>
1 parent 0bed1a5 commit d5007d8

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

inc/saiswitch.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
/**

inc/saitam.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
/**

inc/saitypes.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)