How does it take to handle an hardware interrupt? Has anybody measured this?
I need this for buffer size calculation.链接已复制
2 回复数
I imagine that this would depend on what you're doing in the interrupt handler, and especially whether you're doing all the work there or deferring some of it to a tasklet or work queue.
