summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/ntb
ModeNameSize
-rwxr-xr-xntb_test.sh8149logplain
gt;2016-10-05 16:57:46 -0700 committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-25 08:52:10 +0200 commit407a3aee6ee2d2cb46d9ba3fc380bc29f35d020c (patch) treecd95581671b4f52b0e27724ff20ce6d3da136c19 parent43605e293eb13c07acb546c14f407a271837af17 (diff)
hv: do not lose pending heartbeat vmbus packets
The host keeps sending heartbeat packets independent of the guest responding to them. Even though we respond to the heartbeat messages at interrupt level, we can have situations where there maybe multiple heartbeat messages pending that have not been responded to. For instance this occurs when the VM is paused and the host continues to send the heartbeat messages. Address this issue by draining and responding to all the heartbeat messages that maybe pending. Signed-off-by: Long Li <longli@microsoft.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> CC: Stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat