Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolam committed Jul 30, 2024
1 parent 8bf4148 commit 7d67e25
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/smart-switch/reboot/reboot-hld.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
- [reboot CLI modifications](#reboot-cli-modifications)
- [reboot script modifications](#reboot-script-modifications)
- [PCIe daemon modifications](#pcie-daemon-modifications)
- [Hardware watchdog on DPU](#hardware-watchdog-on-dpu)
- [Error handling and exception scenarios](#error-handling-and-exception-scenarios)
- [Test plan](#test-plan)
- [References](#references)
Expand Down Expand Up @@ -335,9 +334,6 @@ user-initiated action.
In the [check_pci_devices()](#https://github.com/sonic-net/sonic-platform-daemons/blob/bf865c6b711833347d3c57e9d84cd366bcd1b776/sonic-pcied/scripts/pcied#L155) function,
read the State DB for the REBOOT_INFO and suppress the "device not found" warning logs during a DPU reboot when the device is intentionally detached.

### Hardware watchdog on DPU ###
TBD

### Error handling and exception scenarios ###

The following are specific error scenarios where the DPU state will not be DPU_READY.
Expand All @@ -351,6 +347,8 @@ upon receiving an acknowledgment.

* In the event of power failure, a power-cycle due to a kernel panic, or any other unknown reason, both the DPU and NPU will undergo an ungraceful reboot.

* In the event of a DPU reboot failure, a hardware watchdog is needed to monitor and reset the DPU. This implementation is vendor-specific.

## Test plan ##

Presented below is the test plan within the ```sonic-mgmt``` framework for the smart switch reboot.
Expand Down

0 comments on commit 7d67e25

Please sign in to comment.