Skip to content

Commit

Permalink
Define BRCM_SAI_SDK_DNX_GTE_11_7
Browse files Browse the repository at this point in the history
Summary:
As titled. To be used for gating features only
available post 11.7

Reviewed By: shri-khare

Differential Revision:
D66940615

Privacy Context Container: L1125642

fbshipit-source-id: 1027f0e3ca2fba8ff3648480451ef5f4c85b6266
  • Loading branch information
Jasmeet Bagga authored and facebook-github-bot committed Dec 9, 2024
1 parent 3e1fb56 commit 359c3be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fboss/agent/hw/sai/api/SaiVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
#define BRCM_SAI_SDK_DNX_GTE_11_0
#endif

#if defined BRCM_SAI_SDK_DNX_GTE_12_0 || defined(SAI_VERSION_11_7_0_0_DNX_ODP)
#define BRCM_SAI_SDK_DNX_GTE_11_7
#endif

#if defined BRCM_SAI_SDK_GTE_11_0 || defined(SAI_VERSION_10_0_EA_ODP) || \
defined(SAI_VERSION_10_0_EA_SIM_ODP) || \
defined(SAI_VERSION_10_0_EA_DNX_ODP) || \
Expand Down

0 comments on commit 359c3be

Please sign in to comment.