Skip to content

Commit

Permalink
Adding additional Ether pkts stats ranges for Cisco Platforms
Browse files Browse the repository at this point in the history
Signed-off-by: rajendrat <[email protected]>
  • Loading branch information
rajendrat committed Apr 23, 2024
1 parent ca6b08f commit 927f7e6
Show file tree
Hide file tree
Showing 12 changed files with 1,267 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 927f7e6

Please sign in to comment.