Skip to content

Commit

Permalink
SAI Proposal for PoE Support
Browse files Browse the repository at this point in the history
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 <dmurin@marvell.com>
  • Loading branch information
DanielaMurin committed Apr 14, 2024
1 parent d967d23 commit 67dca1c
Show file tree
Hide file tree
Showing 10 changed files with 1,246 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 67dca1c

Please sign in to comment.