Skip to content

Commit 715c159

Browse files
authored
Adding new interface CEILR and CEILR_ER (#2256)
Adding new electrical interface CEILR for normal reach and CEILR_ER to enable extended reach option in SERDES. Signed-off-by: Prafull Singh <56103377+prafull-brcm@users.noreply.github.com>
1 parent 59a504f commit 715c159

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

inc/saiport.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,15 @@ typedef enum _sai_port_interface_type_t
507507
/** Interface type USXGMII */
508508
SAI_PORT_INTERFACE_TYPE_USXGMII,
509509

510+
/** Interface type CEIMR */
511+
SAI_PORT_INTERFACE_TYPE_CEIMR,
512+
513+
/** Interface type CEILR */
514+
SAI_PORT_INTERFACE_TYPE_CEILR,
515+
516+
/** Interface type CEILR extended reach */
517+
SAI_PORT_INTERFACE_TYPE_CEILR_ER,
518+
510519
/** Interface type MAX */
511520
SAI_PORT_INTERFACE_TYPE_MAX,
512521

meta/acronyms.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ CAUI - 100 Gigabit Attachment Unit Interface
2121
CB - Callback
2222
CBS - Committed Burst Size
2323
CCITT - Comite Consultatif International de Telegraphique et Telephonique
24+
CEILR - Common Electrical Interface Long Reach Normal
25+
CEIMR - Common Electrical Interface Medium Reach
2426
CFI - Canonical Format Indicator
2527
CIDR - Classless Inter Domain Routing
2628
CIR - Committed Information Rate

0 commit comments

Comments
 (0)