Skip to content

Commit

Permalink
Add SAI_VERSION_11_7_0_0_ODP for BRCM SAI 11.7 GA
Browse files Browse the repository at this point in the history
Summary: Add SAI_VERSION_11_7_0_0_ODP for BRCM SAI 11.7 GA

Reviewed By: jasmeetbagga

Differential Revision: D66285194

fbshipit-source-id: dca78b965293757f489de5d7bdceed1b1bb3bcc7
  • Loading branch information
simuthus-fb authored and facebook-github-bot committed Nov 26, 2024
1 parent 1d3f3c5 commit abe94f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fboss/agent/hw/sai/api/SaiVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
defined(SAI_VERSION_10_0_EA_ODP) || \
defined(SAI_VERSION_10_0_EA_SIM_ODP) || \
defined(SAI_VERSION_10_2_0_0_ODP) || defined(SAI_VERSION_11_0_EA_ODP) || \
defined(SAI_VERSION_11_0_EA_SIM_ODP) || defined(SAI_VERSION_11_3_0_0_ODP)
defined(SAI_VERSION_11_0_EA_SIM_ODP) || \
defined(SAI_VERSION_11_3_0_0_ODP) || defined(SAI_VERSION_11_7_0_0_ODP)
#define BRCM_SAI_SDK_XGS
#endif

Expand Down Expand Up @@ -81,7 +82,8 @@
defined(SAI_VERSION_11_0_EA_DNX_ODP) || \
defined(SAI_VERSION_11_0_EA_DNX_SIM_ODP) || \
defined(SAI_VERSION_11_3_0_0_DNX_ODP) || \
defined(SAI_VERSION_11_3_0_0_ODP) || defined(SAI_VERSION_11_7_0_0_DNX_ODP)
defined(SAI_VERSION_11_3_0_0_ODP) || \
defined(SAI_VERSION_11_7_0_0_DNX_ODP) || defined(SAI_VERSION_11_7_0_0_ODP)
#define BRCM_SAI_SDK_GTE_11_0
#endif

Expand Down

0 comments on commit abe94f5

Please sign in to comment.