Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp5027073imm; Tue, 11 Sep 2018 23:33:35 -0700 (PDT) X-Google-Smtp-Source: ANB0Vdb7uU9MxxhFCcTEe6wIz5PnCL2Rociu+GJnFhk4COJO5P1SFXD6iFrMExq0S4eG3G2FQpCt X-Received: by 2002:a62:90d4:: with SMTP id q81-v6mr437579pfk.37.1536734015524; Tue, 11 Sep 2018 23:33:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536734015; cv=none; d=google.com; s=arc-20160816; b=nRMfWxvWPo6IF897ncWVnkv0tcWZIBhjcrhRz2G7CCN2Ek0BjALR59Qdui7+5rIW5w URYeDWyzxB0NimDSLsWc/yBTGufE4lJmO63XODagq9qBdsrO0H6DtvWb3QxO8CMuHOo8 NizVD0lpGJWUp8JapupLCS9LOooLQ1onWw+M2r774DOoiKuOgefnDqUVg7HnqP1ODgv2 KlyUZ1omrblpnl+85S3JFIZ6yCtIWr2rgSEzgihVky6UKnSN1Umy3eNupiT1cP0vSNu1 Ek9Tt7K0ruWyeCgUfiKgCfUWFRxDXkgeATkrKS5+/WUSfNKEvEdzi3qcKT9GGFvhcaCx KDDg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=gPiduOVTBePmLMy6TU/VnBCl1aSFgoZy1fkSmQeGDnM=; b=gwZPwB0PqvSlPY3+BPOQ/tDgc+Uuq7g9iF53bF0evTFMQOXGYqugtUvWqyMBIR8yYi NKQvzKDoBonJ+sODNRUqHhedBbo6Up/ExFagHpXIhQGlwNOFiM0o0IuxQibk7TDt5qrC 51DA9ctufSo5ge5hr9+YqUCUFO/PPJvUekK5mjMDwINwcfuOb6Dic9wfsh2705OUXTma +ObQVCo64STBs8KmixmvGa0+v30rO31ojeBehAjMa7PmN/qBuQSh27+dsZ0g475XQpET 7FbMk7T8nd6zmCxGoJ8ppfe74xJY9eCiu/jznALsQ9XEW/qkkSBh4d0zixUxv6IrnAAV D8wQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g70-v6si2148pfd.86.2018.09.11.23.33.19; Tue, 11 Sep 2018 23:33:35 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727277AbeILLgC (ORCPT + 99 others); Wed, 12 Sep 2018 07:36:02 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:42864 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725910AbeILLgC (ORCPT ); Wed, 12 Sep 2018 07:36:02 -0400 Received: from p4fea45ac.dip0.t-ipconnect.de ([79.234.69.172] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1fzyhu-0003NV-GA; Wed, 12 Sep 2018 08:32:58 +0200 Date: Wed, 12 Sep 2018 08:32:58 +0200 (CEST) From: Thomas Gleixner To: Kai-Heng Feng cc: jian-hong@endlessm.com, Linux Netdev List , Linux Kernel Mailing List Subject: Re: Regression caused by commit 7bb05b85bc2d ("r8169: don't use MSI-X on RTL8106e") In-Reply-To: <5D685053-1A33-4553-8678-A50C542466FD@canonical.com> Message-ID: References: <5D685053-1A33-4553-8678-A50C542466FD@canonical.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 12 Sep 2018, Kai-Heng Feng wrote: > There's a Dell machine with RTL8106e stops to work after S3 since the > commit introduced. So I am wondering if it's possible to revert the > commit and use DMI/subsystem id based quirk table? Probably. > It's because of commit bc976233a872 ("genirq/msi, x86/vector: Prevent > reservation mode for non maskable MSI") cleared the reservation mode, and I > can see this after S3: > > [ 94.872838] do_IRQ: 3.33 No irq handler for vector It's not because of that commit, really. There is a interrupt sent after resume to the wrong vector for whatever reason. The MSI vector cannot be masked it seems in the device, but the driver should quiescen the device to a point where it does not send interrupts. > If the device uses MSI-X instead of MSI, the issue doesn't happen because of > reservation mode. Reservation mode has absolutely nothing to do with that. What prevents the issue is the fact that MSI-X can be masked by the IRQ core. > Is it something should be handled by x86 BIOS? Because I don't see this issue > when I use Suspend-to-Idle, which doesn't use BIOS to do suspend. Suspend to idle works completely different and I don't see the BIOS at fault here. it's more an issue of MSI not being maskable on that device, which can't be fixed in BIOS or it's some half quiescened state which is used when suspending and that's a pure driver issue. Thanks, tglx