From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757225AbbJHNYP (ORCPT ); Thu, 8 Oct 2015 09:24:15 -0400 Received: from mo4-p00-ob.smtp.rzone.de ([81.169.146.163]:32545 "EHLO mo4-p00-ob.smtp.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932654AbbJHNXx (ORCPT ); Thu, 8 Oct 2015 09:23:53 -0400 X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+yackYocTD1iAi8x+OWi/zfN1cLnDYUEsRQLYl4HhAqZo+sVIcWWcWxVIox2+eyFQr5Y= X-RZG-CLASS-ID: mo00 Date: Thu, 8 Oct 2015 15:23:50 +0200 From: Olaf Hering To: "K. Y. Srinivasan" Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, apw@canonical.com, vkuznets@redhat.com, jasowang@redhat.com Subject: Re: [PATCH 01/10] Drivers: hv: util: Increase the timeout for util services Message-ID: <20151008132350.GA30969@aepfle.de> References: <1444269571-25217-1-git-send-email-kys@microsoft.com> <1444269709-25270-1-git-send-email-kys@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1444269709-25270-1-git-send-email-kys@microsoft.com> User-Agent: Mutt/1.5.24 (6517) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 07, K. Y. Srinivasan wrote: > Util services such as KVP and FCOPY need assistance from daemon's running > in user space. Increase the timeout so we don't prematurely terminate > the transaction in the kernel. Is this an arbitrary number, or does the host allow such a large delay for the response? Olaf