Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions inc/saiport.h
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,15 @@ typedef enum _sai_port_interface_type_t
/** Interface type USXGMII */
SAI_PORT_INTERFACE_TYPE_USXGMII,

/** Interface type CEIMR */
SAI_PORT_INTERFACE_TYPE_CEIMR,

/** Interface type CEILR */
SAI_PORT_INTERFACE_TYPE_CEILR,
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please clarify which technology is meant here ?

Copy link
Copy Markdown
Contributor Author

@prafull-brcm prafull-brcm Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is optical common electrical interface for LR as normal reach and LR_ER for extended reach backplane mode for chip to chip interface connected with copper cable for ethernet lane data rate 56G, 112G, 212G etc .

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it some proprietary technology or standard one ?

Copy link
Copy Markdown
Contributor Author

@prafull-brcm prafull-brcm Feb 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CEILR is OIF standard electrical interface for backplane copper cable to connect module to module or chip to chip.


/** Interface type CEILR extended reach */
SAI_PORT_INTERFACE_TYPE_CEILR_ER,

/** Interface type MAX */
SAI_PORT_INTERFACE_TYPE_MAX,

Expand Down
2 changes: 2 additions & 0 deletions meta/acronyms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ CAUI - 100 Gigabit Attachment Unit Interface
CB - Callback
CBS - Committed Burst Size
CCITT - Comite Consultatif International de Telegraphique et Telephonique
CEILR - Common Electrical Interface Long Reach Normal
CEIMR - Common Electrical Interface Medium Reach
CFI - Canonical Format Indicator
CIDR - Classless Inter Domain Routing
CIR - Committed Information Rate
Expand Down
Loading