Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mellanox] Update ASIC table template for shared headroom pool relevant information #20085

Merged
merged 1 commit into from
Sep 25, 2024
Merged
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
16 changes: 12 additions & 4 deletions platform/mellanox/asic_table.j2
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@
"cell_size": "96",
"pipeline_latency": "19",
"mac_phy_delay": "0.8",
"peer_response_time": "3.8"
"peer_response_time": "3.8",
"port_reserved_shp": "20",
"port_max_shp": "8192"
},
stephenxs marked this conversation as resolved.
Show resolved Hide resolved
"OP": "SET"
}
Expand All @@ -70,7 +72,9 @@
"cell_size": "144",
"pipeline_latency": "19",
"mac_phy_delay": "0.8",
"peer_response_time": "3.8"
"peer_response_time": "3.8",
"port_reserved_shp": "20",
"port_max_shp": "8192"
},
"OP": "SET"
}
Expand All @@ -80,7 +84,9 @@
"cell_size": "144",
"pipeline_latency": "19",
"mac_phy_delay": "0.8",
"peer_response_time": "3.8"
"peer_response_time": "3.8",
"port_reserved_shp": "20",
"port_max_shp": "8192"
},
"OP": "SET"
}
Expand All @@ -90,7 +96,9 @@
"cell_size": "192",
"pipeline_latency": "19",
"mac_phy_delay": "0.8",
"peer_response_time": "3.8"
"peer_response_time": "3.8",
"port_reserved_shp": "20",
"port_max_shp": "8192"
},
"OP": "SET"
}
Expand Down
Loading