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.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 8A760C43219 for ; Wed, 1 May 2019 14:11:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 58DB520866 for ; Wed, 1 May 2019 14:11:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556719896; bh=QL6XpLygQNx644dY4UGNUJj1KtsxIeLI84X7g1hvAVM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=LSaWLZZQD/14jlLtsUlVJBJuwhH7RZzYVv5h0V0KpKYLFNxEeGy1Is5O/Nsk7ibf1 jZD4z8DRQe7KjbTL7qVFJfHcQb8qH78QAuAtP1FegAfgYmVFrIG4B6KhTH59ZKGeyC +Gh5tluxsyaMDzEHSB5hH6KfiwKgsZaEiIq3LSkg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726517AbfEAOLf (ORCPT ); Wed, 1 May 2019 10:11:35 -0400 Received: from mga18.intel.com ([134.134.136.126]:20486 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726497AbfEAOLf (ORCPT ); Wed, 1 May 2019 10:11:35 -0400 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 May 2019 07:11:35 -0700 X-ExtLoop1: 1 Received: from unknown (HELO localhost.localdomain) ([10.232.112.69]) by orsmga002.jf.intel.com with ESMTP; 01 May 2019 07:11:34 -0700 Date: Wed, 1 May 2019 08:05:47 -0600 From: Keith Busch To: Christoph Hellwig Cc: Keith Busch , Bjorn Helgaas , linux-pci@vger.kernel.org, Alex Williamson , Alexandru Gagniuc Subject: Re: [PATCH] PCI/LINK: Add Kconfig option (default off) Message-ID: <20190501140546.GA26910@localhost.localdomain> References: <20190501132248.26842-1-keith.busch@intel.com> <20190501134257.GA18020@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190501134257.GA18020@infradead.org> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Wed, May 01, 2019 at 06:42:57AM -0700, Christoph Hellwig wrote: > On Wed, May 01, 2019 at 07:22:48AM -0600, Keith Busch wrote: > > +config PCIE_BW > > + bool "PCI Express Bandwidth Change Notification" > > + default n > > n is the default default, no need to add it manually. So extra credit for going beyond the bare minimum?! ... sending v2.