Skip to content

Commit 85b1b0e

Browse files
serhiy-katsyuba-intelabonislawski
authored andcommitted
idc: Increase default IDC timeout
With the introduction of LLEXT modules, the time to free a module increased as log_flush() is called as part of module unloading. log_flush() takes 5 ms if at least one line of logs has to be flushed. Let's add these 5 ms to the previous 10 ms IDC timeout to have a default timeout of 15 ms. Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
1 parent 5edb97c commit 85b1b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
config IDC_TIMEOUT_US
44
int "Timeout for blocking IDC call, microseconds"
5-
default 10000
5+
default 15000
66
help
77
It may be beneficial to have different timeout values
88
for fast platforms (manufactured silicon) and at least

0 commit comments

Comments
 (0)