
On Tue, Jun 11, 2024 at 10:04:11PM +0100, Jiaxun Yang wrote:
The default value CYCLIC_MAX_CPU_TIME_US was 1000, which is a little bit too low for slower hardware and sandbox.
On my MIPS Boston FPGA board with interaptiv CPU, wdt_cyclic can easily take 3200 us to run.
On azure pipeline sandbox_clang, wdt_cyclic some times goes beyond 1300 us.
Raise default value to 5000, which is the value already taken by octeon_nic32. This is still sufficent to maintain system responsiveness.
Signed-off-by: Jiaxun Yang jiaxun.yang@flygoat.com
common/Kconfig | 2 +- configs/octeon_nic23_defconfig | 1 - 2 files changed, 1 insertion(+), 2 deletions(-)
This seems similar to: https://patchwork.ozlabs.org/project/uboot/patch/20240524210817.1953298-1-ra...
at least for CI. And for outside CI, I'm OK with just having the value be changed in the defconfig as needed. We do support using config fragments, so keeping such changes locally isn't too hard.