Skip to content

Commit

Permalink
Extension Range for SAI Hash
Browse files Browse the repository at this point in the history
  • Loading branch information
JaiOCP authored Dec 13, 2023
1 parent 96143ee commit e138b7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions inc/saiswitch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down

0 comments on commit e138b7c

Please sign in to comment.