From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ale.deltatee.com ([207.54.116.67]:35126 "EHLO ale.deltatee.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728509AbeHMSiq (ORCPT ); Mon, 13 Aug 2018 14:38:46 -0400 To: Matthew Wilcox , Martin Mares Cc: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-doc@vger.kernel.org, Stephen Bates , Christoph Hellwig , Bjorn Helgaas , Jonathan Corbet , Ingo Molnar , Thomas Gleixner , "Paul E. McKenney" , Marc Zyngier , Kai-Heng Feng , Frederic Weisbecker , Dan Williams , =?UTF-8?B?SsOpcsO0bWUgR2xpc3Nl?= , Benjamin Herrenschmidt , Alex Williamson , =?UTF-8?Q?Christian_K=c3=b6nig?= References: <20180717170204.30470-1-logang@deltatee.com> <20180717203900.GA1771@bombadil.infradead.org> <20180810145655.GA16533@bombadil.infradead.org> <20180812103133.GB2984@bombadil.infradead.org> From: Logan Gunthorpe Message-ID: <98953063-2fa8-fe2b-afc5-801d0a341051@deltatee.com> Date: Mon, 13 Aug 2018 09:55:17 -0600 MIME-Version: 1.0 In-Reply-To: <20180812103133.GB2984@bombadil.infradead.org> Content-Type: text/plain; charset=utf-8 Subject: Re: lspci: Display path to device Sender: linux-pci-owner@vger.kernel.org List-ID: On 12/08/18 04:31 AM, Matthew Wilcox wrote: > I pondered asking Logan to change his parser to include the bus number > as a solution, but then I remembered the entire point of this is to make > specifying a device robust against bus number assignmnet changes. I suppose > we could have the parser accept and ignore the bus number ... Yes, exactly. Bjorn's already accepted the series but we could add support for ignored bus letters in another patch if we want. I just think that might be confusing when you end up in a situation where the path includes numbers that no longer actually match the actual addresses after the bus numbers change. Thanks, Logan