From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932259Ab1KASGP (ORCPT ); Tue, 1 Nov 2011 14:06:15 -0400 Received: from charlotte.tuxdriver.com ([70.61.120.58]:47549 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751670Ab1KASGM (ORCPT ); Tue, 1 Nov 2011 14:06:12 -0400 Date: Tue, 1 Nov 2011 14:05:55 -0400 From: Neil Horman To: Jesse Barnes Cc: Bjorn Helgaas , Stefan Richter , linux-kernel@vger.kernel.org, Greg Kroah-Hartman , linux-pci@vger.kernel.org, Matthew Wilcox Subject: Re: [PATCH] sysfs: add per pci device msi[x] irq listing (v5) Message-ID: <20111101180555.GB14141@hmsreliant.think-freely.org> References: <20110930153321.GA31760@hmsreliant.think-freely.org> <20110930165403.GB31760@hmsreliant.think-freely.org> <20111006083607.2c4eb9a5@jbarnes-desktop> <20111006171208.GB22462@hmsreliant.think-freely.org> <20111006180818.GD22462@hmsreliant.think-freely.org> <20111014092148.21158b85@jbarnes-desktop> <20111101164726.GA14141@hmsreliant.think-freely.org> <20111101095833.3dddb3b8@jbarnes-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111101095833.3dddb3b8@jbarnes-desktop> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Score: -1.2 (-) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 01, 2011 at 09:58:33AM -0700, Jesse Barnes wrote: > On Tue, 1 Nov 2011 12:47:26 -0400 > Neil Horman wrote: > > > On Fri, Oct 14, 2011 at 09:21:48AM -0700, Jesse Barnes wrote: > > > On Thu, 6 Oct 2011 14:08:18 -0400 > > > Neil Horman wrote: > > > > > > > This patch adds a per-pci-device subdirectory in sysfs called: > > > > /sys/bus/pci/devices//msi_irqs > > > > > > > > This sub-directory exports the set of msi vectors allocated by a given > > > > pci device, by creating a numbered sub-directory for each vector beneath > > > > msi_irqs. For each vector various attributes can be exported. Currently the > > > > only attribute is called mode, which tracks the operational mode of that vector > > > > (msi vs. msix) > > > > > > > > > > Ok this adds new ABI in the form of sysfs files so I want to make sure > > > it's ok. > > > > > > Matthew has dreams of a more sophisticated MSI-X management scheme, but > > > it sounds to me like that will mostly affect the driver interfaces and > > > shouldn't be incompatible with the sysfs scheme you propose here. > > > > > > If so, great, we can pull this in and maybe one day someone will > > > implement better MSI-X support. > > > > > > If not, I'd like to hear objections now; Neil has been responsive and > > > fixed several issues. I don't want to block his patch unless we have > > > something concrete that it conflicts with. > > > > > > Thanks, > > > -- > > > Jesse Barnes, Intel Open Source Technology Center > > Ping Jesse, has something gone awry here? I've not seen this show up in your > > tree yet. > > It's sitting in my queue and I've timed out waiting for objections. So > I'll put it in my -next tree shortly. Thanks for your patience Neil. > No problem, just wanted to make sure it didn't get lost in the move back to kernel.org Thanks! Neil > -- > Jesse Barnes, Intel Open Source Technology Center