-----Original Message-----
From: Greg KH [mailto:greg@kroah.com]
Sent: Tuesday, June 07, 2011 4:45 PM
To: KY Srinivasan
Cc: gregkh@suse.de; linux-kernel@vger.kernel.org;
devel@linuxdriverproject.org; virtualization@lists.osdl.org; Haiyang Zhang;
Abhishek Kane (Mindtree Consulting PVT LTD)
Subject: Re: [PATCH 49/49] Staging: hv: vmbus: Increase the timeout value in
vmbus_request_offers()
On Mon, Jun 06, 2011 at 03:50:13PM -0700, K. Y. Srinivasan wrote:
quoted
Increase the timeout value in vmbus_request_offers().
Why? What does this solve/fix/prevent?
On some very loaded systems, when we tested the 1 second timeout that
we had prior to this patch was insufficient. So I bumped it to 5 seconds.
Regards,
K. Y