Skip to content

Commit

Permalink
Update Mellanox buffer profiles config
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Moroz <[email protected]>
  • Loading branch information
andriymoroz-mlnx committed Nov 30, 2017
1 parent d39dd39 commit 4e4b77f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions dockers/docker-orchagent/msn27xx.32ports.buffers.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"BUFFER_PROFILE_TABLE:ingress_lossless_profile": {
"pool":"[BUFFER_POOL_TABLE:ingress_lossless_pool]",
"size":"0",
"dynamic_th":"7"
"dynamic_th":"1"
},
"OP": "SET"
},
Expand All @@ -47,7 +47,7 @@
{
"BUFFER_PROFILE_TABLE:egress_lossless_profile": {
"pool":"[BUFFER_POOL_TABLE:egress_lossless_pool]",
"size":"1518",
"size":"0",
"dynamic_th":"7"
},
"OP": "SET"
Expand All @@ -64,7 +64,7 @@
"BUFFER_PROFILE_TABLE:pg_lossy_profile": {
"pool":"[BUFFER_POOL_TABLE:ingress_lossy_pool]",
"size":"0",
"dynamic_th":"3"
"dynamic_th":"7"
},
"OP": "SET"
},
Expand All @@ -80,7 +80,7 @@
"BUFFER_PROFILE_TABLE:q_lossy_profile": {
"pool":"[BUFFER_POOL_TABLE:egress_lossy_pool]",
"size":"0",
"dynamic_th":"1"
"dynamic_th":"7"
},
"OP": "SET"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"BUFFER_PROFILE_TABLE:ingress_lossless_profile": {
"pool":"[BUFFER_POOL_TABLE:ingress_lossless_pool]",
"size":"0",
"dynamic_th":"7"
"dynamic_th":"1"
},
"OP": "SET"
},
Expand All @@ -42,7 +42,7 @@
{
"BUFFER_PROFILE_TABLE:egress_lossless_profile": {
"pool":"[BUFFER_POOL_TABLE:egress_lossless_pool]",
"size":"1518",
"size":"0",
"dynamic_th":"7"
},
"OP": "SET"
Expand All @@ -59,7 +59,7 @@
"BUFFER_PROFILE_TABLE:pg_lossy_profile": {
"pool":"[BUFFER_POOL_TABLE:ingress_lossy_pool]",
"size":"0",
"dynamic_th":"3"
"dynamic_th":"7"
},
"OP": "SET"
},
Expand All @@ -75,7 +75,7 @@
"BUFFER_PROFILE_TABLE:q_lossy_profile": {
"pool":"[BUFFER_POOL_TABLE:egress_lossy_pool]",
"size":"0",
"dynamic_th":"1"
"dynamic_th":"7"
},
"OP": "SET"
},
Expand Down

0 comments on commit 4e4b77f

Please sign in to comment.