summaryrefslogtreecommitdiff
path: root/drivers/hv/Kconfig
diff options
context:
space:
mode:
authorVitaly Kuznetsov <vkuznets@redhat.com>2016-02-27 02:13:15 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-02 03:57:20 +0300
commit7be3e169444d2c625f15a0b6639252b98d1f226a (patch)
treec26bf9fe6a7f9ccbd28fa41177cb35533827569c /drivers/hv/Kconfig
parentbec3c11bad0e7ac05fb90f204d0ab6f79945822b (diff)
downloadlinux-7be3e169444d2c625f15a0b6639252b98d1f226a.tar.xz
Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
We must handle HVMSG_TIMER_EXPIRED messages in the interrupt context and we offload all the rest to vmbus_on_msg_dpc() tasklet. This functions loops to see if there are new messages pending. In case we'll ever see HVMSG_TIMER_EXPIRED message there we're going to lose it as we can't handle it from there. Avoid looping in vmbus_on_msg_dpc(), we're OK with handling one message per interrupt. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Reviewed-by: Radim Kr.má<rkrcmar@redhat.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv/Kconfig')
0 files changed, 0 insertions, 0 deletions