Adding new interface CEILR and CEILR_ER#2256
Adding new interface CEILR and CEILR_ER#2256prafull-brcm wants to merge 6 commits intoopencomputeproject:masterfrom
Conversation
| SAI_PORT_INTERFACE_TYPE_USXGMII, | ||
|
|
||
| /** Interface type CEILR */ | ||
| SAI_PORT_INTERFACE_TYPE_CEILR, |
There was a problem hiding this comment.
could you please clarify which technology is meant here ?
There was a problem hiding this comment.
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 .
There was a problem hiding this comment.
Is it some proprietary technology or standard one ?
There was a problem hiding this comment.
CEILR is OIF standard electrical interface for backplane copper cable to connect module to module or chip to chip.
a5c8555 to
26b6325
Compare
|
@prafull-brcm - are you able to discuss this in the SAI community meeting on 3/12? |
|
@tjchadaga I can discuss this on 3/12 meeting in SAI community meeting. |
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>
Signed-off-by: Prafull Singh <56103377+prafull-brcm@users.noreply.github.com>
There was a problem hiding this comment.
CEIMR interface is added for medium reach interconnect cable < 50cm length to connect chip to chip on same PCB.
CEILR and CEILR_ER (extended reach) interface is added to connect with cable (twin-axial copper cable backplane) < 1 m for communication interface between two cards across a backplane.
These interfaces follows OIF’s (Optical Internetworking Forum ) Common Electrical Interface.
|
@prafull-brcm - As discussed in the community meeting, please update the PR with a detailed description of the types and usage examples |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Please also address the metachecker failure by adding CEILR & CEIMR to meta/acronyms |
Signed-off-by: Prafull Singh <56103377+prafull-brcm@users.noreply.github.com>
…tch-4 Signed-off-by: Prafull Singh <56103377+prafull-brcm@users.noreply.github.com>
|
@tjchadaga @vmittal-msft Line side attributes are set like this: Newly added interfaces can be configured similar way: Call the create port using line side attribute: |
Adding new electrical interface CEILR for normal reach and CEILR_ER to enable extended reach option in SERDES.