Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,18 @@ module openconfig-transport-types {
description "Ethernet compliance code: 800GBASE_ZR";
}

identity ETH_800GBASE_DR8 {
base ETHERNET_PMD_TYPE;
description "Ethernet compliance code: 800GBASE_DR8";
reference "IEEE 802.3df";
}
Comment on lines +1312 to +1316
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

It is recommended to include a reference to the relevant IEEE standard (e.g., IEEE 802.3df) for this PMD type, consistent with other entries in this module.

Suggested change
identity ETH_800GBASE_DR8 {
base ETHERNET_PMD_TYPE;
description "Ethernet compliance code: 800GBASE_DR8";
}
identity ETH_800GBASE_DR8 {
base ETHERNET_PMD_TYPE;
description "Ethernet compliance code: 800GBASE_DR8";
reference "IEEE 802.3df";
}


identity ETH_800GBASE_2XFR4 {
base ETHERNET_PMD_TYPE;
description "Ethernet compliance code: 800GBASE_2XFR4";
reference "IEEE 802.3cu";
}

identity ETH_UNDEFINED {
base ETHERNET_PMD_TYPE;
description "Ethernet compliance code: undefined";
Expand Down
Loading