forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multi-ASIC implementation (sonic-net#3888)
Changes made to support multi-asic platform. Added multi-instance support for swss, syncd, database, bgp, teamd and lldp.
- Loading branch information
1 parent
bb394ad
commit eaa1d49
Showing
36 changed files
with
586 additions
and
246 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
device/virtual/x86_64-kvm_x86_64-r0/msft_multi_asic_vs/0/lanemap.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
eth1:25,26,27,28 | ||
eth2:29,30,31,32 | ||
eth3:33,34,35,36 | ||
eth4:37,38,39,40 | ||
eth5:45,46,47,48 | ||
eth6:41,42,43,44 | ||
eth7:1,2,3,4 | ||
eth8:5,6,7,8 | ||
eth9:13,14,15,16 | ||
eth10:9,10,11,12 | ||
eth11:17,18,19,20 | ||
eth12:21,22,23,24 | ||
eth13:53,54,55,56 | ||
eth14:49,50,51,52 | ||
eth15:57,58,59,60 | ||
eth16:61,62,63,64 | ||
eth17:69,70,71,72 | ||
eth18:65,66,67,68 | ||
eth19:73,74,75,76 | ||
eth20:77,78,79,80 | ||
eth21:109,110,111,112 | ||
eth22:105,106,107,108 | ||
eth23:113,114,115,116 | ||
eth24:117,118,119,120 | ||
eth25:125,126,127,128 | ||
eth26:121,122,123,124 | ||
eth27:81,82,83,84 | ||
eth28:85,86,87,88 | ||
eth29:93,94,95,96 | ||
eth30:89,90,91,92 | ||
eth31:101,102,103,104 | ||
eth32:97,98,99,100 |
7 changes: 5 additions & 2 deletions
7
device/virtual/x86_64-kvm_x86_64-r0/msft_multi_asic_vs/0/sai.profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/td2-s6000-32x40G.config.bcm | ||
SAI_NUM_ECMP_MEMBERS=32 | ||
SAI_WARM_BOOT_READ_FILE=/var/cache/sai_warmboot.bin | ||
SAI_WARM_BOOT_WRITE_FILE=/var/cache/sai_warmboot.bin | ||
SAI_VS_SWITCH_TYPE=SAI_VS_SWITCH_TYPE_BCM56850 | ||
SAI_VS_HOSTIF_USE_TAP_DEVICE=true | ||
SAI_VS_INTERFACE_LANE_MAP_FILE=/usr/share/sonic/hwsku/lanemap.ini |
32 changes: 32 additions & 0 deletions
32
device/virtual/x86_64-kvm_x86_64-r0/msft_multi_asic_vs/1/lanemap.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
eth1:25,26,27,28 | ||
eth2:29,30,31,32 | ||
eth3:33,34,35,36 | ||
eth4:37,38,39,40 | ||
eth5:45,46,47,48 | ||
eth6:41,42,43,44 | ||
eth7:1,2,3,4 | ||
eth8:5,6,7,8 | ||
eth9:13,14,15,16 | ||
eth10:9,10,11,12 | ||
eth11:17,18,19,20 | ||
eth12:21,22,23,24 | ||
eth13:53,54,55,56 | ||
eth14:49,50,51,52 | ||
eth15:57,58,59,60 | ||
eth16:61,62,63,64 | ||
eth17:69,70,71,72 | ||
eth18:65,66,67,68 | ||
eth19:73,74,75,76 | ||
eth20:77,78,79,80 | ||
eth21:109,110,111,112 | ||
eth22:105,106,107,108 | ||
eth23:113,114,115,116 | ||
eth24:117,118,119,120 | ||
eth25:125,126,127,128 | ||
eth26:121,122,123,124 | ||
eth27:81,82,83,84 | ||
eth28:85,86,87,88 | ||
eth29:93,94,95,96 | ||
eth30:89,90,91,92 | ||
eth31:101,102,103,104 | ||
eth32:97,98,99,100 |
7 changes: 5 additions & 2 deletions
7
device/virtual/x86_64-kvm_x86_64-r0/msft_multi_asic_vs/1/sai.profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/td2-s6000-32x40G.config.bcm | ||
SAI_NUM_ECMP_MEMBERS=32 | ||
SAI_WARM_BOOT_READ_FILE=/var/cache/sai_warmboot.bin | ||
SAI_WARM_BOOT_WRITE_FILE=/var/cache/sai_warmboot.bin | ||
SAI_VS_SWITCH_TYPE=SAI_VS_SWITCH_TYPE_BCM56850 | ||
SAI_VS_HOSTIF_USE_TAP_DEVICE=true | ||
SAI_VS_INTERFACE_LANE_MAP_FILE=/usr/share/sonic/hwsku/lanemap.ini |
32 changes: 32 additions & 0 deletions
32
device/virtual/x86_64-kvm_x86_64-r0/msft_multi_asic_vs/2/lanemap.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
eth1:25,26,27,28 | ||
eth2:29,30,31,32 | ||
eth3:33,34,35,36 | ||
eth4:37,38,39,40 | ||
eth5:45,46,47,48 | ||
eth6:41,42,43,44 | ||
eth7:1,2,3,4 | ||
eth8:5,6,7,8 | ||
eth9:13,14,15,16 | ||
eth10:9,10,11,12 | ||
eth11:17,18,19,20 | ||
eth12:21,22,23,24 | ||
eth13:53,54,55,56 | ||
eth14:49,50,51,52 | ||
eth15:57,58,59,60 | ||
eth16:61,62,63,64 | ||
eth17:69,70,71,72 | ||
eth18:65,66,67,68 | ||
eth19:73,74,75,76 | ||
eth20:77,78,79,80 | ||
eth21:109,110,111,112 | ||
eth22:105,106,107,108 | ||
eth23:113,114,115,116 | ||
eth24:117,118,119,120 | ||
eth25:125,126,127,128 | ||
eth26:121,122,123,124 | ||
eth27:81,82,83,84 | ||
eth28:85,86,87,88 | ||
eth29:93,94,95,96 | ||
eth30:89,90,91,92 | ||
eth31:101,102,103,104 | ||
eth32:97,98,99,100 |
7 changes: 5 additions & 2 deletions
7
device/virtual/x86_64-kvm_x86_64-r0/msft_multi_asic_vs/2/sai.profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/td2-s6000-32x40G.config.bcm | ||
SAI_NUM_ECMP_MEMBERS=32 | ||
SAI_WARM_BOOT_READ_FILE=/var/cache/sai_warmboot.bin | ||
SAI_WARM_BOOT_WRITE_FILE=/var/cache/sai_warmboot.bin | ||
SAI_VS_SWITCH_TYPE=SAI_VS_SWITCH_TYPE_BCM56850 | ||
SAI_VS_HOSTIF_USE_TAP_DEVICE=true | ||
SAI_VS_INTERFACE_LANE_MAP_FILE=/usr/share/sonic/hwsku/lanemap.ini |
32 changes: 32 additions & 0 deletions
32
device/virtual/x86_64-kvm_x86_64-r0/msft_multi_asic_vs/3/lanemap.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
eth1:25,26,27,28 | ||
eth2:29,30,31,32 | ||
eth3:33,34,35,36 | ||
eth4:37,38,39,40 | ||
eth5:45,46,47,48 | ||
eth6:41,42,43,44 | ||
eth7:1,2,3,4 | ||
eth8:5,6,7,8 | ||
eth9:13,14,15,16 | ||
eth10:9,10,11,12 | ||
eth11:17,18,19,20 | ||
eth12:21,22,23,24 | ||
eth13:53,54,55,56 | ||
eth14:49,50,51,52 | ||
eth15:57,58,59,60 | ||
eth16:61,62,63,64 | ||
eth17:69,70,71,72 | ||
eth18:65,66,67,68 | ||
eth19:73,74,75,76 | ||
eth20:77,78,79,80 | ||
eth21:109,110,111,112 | ||
eth22:105,106,107,108 | ||
eth23:113,114,115,116 | ||
eth24:117,118,119,120 | ||
eth25:125,126,127,128 | ||
eth26:121,122,123,124 | ||
eth27:81,82,83,84 | ||
eth28:85,86,87,88 | ||
eth29:93,94,95,96 | ||
eth30:89,90,91,92 | ||
eth31:101,102,103,104 | ||
eth32:97,98,99,100 |
7 changes: 5 additions & 2 deletions
7
device/virtual/x86_64-kvm_x86_64-r0/msft_multi_asic_vs/3/sai.profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/td2-s6000-32x40G.config.bcm | ||
SAI_NUM_ECMP_MEMBERS=32 | ||
SAI_WARM_BOOT_READ_FILE=/var/cache/sai_warmboot.bin | ||
SAI_WARM_BOOT_WRITE_FILE=/var/cache/sai_warmboot.bin | ||
SAI_VS_SWITCH_TYPE=SAI_VS_SWITCH_TYPE_BCM56850 | ||
SAI_VS_HOSTIF_USE_TAP_DEVICE=true | ||
SAI_VS_INTERFACE_LANE_MAP_FILE=/usr/share/sonic/hwsku/lanemap.ini |
32 changes: 32 additions & 0 deletions
32
device/virtual/x86_64-kvm_x86_64-r0/msft_multi_asic_vs/4/lanemap.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
eth1:25,26,27,28 | ||
eth2:29,30,31,32 | ||
eth3:33,34,35,36 | ||
eth4:37,38,39,40 | ||
eth5:45,46,47,48 | ||
eth6:41,42,43,44 | ||
eth7:1,2,3,4 | ||
eth8:5,6,7,8 | ||
eth9:13,14,15,16 | ||
eth10:9,10,11,12 | ||
eth11:17,18,19,20 | ||
eth12:21,22,23,24 | ||
eth13:53,54,55,56 | ||
eth14:49,50,51,52 | ||
eth15:57,58,59,60 | ||
eth16:61,62,63,64 | ||
eth17:69,70,71,72 | ||
eth18:65,66,67,68 | ||
eth19:73,74,75,76 | ||
eth20:77,78,79,80 | ||
eth21:109,110,111,112 | ||
eth22:105,106,107,108 | ||
eth23:113,114,115,116 | ||
eth24:117,118,119,120 | ||
eth25:125,126,127,128 | ||
eth26:121,122,123,124 | ||
eth27:81,82,83,84 | ||
eth28:85,86,87,88 | ||
eth29:93,94,95,96 | ||
eth30:89,90,91,92 | ||
eth31:101,102,103,104 | ||
eth32:97,98,99,100 |
7 changes: 5 additions & 2 deletions
7
device/virtual/x86_64-kvm_x86_64-r0/msft_multi_asic_vs/4/sai.profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/td2-s6000-32x40G.config.bcm | ||
SAI_NUM_ECMP_MEMBERS=32 | ||
SAI_WARM_BOOT_READ_FILE=/var/cache/sai_warmboot.bin | ||
SAI_WARM_BOOT_WRITE_FILE=/var/cache/sai_warmboot.bin | ||
SAI_VS_SWITCH_TYPE=SAI_VS_SWITCH_TYPE_BCM56850 | ||
SAI_VS_HOSTIF_USE_TAP_DEVICE=true | ||
SAI_VS_INTERFACE_LANE_MAP_FILE=/usr/share/sonic/hwsku/lanemap.ini |
32 changes: 32 additions & 0 deletions
32
device/virtual/x86_64-kvm_x86_64-r0/msft_multi_asic_vs/5/lanemap.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
eth1:25,26,27,28 | ||
eth2:29,30,31,32 | ||
eth3:33,34,35,36 | ||
eth4:37,38,39,40 | ||
eth5:45,46,47,48 | ||
eth6:41,42,43,44 | ||
eth7:1,2,3,4 | ||
eth8:5,6,7,8 | ||
eth9:13,14,15,16 | ||
eth10:9,10,11,12 | ||
eth11:17,18,19,20 | ||
eth12:21,22,23,24 | ||
eth13:53,54,55,56 | ||
eth14:49,50,51,52 | ||
eth15:57,58,59,60 | ||
eth16:61,62,63,64 | ||
eth17:69,70,71,72 | ||
eth18:65,66,67,68 | ||
eth19:73,74,75,76 | ||
eth20:77,78,79,80 | ||
eth21:109,110,111,112 | ||
eth22:105,106,107,108 | ||
eth23:113,114,115,116 | ||
eth24:117,118,119,120 | ||
eth25:125,126,127,128 | ||
eth26:121,122,123,124 | ||
eth27:81,82,83,84 | ||
eth28:85,86,87,88 | ||
eth29:93,94,95,96 | ||
eth30:89,90,91,92 | ||
eth31:101,102,103,104 | ||
eth32:97,98,99,100 |
7 changes: 5 additions & 2 deletions
7
device/virtual/x86_64-kvm_x86_64-r0/msft_multi_asic_vs/5/sai.profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/td2-s6000-32x40G.config.bcm | ||
SAI_NUM_ECMP_MEMBERS=32 | ||
SAI_WARM_BOOT_READ_FILE=/var/cache/sai_warmboot.bin | ||
SAI_WARM_BOOT_WRITE_FILE=/var/cache/sai_warmboot.bin | ||
SAI_VS_SWITCH_TYPE=SAI_VS_SWITCH_TYPE_BCM56850 | ||
SAI_VS_HOSTIF_USE_TAP_DEVICE=true | ||
SAI_VS_INTERFACE_LANE_MAP_FILE=/usr/share/sonic/hwsku/lanemap.ini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
per_namespace/database.service.j2 |
Oops, something went wrong.