sihuihan88
1e6576c5b8
[devices]: Update qos and buffer configuration for Dell S6000 ( #1441 )
...
Signed-off-by: Sihui Han <sihan@microsoft.com>
2018-03-01 20:56:12 -08:00
Harish Venkatraman
9959898bb6
[device/dell] Get Server ports from vlan config ( #1386 )
...
This commit adds new support for dynamic buffer configuration. The cable_length macro is
updated to return the cable length for server ports. Since the server ports are part of
VLAN MEMBERS, the macro loops through the VLAN MEMBER ports and returns the cable length
accordingly. If the port is not part of the SERVER port then it defaults to default cable
length. The new code in the macro will be executed only if the switch is ToRRouter
which is connected to the server on one side.
Tested the code by loading minigraph configuration on the switch which had configuration
for leaf-router as DEVICE NEIGHHOR and server ports in VLAN and ports which are not part of
either server or leaf router. The dynamically generated buffer.json and config_db.json file
had the cable_legnth updated accordingly for server ports with "5m" and leafrouter with "40m"
and unconnected port to default "300m". The redis database also reflects the buffer profile's
for 5m, 40m and 300m.
Signed-off-by: Harish Venkatraman <Harish_Venkatraman@dell.com>
2018-02-15 13:42:09 -08:00
paavaanan
a4bcccc9db
[dell-hwmon] Changed variables in psuutil scripts for both Z9100/S6100 platforms ( #1305 )
...
* [dell-hwmon] Changes psuutil scripts for Z9100/S6100 platform to use hwmon variables
* Updated sumbodule 23c5383780790234da3774155bd521db14d8daa4 - hwmon changes
2018-02-04 08:49:24 +08:00
Harish Venkatraman
b34bd1f978
[device/dell] Add dynamic buffer pg lookup tbl ( #1366 )
...
This commit adds new support for dynamic buffer configuation. Adding pg_profile
lookup table for supporting the buffer profile using cable length and port speed.
Lookup table entries are calculated based on formula for different cable length and speed.
The 50G entries needs to be updated once again as we are waiting for the interface sublayer
MAC delay values.
Additionally fixed some issues in the buffers.json.j2 file.
Signed-off-by: Harish Venkatraman <Harish_Venkatraman@dell.com>
2018-02-02 14:02:57 -08:00
lguohan
1d0a57a465
[dell]: add psuutil support for s6000 ( #1342 )
...
also remove w83627dhg as it raises false alarm.
2018-01-29 11:21:30 -08:00
Shuotian Cheng
a8a4c7b9ae
[device]: Remove unused qos.json files ( #1315 )
2018-01-29 10:08:10 -08:00
Andriy Moroz
58d8302b53
Buffers configuration update on port speed change ( #1345 )
...
* Move buffer configuration to ConfigDB
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Converted Dell and Arista configs
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Add buffer configs for ACS-MSN2740
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Updated buffers template
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Fixed j2 unit test
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Update buffers config for Force10-S6100
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Update VS docker to support speed and buffers test
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Update buffers config generation
- fixed support of sonic-to-sonic install
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Update submodules pointers for buffers config
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
2018-01-29 08:11:05 -08:00
Ying Xie
2b91c9681d
Revert "Buffers configuration update on port speed change ( #1250 )" ( #1340 )
...
This reverts commit 814e50fd5e
.
2018-01-26 10:13:43 -08:00
Andriy Moroz
814e50fd5e
Buffers configuration update on port speed change ( #1250 )
...
* Move buffer configuration to ConfigDB
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Converted Dell and Arista configs
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Add buffer configs for ACS-MSN2740
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Updated buffers template
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Fixed j2 unit test
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Update buffers config for Force10-S6100
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Update VS docker to support speed and buffers test
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Update buffers config generation
- fixed support of sonic-to-sonic install
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
2018-01-26 08:09:31 -08:00
Taoyu Li
6f12ff286d
[minigraph]: Set hostname in all default minigraphs to 'sonic' ( #1333 )
2018-01-23 18:16:15 -08:00
lguohan
9669b3477e
Revert "[Dell S6100, Z9100] psusutil sysfs attribute changes for hwmon ( #1264 )" ( #1297 )
...
This reverts commit 1ceb07a2c5
.
2018-01-10 18:42:45 -08:00
paavaanan
1ceb07a2c5
[Dell S6100, Z9100] psusutil sysfs attribute changes for hwmon ( #1264 )
2018-01-10 11:53:50 -08:00
Joe LeVeque
1c0c3ff7a9
[Dell S6100]: EEPROM plugin overrides serial_number_str() to return service tag instead of serial number ( #1239 )
...
* [Dell S6100]: EEPROM plugin overrides serial_number_str() to return service tag instead of serial number
* Refactor to simplify
2017-12-14 17:34:58 -08:00
Shuotian Cheng
60e0295b74
[Dell]: Change Dell psuutil.py file to work with Python 3.* ( #1231 )
...
* change except comma to as
* remove print line
* change CRLF to LF
Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
2017-12-11 18:19:21 -08:00
lguohan
5184def0a4
[dell]: Added psuutil support for S6100/Z9100 Dell Platforms ( #1223 )
2017-12-08 16:31:01 -08:00
Ying Xie
33d5e93b0a
[devices]: Update 6000, 6100, 7050 QOS configurations ( #1191 )
2017-11-28 18:31:43 -08:00
Andriy Moroz
6d0329af3d
Move QoS configuration to Config DB ( #1178 )
...
* Move Mellanox QoS configuration to config DB
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Move qos.json to hwsku subfolder
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Remove copying of old qos config
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Update WRED threshold values
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* hwsku2
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Fix syntax error in json
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Add qos config for some Dell and Arista platforms
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Fix inital qos config on clean boot
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
* Updated swss-common and swss pointers (QoS in Config DB)
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
2017-11-22 08:58:22 -08:00
paavaanan
bfa0346040
Added support for Z9100 to check SFP Presence, toggling lpmode, reset… ( #1087 )
...
* Added support for Z9100 to check SFP Presence, toggling lpmode, reset, and eeprom details
2017-10-31 10:41:29 -07:00
paavaanan
1b20ea1680
[Dell]: Added support for S6100 sfputil.py ( #1073 )
...
Check SFP Presence, toggling lpmode, reset, and print eeprom details
2017-10-24 12:57:20 -07:00
Shuotian Cheng
9e44d14197
[Dell]: Add Force10-S6100-T1 symlink to Force10-S6100 ( #1038 )
2017-10-12 20:58:16 -07:00
lguohan
5098d98976
[dell]: remove nos_to_sonic_grub.cfg ( #943 )
...
no longer needed in the build image
2017-09-08 08:26:30 -07:00
padmanarayana
2d3b064437
[image]: build sonic-broadcom.raw image for sonic conversion from ftos ( #901 )
...
1. "make target/sonic-broadcom.raw" will create the compressed dd'able image.
2. This will also update the grub config files (device/dell/*/nos_to_sonic_grub.cfg) with the image versions.
2017-08-27 20:13:38 -07:00
Joe LeVeque
178fc032ae
[sfputil]: Add support for SFP presence, low-power mode and reset ( #877 )
...
- Update sfputil plugins for Dell FORCE10-S6000, Arista 7050-QX-32, 7050-QX-32-S
2017-08-11 11:36:32 -07:00
padmanarayana
11f08026f1
[platform]: Add EEPROM script for SYS EEPROM on S6100 ( #852 )
2017-08-01 07:35:13 -07:00
Joe LeVeque
f49cac086f
Remove extra trailing newlines at EOF ( #804 )
...
Files now end with a single newline
2017-07-12 20:54:37 -07:00
lguohan
15f245c1c9
[platform]: add front panel index in port_config.ini for s6100 ( #752 )
...
* add front panel index in port_config.ini
2017-06-27 20:34:34 -07:00
Joe LeVeque
c2c232a161
Add Broadcom LED microprocessor initialization for Dell S6000 ( #726 )
...
* Add Broadcom LED microprocessor initialization for Dell S6000
* Increase bcmcmd timeout to 60 seconds
2017-06-20 16:37:06 -07:00
lguohan
7472cd303e
[image]: load platform specific settings in sonic-to-sonic upgrade ( #710 )
2017-06-16 00:05:41 -07:00
sihuihan88
13c18ed045
[device]: Add support for SKU Force10-S6000-Q32 ( #624 )
2017-05-24 11:59:01 -07:00
Oleksandr Ivantsiv
c7ea3470ed
[swss]: Generate config files for Everflow and IPinIP from minigraph ( #507 )
...
[swss]: Generate config files for Everflow and IPinIP from minigraph
- Add Everflow DST IP to minigraph file
- Extend minigraph.py to support Everflow
- Add templates file for Everflow and IPinIP configuration
- Add config.sh for swss docker to generate config files
2017-04-21 14:28:29 -07:00
Shuotian Cheng
fb01755d48
[swss]: Update sonic-swss to enable SAI_NUM_ECMP_MEMBERS option in sai.profile ( #518 )
...
- Update Broadcom libsaibcm debian package to 2.1.5.1-2
- Add SAI_NUM_ECMP_MEMBERS=32 to two Trident II platforms
- Update sonic-swss submodule version to support such changes
Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
2017-04-19 19:34:27 -07:00
Joe LeVeque
423a1acac1
[installer]: Move platform-specific files under new device/ tree ( #450 )
...
* Move platform-specific ONIE installer config files with rest of device-specific files
* Merge contents of dell-s6000-replace-reboot.sh into s6000 installer conf file
* Remove dell-s6000-replace-reboot.sh
2017-03-29 04:17:49 -07:00
Taoyu Li
bd6bf1ff9a
[config] [oneimage & dhcp relay docker] Move ntp, rsyslog, and dhcp server information into minigraph ( #374 )
...
Move DHCP, rsyslog, and NTP server information into minigraph
* Fix dhcp relay template according to CR
2017-03-06 12:41:26 -08:00
lguohan
80e3dc0df7
[device]: add missing sai profile and minigraph for the supported devices ( #362 )
...
change orchagent start.sh to use mounted hwsku directory
2017-03-02 23:53:20 -08:00
lguohan
0ed9b3ce28
[platform]: remove sku from build parameter ( #350 )
...
different sku will be contained in a single one sonic image.
no longer need to specify sku at the build time
2017-03-01 17:05:13 -08:00
lguohan
7e1adeeb22
[platform]: add eeprom/sfputil support for z9100 ( #342 )
2017-02-27 14:42:25 -08:00
Joe LeVeque
2a551d3c60
Consolidate device-specific files; install as a Debian package ( #316 )
...
( All device-specific files now reside under /device directory in a <vendor-name>/<platform-string>/<hardware-SKU> directory structure in repo.
* Device-specific files are now packaged into a Debian package (sonic-device-data) and are now installed to /usr/share/sonic/device/<platform-string>/<hardware-SKU>/ directory on switch.
2017-02-27 00:13:36 -08:00