From: Bjorn Helgaas <helgaas@kernel.org>
To: Jason Gunthorpe <jgg@nvidia.com>
Cc: "Leon Romanovsky" <leon@kernel.org>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"Saeed Mahameed" <saeedm@nvidia.com>,
"Alexander Duyck" <alexander.duyck@gmail.com>,
"Jakub Kicinski" <kuba@kernel.org>,
linux-pci@vger.kernel.org, linux-rdma@vger.kernel.org,
netdev@vger.kernel.org, "Don Dutile" <ddutile@redhat.com>,
"Alex Williamson" <alex.williamson@redhat.com>,
"David S . Miller" <davem@davemloft.net>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Krzysztof Wilczyński" <kw@linux.com>
Subject: Re: [PATCH mlx5-next v6 1/4] PCI: Add sysfs callback to allow MSI-X table size change of SR-IOV VFs
Date: Wed, 17 Feb 2021 14:28:35 -0600 [thread overview]
Message-ID: <20210217202835.GA906388@bjorn-Precision-5520> (raw)
In-Reply-To: <20210217192522.GW4247@nvidia.com>
On Wed, Feb 17, 2021 at 03:25:22PM -0400, Jason Gunthorpe wrote:
> On Wed, Feb 17, 2021 at 12:02:39PM -0600, Bjorn Helgaas wrote:
>
> > > BTW, I asked more than once how these sysfs knobs should be handled
> > > in the PCI/core.
> >
> > Thanks for the pointers. This is the first instance I can think of
> > where we want to create PCI core sysfs files based on a driver
> > binding, so there really isn't a precedent.
>
> The MSI stuff does it today, doesn't it? eg:
>
> virtblk_probe (this is a driver bind)
> init_vq
> virtio_find_vqs
> vp_modern_find_vqs
> vp_find_vqs
> vp_find_vqs_msix
> vp_request_msix_vectors
> pci_alloc_irq_vectors_affinity
> __pci_enable_msi_range
> msi_capability_init
> populate_msi_sysfs
> ret = sysfs_create_groups(&pdev->dev.kobj, msi_irq_groups);
>
> And the sysfs is removed during pci_disable_msi(), also called by the
> driver
Yes, you're right, I didn't notice that one.
I'm not quite convinced that we clean up correctly in all cases --
pci_disable_msix(), pci_disable_msi(), pci_free_irq_vectors(),
pcim_release(), etc are called by several drivers, but in my quick
look I didn't see a guaranteed-to-be-called path to the cleanup during
driver unbind. I probably just missed it.
next prev parent reply other threads:[~2021-02-17 20:29 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-09 13:34 [PATCH mlx5-next v6 0/4] Dynamically assign MSI-X vectors count Leon Romanovsky
2021-02-09 13:34 ` [PATCH mlx5-next v6 1/4] PCI: Add sysfs callback to allow MSI-X table size change of SR-IOV VFs Leon Romanovsky
2021-02-15 21:01 ` Bjorn Helgaas
2021-02-16 7:33 ` Leon Romanovsky
2021-02-16 16:12 ` Bjorn Helgaas
2021-02-16 19:58 ` Leon Romanovsky
2021-02-17 18:02 ` Bjorn Helgaas
2021-02-17 19:25 ` Jason Gunthorpe
2021-02-17 20:28 ` Bjorn Helgaas [this message]
2021-02-17 23:52 ` Jason Gunthorpe
2021-02-18 10:15 ` Leon Romanovsky
2021-02-18 22:39 ` Bjorn Helgaas
2021-02-19 7:52 ` Leon Romanovsky
2021-02-19 8:20 ` Greg Kroah-Hartman
2021-02-19 16:58 ` Leon Romanovsky
2021-02-20 19:06 ` Bjorn Helgaas
2021-02-21 6:59 ` Leon Romanovsky
2021-02-23 21:07 ` Bjorn Helgaas
2021-02-24 8:09 ` Greg Kroah-Hartman
2021-02-24 21:37 ` Don Dutile
2021-02-24 9:53 ` Leon Romanovsky
2021-02-24 15:07 ` Bjorn Helgaas
2021-02-21 13:00 ` Greg Kroah-Hartman
2021-02-21 13:55 ` Leon Romanovsky
2021-02-21 15:01 ` Greg Kroah-Hartman
2021-02-21 15:30 ` Leon Romanovsky
2021-02-16 20:37 ` Jason Gunthorpe
2021-02-09 13:34 ` [PATCH mlx5-next v6 2/4] net/mlx5: Add dynamic MSI-X capabilities bits Leon Romanovsky
2021-02-09 13:34 ` [PATCH mlx5-next v6 3/4] net/mlx5: Dynamically assign MSI-X vectors count Leon Romanovsky
2021-02-09 13:34 ` [PATCH mlx5-next v6 4/4] net/mlx5: Allow to the users to configure number of MSI-X vectors Leon Romanovsky
2021-02-09 21:06 ` [PATCH mlx5-next v6 0/4] Dynamically assign MSI-X vectors count Alexander Duyck
2021-02-14 5:24 ` Leon Romanovsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210217202835.GA906388@bjorn-Precision-5520 \
--to=helgaas@kernel.org \
--cc=alex.williamson@redhat.com \
--cc=alexander.duyck@gmail.com \
--cc=bhelgaas@google.com \
--cc=davem@davemloft.net \
--cc=ddutile@redhat.com \
--cc=gregkh@linuxfoundation.org \
--cc=jgg@nvidia.com \
--cc=kuba@kernel.org \
--cc=kw@linux.com \
--cc=leon@kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=saeedm@nvidia.com \
--subject='Re: [PATCH mlx5-next v6 1/4] PCI: Add sysfs callback to allow MSI-X table size change of SR-IOV VFs' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).