Files
OpenNetworkLinux/packages/platforms
Aken Liu fbf6f2adac enhance get data performance
1. old method: open UART and close UART whenever we need to get information from BMC.
       new method: open UART at beginning, then we use the UART(TTY) device directly.
    2. old method: use onlp_i2c_readw() to get all QSFP/SFP's eeprom data, it spends 128 times i2c access time.
       new method: use OOM's sysfs
                   we also correct the port mapping
    3. reduce the UART(TTY) retry time and timeout time
    4. add PSU's serial number information
2018-10-24 16:41:27 +08:00
..
2018-10-24 16:41:27 +08:00
2018-03-08 20:20:50 +00:00
2018-03-08 20:20:50 +00:00
2016-06-14 15:52:00 +00:00
2017-06-04 15:19:56 +00:00
2018-09-04 17:18:11 +08:00
2018-04-18 16:49:53 +00:00
2018-07-03 16:43:16 -05:00
2018-03-08 20:20:50 +00:00
2016-06-14 15:52:00 +00:00
2015-11-19 22:45:38 +00:00