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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DB186C43334 for ; Thu, 23 Jun 2022 17:28:41 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4LTS081Lw5z3c8Z for ; Fri, 24 Jun 2022 03:28:40 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=LUF+Z1Pf; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=139.178.84.217; helo=dfw.source.kernel.org; envelope-from=helgaas@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=LUF+Z1Pf; dkim-atps=neutral Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4LTRzW0mjVz3bpy for ; Fri, 24 Jun 2022 03:28:06 +1000 (AEST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 085C861F09; Thu, 23 Jun 2022 17:28:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 08C00C3411B; Thu, 23 Jun 2022 17:28:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656005284; bh=zKTHUEkMNbZcc0IfdYhL4S+A/UWDDSTSzsFXGIjten8=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=LUF+Z1PfLas2pb5K370GJ2gIxWvky9TVIVHg3VrtLDDtbSoaDmcyPhhCt5oLn6rBC C3XR0qizSeh7cEjS4xn+0xj2PhaMas/lnO3KWYz/qJIocmcWwkymycV4F+D3EzY3N7 vFh9r62bduK2gNXt6G+97KwDxYRnmJV9oz0GCz6RfGkkg9+kCHR5egw6XvChuMm3PO zsc5QLQrMneyg7E8dDcDSRlvs07+0cVh2NwyTp8H5jZpxD2muts6V3AXUgPPscFZrX mJ98SMqDVJwYP4EOZwtVIibcWUTBdW9kYlgdo0NgRY2FpIVOTZIVA45WI2Cg4ds7Ux N/3UGODsqUpSA== Date: Thu, 23 Jun 2022 12:28:02 -0500 From: Bjorn Helgaas To: Kai-Heng Feng Subject: Re: [PATCH v4 2/2] PCI/DPC: Disable DPC service when link is in L2/L3 ready, L2 and L3 state Message-ID: <20220623172802.GA1461319@bhelgaas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sathyanarayanan Kuppuswamy , mika.westerberg@linux.intel.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, koba.ko@canonical.com, Oliver O'Halloran , bhelgaas@google.com, linuxppc-dev@lists.ozlabs.org, baolu.lu@linux.intel.com Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Tue, Jun 21, 2022 at 10:27:31AM +0800, Kai-Heng Feng wrote: > On Mon, Apr 18, 2022 at 10:41 AM Sathyanarayanan Kuppuswamy > wrote: > > On 4/8/22 8:31 AM, Kai-Heng Feng wrote: > > > On Intel Alder Lake platforms, Thunderbolt entering D3cold can cause > > > some errors reported by AER: > > > [ 30.100211] pcieport 0000:00:1d.0: AER: Uncorrected (Non-Fatal) error received: 0000:00:1d.0 > > > [ 30.100251] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Uncorrected (Non-Fatal), type=Transaction Layer, (Requester ID) > > > [ 30.100256] pcieport 0000:00:1d.0: device [8086:7ab0] error status/mask=00100000/00004000 > > > [ 30.100262] pcieport 0000:00:1d.0: [20] UnsupReq (First) > > > [ 30.100267] pcieport 0000:00:1d.0: AER: TLP Header: 34000000 08000052 00000000 00000000 > > > [ 30.100372] thunderbolt 0000:0a:00.0: AER: can't recover (no error_detected callback) > > > [ 30.100401] xhci_hcd 0000:3e:00.0: AER: can't recover (no error_detected callback) > > > [ 30.100427] pcieport 0000:00:1d.0: AER: device recovery failed > > > > > > Since AER is disabled in previous patch for a Link in L2/L3 Ready, L2 > > > and L3, also disable DPC here as DPC depends on AER to work. > > > > > > Bugzilla:https://bugzilla.kernel.org/show_bug.cgi?id=215453 > > > Reviewed-by: Mika Westerberg > > > Signed-off-by: Kai-Heng Feng > > > > Reviewed-by: Kuppuswamy Sathyanarayanan > > > > A gentle ping... See questions here: https://lore.kernel.org/r/20220422222433.GA1464120@bhelgaas