Skip to content

Commit

Permalink
Update asic table template for shared headroom pool relevant informat…
Browse files Browse the repository at this point in the history
…ion (#20085)

[Mellanox] Update asic table template for shared headroom pool relevant information 

Signed-off-by: Stephen Sun <stephens@nvidia.com>
  • Loading branch information
stephenxs authored and mssonicbld committed Nov 21, 2024
1 parent 0f9e0db commit b461ea6
Showing 1 changed file with 12 additions and 4 deletions.
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"
},
"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

0 comments on commit b461ea6

Please sign in to comment.