Skip to content

Commit

Permalink
[mellanox]: Update Mellanox buffer profiles config (#1198)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
  • Loading branch information
andriymoroz-mlnx authored and lguohan committed Dec 4, 2017
1 parent db7fcd8 commit 7e45756
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 7e45756

Please sign in to comment.