-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
201807 #62
201807 #62
Commits on Aug 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5e48e6c - Browse repository at this point
Copy the full SHA 5e48e6cView commit details
Commits on Aug 30, 2018
-
[201807][platform] Accton: As5712-54x. Fix sfputil and accton_util (s…
…onic-net#2002) * [platform] accton as5712-54x, fixed 1. Check i2c buses, they may get fliped on every bootup. 2. QSFP's lp_mode and reset are out of port order. 3. Change QSFP is reset with 1 second period. Signed-off-by: roy_lee <roy_lee@accton.com> * [platform] accton as5712-54x. Fix util.py error about SFP/QSFP's tx_disable and present. Signed-off-by: roy_lee <roy_lee@accton.com>
Configuration menu - View commit details
-
Copy full SHA for f07181e - Browse repository at this point
Copy the full SHA f07181eView commit details
Commits on Sep 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 90257f5 - Browse repository at this point
Copy the full SHA 90257f5View commit details
Commits on Sep 6, 2018
-
[Mellanox] Update hw-management service config (sonic-net#2019)
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
Configuration menu - View commit details
-
Copy full SHA for be56470 - Browse repository at this point
Copy the full SHA be56470View commit details -
[mellanox]: Fix qos.json.j2: apply qos config for active ports (sonic…
…-net#1932) Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
Configuration menu - View commit details
-
Copy full SHA for dd94d9d - Browse repository at this point
Copy the full SHA dd94d9dView commit details -
[mlnx-sfp-plugin] enhancement to support transceiver sensor monitoring (
sonic-net#1839) * [mlnx-sfpplugin] enhancement to support tranceiver sensor monitoring * Modify the eeprom folder to make it accessably from pmon container * implement the get_transceiver_change_event API file change list modified: device/mellanox/x86_64-mlnx_lssn2700-r0/plugins/sfputil.py modified: device/mellanox/x86_64-mlnx_msn2100-r0/plugins/sfputil.py modified: device/mellanox/x86_64-mlnx_msn2410-r0/plugins/sfputil.py modified: device/mellanox/x86_64-mlnx_msn2700-r0/plugins/sfputil.py modified: device/mellanox/x86_64-mlnx_msn2740-r0/plugins/sfputil.py signed-off-by Liu Kebo kebol@mellanox.com * remove commented code * revise the get_transceiver_change_event implementation and remove unused function * remove blank
Configuration menu - View commit details
-
Copy full SHA for 6293178 - Browse repository at this point
Copy the full SHA 6293178View commit details -
[docker-platform-monitor] make file and supervisord conf change for n…
…ew xcvrd deamon (sonic-net#1840) * [docker-platform-monitor] make file and supervisord conf change for new xcvrd deamon * make file change for the new daemon * supervisord conf change for the new daemon signed-off-by Liu Kebo kebol@mellanox.com * make xcvrd start sequence aligned with the supervisord conf * update submodules to include xcvrd modification
Configuration menu - View commit details
-
Copy full SHA for e237df8 - Browse repository at this point
Copy the full SHA e237df8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b5f3d - Browse repository at this point
Copy the full SHA 97b5f3dView commit details -
[mlnx-platform] enhancement for xcvrd implementation on mlnx platform (…
…sonic-net#1937) * mlnx enhancement for xcvrd implementation * fix conflict
Configuration menu - View commit details
-
Copy full SHA for 8fc6874 - Browse repository at this point
Copy the full SHA 8fc6874View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc4a39f - Browse repository at this point
Copy the full SHA bc4a39fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cf2d10 - Browse repository at this point
Copy the full SHA 6cf2d10View commit details
Commits on Sep 19, 2018
-
[devices]: Update arista driver submodule (sonic-net#2057)
Incorporate a fix for the fan driver on 7050QX-32S
Configuration menu - View commit details
-
Copy full SHA for 0aeba8a - Browse repository at this point
Copy the full SHA 0aeba8aView commit details
Commits on Sep 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2ffbb0e - Browse repository at this point
Copy the full SHA 2ffbb0eView commit details
Commits on Oct 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 786a908 - Browse repository at this point
Copy the full SHA 786a908View commit details -
Configuration menu - View commit details
-
Copy full SHA for 352532a - Browse repository at this point
Copy the full SHA 352532aView commit details -
[submodules] update dbsyncd and snmpagent pointers for LLDP MIB support
Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
Mykola Faryma committedOct 3, 2018 Configuration menu - View commit details
-
Copy full SHA for fd7c190 - Browse repository at this point
Copy the full SHA fd7c190View commit details
Commits on Oct 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c2b1cae - Browse repository at this point
Copy the full SHA c2b1caeView commit details
Commits on Oct 5, 2018
-
[devices]: Update arista submodules for SFP txdisable toggle (sonic-n…
…et#2123) With this update the SFPs will set txdisable to 0 when out of reset. Allowing optical cables to be used on these ports.
Configuration menu - View commit details
-
Copy full SHA for 182c351 - Browse repository at this point
Copy the full SHA 182c351View commit details
Commits on Oct 15, 2018
-
[devices]: Align flash partition at 1M (sonic-net#2104)
Flashes used for the 7050QX-32 and 7050QX-32S have a fw issue. The best option to solve the problem is to upgrade to a newer firmware. However this can only be done while in memory and take 10 seconds. Adding an upgrade mechanism is possible but would need more consideration as flashing the firmware and reformating the flash will exceed the fast-reboot requirements. A quick mitigation is to align the ext4 partition that we create on these vfat based system on a 4k boundary. Here we chose 1M instead but it's the same. Newer version of sfdisk do this automatically but the one in SONiC today doesn't have this behavior. This workaround will only reduce the pace of the flash health degradation. The only long term fix is to flash the firmware.
Configuration menu - View commit details
-
Copy full SHA for 12fe300 - Browse repository at this point
Copy the full SHA 12fe300View commit details
Commits on Oct 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 56b8a2c - Browse repository at this point
Copy the full SHA 56b8a2cView commit details
Commits on Nov 16, 2018
-
[devices]: Update arista driver submodule (sonic-net#2251)
- Force fans to 100% upon loading the kernel driver for safety
Configuration menu - View commit details
-
Copy full SHA for 83c2115 - Browse repository at this point
Copy the full SHA 83c2115View commit details
Commits on Nov 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b818397 - Browse repository at this point
Copy the full SHA b818397View commit details
Commits on Dec 1, 2018
-
[Mellanox] Update hw-management service config (sonic-net#2325)
Signed-off-by: Kevin Wang <kevinw@mellanox.com>
Configuration menu - View commit details
-
Copy full SHA for 2ffa1e9 - Browse repository at this point
Copy the full SHA 2ffa1e9View commit details -
Store thrift source packages in blob (sonic-net#2255)
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9a64452 - Browse repository at this point
Copy the full SHA 9a64452View commit details -
Fix bug: wget rename saved file (sonic-net#2259)
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8b6d69a - Browse repository at this point
Copy the full SHA 8b6d69aView commit details -
[thrift]: change wget download from -nc to -N (sonic-net#2268)
-nc will not download if already here and return error -N will compare the timestamp and not download the file. Signed-off-by: Guohan Lu <gulv@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 4af5328 - Browse repository at this point
Copy the full SHA 4af5328View commit details
Commits on Dec 4, 2018
-
Fix redis-py version to 2.10.6 (sonic-net#2342)
Signed-off-by: Kevin Wang <kevinw@mellanox.com>
Configuration menu - View commit details
-
Copy full SHA for fea4bdf - Browse repository at this point
Copy the full SHA fea4bdfView commit details -
update sdk and sai for 201807 (sonic-net#2330)
* update device driver and support qos and fix some driver bug * modified device file for support qos and fix some device init error
Configuration menu - View commit details
-
Copy full SHA for c164caf - Browse repository at this point
Copy the full SHA c164cafView commit details -
Add Pegatron project to branch 201807 (sonic-net#2299)
* Add Porsche project * Upgrade kernel to 3.16.57-2
Configuration menu - View commit details
-
Copy full SHA for a1e6c2c - Browse repository at this point
Copy the full SHA a1e6c2cView commit details
Commits on Dec 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 315b976 - Browse repository at this point
Copy the full SHA 315b976View commit details
Commits on Dec 28, 2018
-
[devices]: Fix arista-convertfs for aligning flash via sfdisk in Jess…
…ie (sonic-net#2402) The sfdisk in Jessie use unit Cylinder by default. To perform 1M aligning partition, 2048 sector unit is desirable instead.
Configuration menu - View commit details
-
Copy full SHA for 6bf252f - Browse repository at this point
Copy the full SHA 6bf252fView commit details
Commits on Feb 22, 2019
-
Merge pull request #51 from Azure/201807
[devices]: Fix arista-convertfs for aligning flash via sfdisk in Jess…
Configuration menu - View commit details
-
Copy full SHA for d9c7e94 - Browse repository at this point
Copy the full SHA d9c7e94View commit details