简体   繁体   中英

Problems with tasklets and interrupts in Linux

Let's assume that we have an interrupt handler and a tasklet in Linux. The tasklet is scheduled from this interrupt handler.

The problem occurs when the tasklet runs for longer time and interrupt occures when this tasklet is still running. This interferences causes several calltraces in logs.

Any other ideas?

我的建议是将繁重的进程移至用户空间,并添加丢帧

"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM