Common Management Interface Specification
Notes
- 100G 電氣、SerDes 和最新的模組管理
- I2C-based interface
- 256 byte addressable memory window
- American notation of decimal number, 與SFF-8636 不同(採用ISO notation)
- Vendor-agnostic: 跨平台的
- chapter 5: Management interface
- MSL (Management Signaling Layer Control Signals)
- RAL ()
- 在光纖模組的產業規範內, 一筆資料都是 1 個 Byte, 也就是 8 個 bits.
- Data Address 也是以 1 個 Byte 做規定, 這樣一來, 總共會有 0 (00h) 到 255 (FFh) 總共 256 筆資料可以存放. 若有更多的資料需要存放, 這時這個 Device 裝置已經放不下了, 我們需要另外一個裝置來存放. 由於有多個裝置供讀取, 因此讀取之初, 就需先指定 Device Address 裝置位址. 光纖模組才知道, 系統端想問的是哪個裝置內的資料. 常用的 Device Address 為 A0h, A2h. SFF-8472 的 Memory Map 便是區分 A0h, A2h 兩個區塊, 如圖.
- Table 8-1 List of CMIS pageReserved are are futer use, and cannot be accessed.
- 裡面有對各種glossary的名詞解釋
- Default endianess (storage order):Big endian 最高的位元組放在最低的記憶體位址.
- Page 03h:
❓✅CMIS 與 DDM 的差別 (DDM 是SFF-8472 定義),兩者的MSA 對應不同速率/Form factor
DDM function 與 CMIS 的差異?
- DDM (Digital Diagnostic Monitoring) 是定義在SFF-8472、SFF-8636 MSA內,
- CMIS 文件中並沒有DDM這個詞,而是VDM (Versatile Diagnostic Monitor).
Referencing Elements
- Bank index
- Page index
- Byte address
- Bank: Page: Byte
- 可以用dash separated 表示from to
- example:
- Banks 0-1
- Pages A0h-AFh
Ref.