]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: hv: vmbus: Increase the time between retries in vmbus_post_msg()
authorK. Y. Srinivasan <kys@microsoft.com>
Thu, 18 May 2017 17:46:05 +0000 (10:46 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 May 2017 13:42:42 +0000 (15:42 +0200)
commiteef6490aa84ba01d2f4d03909aedd889c6a74f8a
treef5a9c761a0bab01b97a0927f5569b305168686dc
parentc25488d8ed59de3f3d9a3b6569286f38f37028ee
drivers: hv: vmbus: Increase the time between retries in vmbus_post_msg()

Commit 38a671836632 ("Drivers: hv: vmbus: Raise retry/wait limits in
vmbus_post_msg()") increased the retry/wait limits of vmbus_post_msg()
to address the new DoS protection policies in WS2016.
Increase the time between retries to make the
code more robust.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/connection.c