]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
hyperv/vmbus: Install different task function for batch/non-batch channels
authorsephe <sephe@FreeBSD.org>
Wed, 13 Jul 2016 08:30:14 +0000 (08:30 +0000)
committersephe <sephe@FreeBSD.org>
Wed, 13 Jul 2016 08:30:14 +0000 (08:30 +0000)
commit5f2e1502f887d103fd219c8bfc135ddcfef540e1
tree85bdbaca74422b4f568a6ad356fcd8ca89e028ea
parent393b9a1b9a941761e80507a8989006d97b1f42db
hyperv/vmbus: Install different task function for batch/non-batch channels

This avoids bunch of unnecessary checks on hot path and simplifies the
channel processing.

MFC after: 1 week
Sponsored by: Microsoft OSTC
Differential Revision: https://reviews.freebsd.org/D7085
sys/dev/hyperv/vmbus/hv_channel.c