Skip to content

Commit 5f94ac9

Browse files
committed
SAI Proposal for PoE Support
The following proposal is a draft proposal to add PoE support that will allow vendors to implement their own PoE solution. Change-Id: I73fe13f2aceba1ed26bb7f23e480c99f2feefd73 Signed-off-by: DanielaMurin <[email protected]>
1 parent f7389ba commit 5f94ac9

File tree

10 files changed

+1246
-0
lines changed

10 files changed

+1246
-0
lines changed

doc/SAI-Proposal-PoE.md

Lines changed: 591 additions & 0 deletions
Large diffs are not rendered by default.

doc/figures/PoE_Physical_Design.png

1000 KB
Loading

inc/sai.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
#include "saigenericprogrammable.h"
8080
#include "saitwamp.h"
8181
#include "saiversion.h"
82+
#include "saipoe.h"
8283

8384
/**
8485
* @defgroup SAI SAI - Entry point specific API definitions.
@@ -146,6 +147,7 @@ typedef enum _sai_api_t
146147
SAI_API_ARS = 48, /**<sai_ars_api_t */
147148
SAI_API_ARS_PROFILE = 49, /**<sai_ars_api_profile_t */
148149
SAI_API_TWAMP = 50, /**< sai_twamp_api_t */
150+
SAI_API_POE = 51, /**< sai_poe_api_t */
149151
SAI_API_MAX, /**< total number of APIs */
150152

151153
/** Custom range base value */

0 commit comments

Comments
 (0)