sonic-net / sonic-platform-daemons

Platform module daemons for SONiC
Other
23 stars 152 forks source link

[202311][CMIS] Skip re-init flow for SW-controlled ports in case of fastboot #489

Closed vadymhlushko-mlnx closed 4 months ago

vadymhlushko-mlnx commented 5 months ago

Description

Skip the re-init flow for the SW-controlled ports in case of fastboot. Because during fastboot the switch didn't reset the modules, so there is no need to reinitialize them.

Motivation and Context

To improve the fastboot data-plane disruption time.

How Has This Been Tested?

Run the sonic-mgmt/tests/platform_tests/test_advanced_reboot.py::test_fast_reboot

Additional Information (Optional)