From 211d45ae611fe3f5167cb46843c0a83ee88684b3 Mon Sep 17 00:00:00 2001 From: Jai Kumar Date: Wed, 13 Dec 2023 14:21:11 -0800 Subject: [PATCH] Extension Range for SAI Hash Signed-off-by: Jai Kumar --- inc/saiswitch.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inc/saiswitch.h b/inc/saiswitch.h index ca9da7096..ddf86fd64 100644 --- a/inc/saiswitch.h +++ b/inc/saiswitch.h @@ -208,6 +208,11 @@ typedef enum _sai_hash_algorithm_t /** Combination of CRC and XOR based hash algorithm */ SAI_HASH_ALGORITHM_CRC_XOR = 6, + /** Custom range base value */ + SAI_HASH_ALGORITHM_CUSTOM_RANGE_START = 0x00000100, + + /** End of custom range base */ + SAI_HASH_ALGORITHM_CUSTOM_RANGE_END } sai_hash_algorithm_t; /**