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 X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E33FBC33CB3 for ; Thu, 30 Jan 2020 16:26:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C2C0320678 for ; Thu, 30 Jan 2020 16:26:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727291AbgA3Q0L (ORCPT ); Thu, 30 Jan 2020 11:26:11 -0500 Received: from verein.lst.de ([213.95.11.211]:40905 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727241AbgA3Q0L (ORCPT ); Thu, 30 Jan 2020 11:26:11 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 07E0468B20; Thu, 30 Jan 2020 17:26:07 +0100 (CET) Date: Thu, 30 Jan 2020 17:26:06 +0100 From: Christoph Hellwig To: Bjorn Helgaas Cc: Alexandru Gagniuc , Alexandru Gagniuc , Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , David Airlie , Daniel Vetter , Jan Vesely , Lukas Wunner , Alex Williamson , Austin Bolen , Shyam Iyer , Sinan Kaya , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: Issues with "PCI/LINK: Report degraded links via link bandwidth notification" Message-ID: <20200130162606.GB6377@lst.de> References: <20200115221008.GA191037@google.com> <20200120023326.GA149019@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200120023326.GA149019@google.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Sun, Jan 19, 2020 at 08:33:26PM -0600, Bjorn Helgaas wrote: > NVMe, GPU folks, do your drivers or devices change PCIe link > speed/width for power saving or other reasons? When CONFIG_PCIE_BW=y, > the PCI core interprets changes like that as problems that need to be > reported. The NVMe driver doesn't. For devices I don't know of any, but Ican't find anything in the spec that would forbid it.