Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1929132ybl; Thu, 30 Jan 2020 08:27:39 -0800 (PST) X-Google-Smtp-Source: APXvYqxgaeIXTCC1x3U/j9uzimaYDyfsG2DZbzL4B+LsrcQ6MNLFB745c7tBR48VMIemQoljoL4u X-Received: by 2002:a05:6830:128e:: with SMTP id z14mr4187305otp.184.1580401658828; Thu, 30 Jan 2020 08:27:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580401658; cv=none; d=google.com; s=arc-20160816; b=P8jgD7QLlMkvtXtiaDopYPlsvtmDb8FN0BrIKmoem9a5FpIw5Oz5BGMMoFGaO38Ei7 SyLM2RQk+grYkw1KrHp41pxFqyKUuSuQM2tZMET4uxeVFVCsc6TJnXbBvtkDzVddxu4x yJbMz/Ugp7SV7b8GFQO9Rw4WZcZcosufO/41oK1tLTInvO607gDOWy3u/ctBescNaY3D dLXmBRs29z4i+8ih9Y0+YsxbwwEh0lIDJWxavkFJc0g06hpK4zH0KjaJ4t3mcvud09TQ h2z6biU8CFze7kRb2HpL6ixuF93rLKg+8E2C9IF95u1GzGysu5FWe3bZDvDYPgAbDd9W Kelg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=LuYcLRpnxhb7eQ7VVRygoAqSiPSb4ss2Dtio4/tS4wk=; b=G+I1lzP3aNc5/+ypUdqU6UFI48yGthS32VH4SWTPOWwmbcDzT4OrJHDViWOKOoaRZm Nxwb7YeM0MxkHTCRuG7Pp64muR2N1rzvzUuBLPb4E3On7CER4zAxW/ivRKEk1hfHEfyj FNfYTl4sgKhEfaeW4+8+MdIAGlmDHtMjZR0k2SfIieCxIv3B00AjY9wL/8EQTXmCx8Xc MZ7kV9HEY2vYyGBq1p3w+UBzrn/+HEkXgaPMbvdczo2naP6QQPloWmSe9kReYD1e+mQh udDjz+35YQ7wfNj7JMT1Wix5ot3pAevFkRUKeAZkcT59J5P2EK6C5E0/8SOhufOLrplv fiSA== 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 p22si3544252ota.43.2020.01.30.08.27.25; Thu, 30 Jan 2020 08:27:38 -0800 (PST) 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 S1727346AbgA3Q0L (ORCPT + 99 others); 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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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.