RE: [PATCH] Drivers: hv: fix infinite wait when channel open timeouts

2016-06-03 Thread KY Srinivasan
> -Original Message- > From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] > Sent: Friday, June 3, 2016 3:15 AM > To: de...@linuxdriverproject.org > Cc: linux-ker...@vger.kernel.org; KY Srinivasan ; Haiyang > Zhang > Subject: [PATCH] Drivers: hv: fix infinite w

[PATCH] Drivers: hv: fix infinite wait when channel open timeouts

2016-06-03 Thread Vitaly Kuznetsov
vmbus_teardown_gpadl() can result in infinite wait when it is called on 5 second timeout in vmbus_open(). The issue is caused by the fact that gpadl teardown operation won't ever succeed for an opened channel and the timeout isn't always enough. Increase the timeout to 15 seconds and add sending CH