Skip to content

Commit 769bc00

Browse files
prafull-brcmtjchadaga
authored andcommitted
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 d0c3633 commit 769bc00

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
@@ -498,6 +498,15 @@ typedef enum _sai_port_interface_type_t
498498
/** Interface type USXGMII */
499499
SAI_PORT_INTERFACE_TYPE_USXGMII,
500500

501+
/** Interface type CEIMR */
502+
SAI_PORT_INTERFACE_TYPE_CEIMR,
503+
504+
/** Interface type CEILR */
505+
SAI_PORT_INTERFACE_TYPE_CEILR,
506+
507+
/** Interface type CEILR extended reach */
508+
SAI_PORT_INTERFACE_TYPE_CEILR_ER,
509+
501510
/** Interface type MAX */
502511
SAI_PORT_INTERFACE_TYPE_MAX,
503512

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)