From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: Alex Williamson <alex.williamson@redhat.com>,
Jakub Kicinski <kuba@kernel.org>,
Alexander Duyck <alexanderduyck@fb.com>
Cc: "Michał Winiarski" <michal.winiarski@intel.com>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"Christian König" <christian.koenig@amd.com>,
linux-pci@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 1/1] PCI: Fix BAR resizing when VF BARs are assigned
Date: Tue, 18 Mar 2025 13:42:57 +0200 (EET) [thread overview]
Message-ID: <ea24cc36-36c7-1b28-f9ba-78f7161430ca@linux.intel.com> (raw)
In-Reply-To: <20250317163859.671a618f.alex.williamson@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 2661 bytes --]
+ Jakub
+ Alexander
On Mon, 17 Mar 2025, Alex Williamson wrote:
> On Mon, 17 Mar 2025 19:18:03 +0100
> Michał Winiarski <michal.winiarski@intel.com> wrote:
> > On Fri, Mar 14, 2025 at 08:56:49AM -0600, Alex Williamson wrote:
> > > On Fri, 7 Mar 2025 16:03:49 +0200
> > > Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> wrote:
> > >
> > > > __resource_resize_store() attempts to release all resources of the
> > > > device before attempting the resize. The loop, however, only covers
> > > > standard BARs (< PCI_STD_NUM_BARS). If a device has VF BARs that are
> > > > assigned, pci_reassign_bridge_resources() finds the bridge window still
> > > > has some assigned child resources and returns -NOENT which makes
> > > > pci_resize_resource() to detect an error and abort the resize.
> > > >
> > > > Change the release loop to cover all resources up to VF BARs which
> > > > allows the resize operation to release the bridge windows and attempt
> > > > to assigned them again with the different size.
> > > >
> > > > As __resource_resize_store() checks first that no driver is bound to
> > > > the PCI device before resizing is allowed, SR-IOV cannot be enabled
> > > > during resize so it is safe to release also the IOV resources.
> > >
> > > Is this true? pci-pf-stub doesn't teardown SR-IOV on release, which I
> > > understand is done intentionally. Thanks,
Thanks for reviewing. I'm sorry I just took Michał's word on this for
granted so I didn't check it myself.
I could amend __resource_resize_store() to return -EBUSY if SR-IOV is
there despite no driver being present, but lets hear if Alexander or Jakub
has some input on this.
> > Is that really intentional?
> > PCI warns when that scenario occurs:
> > https://elixir.bootlin.com/linux/v6.13.7/source/drivers/pci/iov.c#L936
>
> Yep, it warns. It doesn't prevent it from happening though.
>
> > I thought that the usecase is binding pci-pf-stub, creating VFs, and
> > letting the driver be.
> > But unbinding after creating VFs? What's the goal of that?
> > Perhaps we're just missing .remove() in pci-pf-stub?
>
> I guess I don't actually know that leaving SR-IOV enabled was
> intentional, maybe it was an oversight. The original commit only
> mentions the case of a device that requires nothing but this shim as
> the PF driver. A pci_warn() isn't much disincentive, the system might
> already have taints. If it's something that we really want to show as
> broken, it'd probably need to be a WARN_ON.
Added Alexander and Jakub, perhaps they remember something or if there are
caveats going either way.
--
i.
next prev parent reply other threads:[~2025-03-18 11:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-07 14:03 [PATCH v2 1/1] PCI: Fix BAR resizing when VF BARs are assigned Ilpo Järvinen
2025-03-14 14:56 ` Alex Williamson
2025-03-17 18:18 ` Michał Winiarski
2025-03-17 22:38 ` Alex Williamson
2025-03-18 11:42 ` Ilpo Järvinen [this message]
2025-03-18 15:01 ` Alex Williamson
2025-03-18 15:23 ` Alex Williamson
2025-03-18 12:21 ` Philipp Stanner
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=ea24cc36-36c7-1b28-f9ba-78f7161430ca@linux.intel.com \
--to=ilpo.jarvinen@linux.intel.com \
--cc=alex.williamson@redhat.com \
--cc=alexanderduyck@fb.com \
--cc=bhelgaas@google.com \
--cc=christian.koenig@amd.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=michal.winiarski@intel.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox