OSDN Git Service

Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()
authorK. Y. Srinivasan <kys@microsoft.com>
Fri, 1 Jul 2016 23:26:36 +0000 (16:26 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Apr 2017 07:09:32 +0000 (09:09 +0200)
commitf803416632b5c31e647cf18861e4c379173a02e2
tree22fd039d469c79b7bb4a7d8e104854f072863a2e
parent567dd48c4e71a8d6d3014adb153993ef8608722c
Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg()

commit 8de0d7e951826d7592e0ba1da655b175c4aa0923 upstream.

The current delay between retries is unnecessarily high and is negatively
affecting the time it takes to boot the system.

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