Skip to content

Commit

Permalink
Align threshold mode of zero buffer profile of egress_lossless_pool (#…
Browse files Browse the repository at this point in the history
…10627)

On vs platform, egress_lossless_pool's mode is static.
So the corresponding profile should be of static_th as well.

Signed-off-by: Stephen Sun <[email protected]>
  • Loading branch information
stephenxs authored Apr 25, 2022
1 parent 64187a1 commit 9237950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/vs/docker-sonic-vs/zero_profiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"BUFFER_PROFILE_TABLE:egress_lossless_zero_profile" : {
"pool":"egress_lossless_pool",
"size":"0",
"dynamic_th":"-8"
"static_th":"0"
},
"OP": "SET"
},
Expand Down

0 comments on commit 9237950

Please sign in to comment.