From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 29932C433EF for ; Tue, 28 Sep 2021 10:55:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 11E966101E for ; Tue, 28 Sep 2021 10:55:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240307AbhI1K46 (ORCPT ); Tue, 28 Sep 2021 06:56:58 -0400 Received: from mga09.intel.com ([134.134.136.24]:1511 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240283AbhI1K4z (ORCPT ); Tue, 28 Sep 2021 06:56:55 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10120"; a="224707453" X-IronPort-AV: E=Sophos;i="5.85,329,1624345200"; d="scan'208";a="224707453" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2021 03:55:15 -0700 X-IronPort-AV: E=Sophos;i="5.85,329,1624345200"; d="scan'208";a="562185231" Received: from lahna.fi.intel.com (HELO lahna) ([10.237.72.163]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2021 03:55:12 -0700 Received: by lahna (sSMTP sendmail emulation); Tue, 28 Sep 2021 13:55:09 +0300 Date: Tue, 28 Sep 2021 13:55:09 +0300 From: Mika Westerberg To: Prashant Malani Cc: linux-kernel@vger.kernel.org, bleung@chromium.org, Andy Shevchenko , Hans de Goede , Mark Gross , "open list:X86 PLATFORM DRIVERS" Subject: Re: [PATCH 2/3] platform/x86: intel_scu_ipc: Increase virtual timeout to 10s Message-ID: References: <20210928101932.2543937-1-pmalani@chromium.org> <20210928101932.2543937-3-pmalani@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210928101932.2543937-3-pmalani@chromium.org> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 28, 2021 at 03:19:32AM -0700, Prashant Malani wrote: > Commit a7d53dbbc70a ("platform/x86: intel_scu_ipc: Increase virtual > timeout from 3 to 5 seconds") states that the recommended timeout range > is 5-10 seconds. Adjust the timeout value to the higher of those i.e 10 > seconds, to account for situations where the 5 seconds is insufficient > for disconnect command success. > > Signed-off-by: Prashant Malani > Cc: Benson Leung Reviewed-by: Mika Westerberg