swi launches ithread to handle msg from host, which is not efficient
enough. Processing the message directly in task queue during software
interrupt is preferred.
Submitted by: Hongjiang Zhang <honzhan microsoft com>
Differential D5086
hyperv: vmbus: refactor msg handler by replacing swi with task queue honzhan_microsoft.com on Jan 27 2016, 7:50 AM. Authored by Tags None Referenced Files
Subscribers
Details swi launches ithread to handle msg from host, which is not efficient Submitted by: Hongjiang Zhang <honzhan microsoft com>
Diff Detail
Event Timeline
Comment Actions There is another succinct implementation with taskqueue_fast. Please reference https://reviews.freebsd.org/D5215 |