Skip to content

Commit

Permalink
Merge branch 'opencomputeproject:master' into rajendrat/AdditionalPor…
Browse files Browse the repository at this point in the history
…tStatsRange
  • Loading branch information
rajendrat authored Apr 23, 2024
2 parents 636fdcd + e329bf2 commit 4d199dc
Show file tree
Hide file tree
Showing 11 changed files with 1,248 additions and 0 deletions.
591 changes: 591 additions & 0 deletions doc/SAI-Proposal-PoE.md

Large diffs are not rendered by default.

Binary file added doc/figures/PoE_Physical_Design.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions inc/sai.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
#include "saigenericprogrammable.h"
#include "saitwamp.h"
#include "saiversion.h"
#include "saipoe.h"

/**
* @defgroup SAI SAI - Entry point specific API definitions.
Expand Down Expand Up @@ -146,6 +147,7 @@ typedef enum _sai_api_t
SAI_API_ARS = 48, /**<sai_ars_api_t */
SAI_API_ARS_PROFILE = 49, /**<sai_ars_api_profile_t */
SAI_API_TWAMP = 50, /**< sai_twamp_api_t */
SAI_API_POE = 51, /**< sai_poe_api_t */
SAI_API_MAX, /**< total number of APIs */

/** Custom range base value */
Expand Down
Loading

0 comments on commit 4d199dc

Please sign in to comment.