5 of 6 standards met
Pre-submission checklist** [x] I've ran the linters locally and fixed lint errors related to the files I modified in this PR. You can install the linters by running [x] Summary This PR is to add temperature config and power config in sensor service. Add temperature config To check the ASIC temperature, need to add the remote temperature of sensor on the chip. Only temp2 on chan 3, temp2 and temp3 on chan 1 are needed. Add powerConfig Add 48V HOTSWAP LTC4287 Add 6 fans Add 48 V HOTSWAP TPS16851 power estimation Test Plan Test Report The sensor_service_hw_test passed. sensor_service_hw_test.log
Repository: facebook/fboss. Description: Facebook Open Switching System Software for controlling network switches. Stars: 955, Forks: 379. Primary language: C++. Languages: C++ (97.3%), Python (1.6%), Starlark (0.4%), Thrift (0.3%), CMake (0.2%). Open PRs: 100, open issues: 36. Last activity: 58m ago. Community health: 87%. Top contributors: phshaikh, shri-khare, nivinlawrence, srikrishnagopu, somasun, daiwei1983, aeckert, zechengh09, shiva-menta, harshitgulati18 and others.
Last 12 weeks · 1706 commits
Pre-submission checklist** [x] I've ran the linters locally and fixed lint errors related to the files I modified in this PR. You can install the linters by running [x] Summary According to the HW FPGA spec, add mdio config on and . These MDIO controllers start and end address is illustrated in the following chart. Test Plan Test log Succeed to create mdio bus through fboss Devices dmesg Read/Write Register
Pre-submission checklist** [x] I've ran the linters locally and fixed lint errors related to the files I modified in this PR. You can install the linters by running [x] Summary This PR is to support EVT1B HW change of sensors. Config change 1. Add of , 3. Modify some sensor thresholds, remove some unused sensors according to the latest HW spec. Test Plan EVT1A Test Report evt1a.zip verify_sensors_evt1a.log EVT1B Test Report evt1b.zip verify_sensors_evt1b.log