Skip to content

Commit

Permalink
swssconfig: Fixing buffer configurations for td2 (sonic-net#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-shirshov authored and Shuotian Cheng committed Oct 13, 2016
1 parent 7e935e8 commit 3ff5f54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions swssconfig/sample/td2.32ports.buffers.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,19 @@
},
{
"BUFFER_PG_TABLE:Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124:3": {
"profile" : "[BUFFER_POOL_TABLE:egress_lossless_pool0]"
"profile" : "[BUFFER_PROFILE_TABLE:ingress_lossless_profile0]"
},
"OP": "SET"
},
{
"BUFFER_PG_TABLE:Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124:4": {
"profile" : "[BUFFER_POOL_TABLE:egress_lossless_pool1]"
"profile" : "[BUFFER_PROFILE_TABLE:ingress_lossless_profile1]"
},
"OP": "SET"
},
{
"BUFFER_PG_TABLE:Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124:0-1": {
"profile" : "[BUFFER_POOL_TABLE:egress_lossy_pool]"
"profile" : "[BUFFER_PROFILE_TABLE:ingress_lossy_profile]"
},
"OP": "SET"
},
Expand Down

0 comments on commit 3ff5f54

Please sign in to comment.