All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Akihiko Odaki <akihiko.odaki@daynix.com>
Cc: "Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
	"Alex Williamson" <alex.williamson@redhat.com>,
	"Cédric Le Goater" <clg@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Daniel P. Berrangé" <berrange@redhat.com>,
	"Eduardo Habkost" <eduardo@habkost.net>,
	"Sriram Yagnaraman" <sriram.yagnaraman@ericsson.com>,
	"Jason Wang" <jasowang@redhat.com>,
	"Keith Busch" <kbusch@kernel.org>,
	"Klaus Jensen" <its@irrelevant.dk>,
	"Markus Armbruster" <armbru@redhat.com>,
	qemu-devel@nongnu.org, qemu-block@nongnu.org
Subject: Re: [PATCH for-9.2 v12 00/11] hw/pci: SR-IOV related fixes and improvements
Date: Mon, 5 Aug 2024 04:47:06 -0400	[thread overview]
Message-ID: <20240805042635-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <42a4ef02-a14a-41a2-b1a9-357511afa163@daynix.com>

On Mon, Aug 05, 2024 at 04:10:02PM +0900, Akihiko Odaki wrote:
> On 2024/08/05 15:39, Michael S. Tsirkin wrote:
> > On Sun, Aug 04, 2024 at 06:01:36PM +0900, Akihiko Odaki wrote:
> > > Supersedes: <20240714-rombar-v2-0-af1504ef55de@daynix.com>
> > > ("[PATCH v2 0/4] hw/pci: Convert rom_bar into OnOffAuto")
> > > 
> > > I submitted a RFC series[1] to add support for SR-IOV emulation to
> > > virtio-net-pci. During the development of the series, I fixed some
> > > trivial bugs and made improvements that I think are independently
> > > useful. This series extracts those fixes and improvements from the RFC
> > > series.
> > > 
> > > [1]: https://patchew.org/QEMU/20231210-sriov-v2-0-b959e8a6dfaf@daynix.com/
> > > 
> > > Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
> > > ---
> > > Changes in v12:
> > > - Changed to ignore invalid PCI_SRIOV_NUM_VF writes as done for
> > >    PCI_SRIOV_CTRL_VFE.
> > > - Updated the message for patch "hw/pci: Use -1 as the default value for
> > >    rombar". (Markus Armbruster)
> > > - Link to v11: https://lore.kernel.org/r/20240802-reuse-v11-0-fb83bb8c19fb@daynix.com
> > 
> > The igb issue is still with us, is it not?
> 
> Yes, if you are talking about the problem with s390x/libvirt. That is why it
> has for-9.2 tag.
> 
> It is actually not specific to igb but also affects nvme. The upcoming
> virtio-net-pci's SR-IOV will not be affected, but it is not present yet.

How about we fix it then? There's time enough for 9.2.
Also breaking any configurations should be documented in a commit log
of the change that causes the breakage. Pls do that in the future.

I understand the fact that you are trying to prevent errors
since it is hard to report them to guest cleanly.
But I guess we can pretend device does not respond to config cycles?


-- 
MST



      reply	other threads:[~2024-08-05  8:47 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-04  9:01 [PATCH for-9.2 v12 00/11] hw/pci: SR-IOV related fixes and improvements Akihiko Odaki
2024-08-04  9:01 ` [PATCH for-9.2 v12 01/11] hw/pci: Rename has_power to enabled Akihiko Odaki
2024-08-04  9:01 ` [PATCH for-9.2 v12 02/11] hw/ppc/spapr_pci: Do not create DT for disabled PCI device Akihiko Odaki
2024-08-04  9:01 ` [PATCH for-9.2 v12 03/11] hw/ppc/spapr_pci: Do not reject VFs created after a PF Akihiko Odaki
2024-08-04  9:01 ` [PATCH for-9.2 v12 04/11] pcie_sriov: Do not manually unrealize Akihiko Odaki
2024-08-04  9:01 ` [PATCH for-9.2 v12 05/11] pcie_sriov: Ensure VF function number does not overflow Akihiko Odaki
2024-08-04  9:01 ` [PATCH for-9.2 v12 06/11] pcie_sriov: Reuse SR-IOV VF device instances Akihiko Odaki
2024-08-04  9:01 ` [PATCH for-9.2 v12 07/11] pcie_sriov: Release VFs failed to realize Akihiko Odaki
2024-08-04  9:01 ` [PATCH for-9.2 v12 08/11] pcie_sriov: Remove num_vfs from PCIESriovPF Akihiko Odaki
2024-08-04  9:01 ` [PATCH for-9.2 v12 09/11] pcie_sriov: Register VFs after migration Akihiko Odaki
2024-08-04  9:01 ` [PATCH for-9.2 v12 10/11] hw/pci: Use -1 as the default value for rombar Akihiko Odaki
2024-08-04  9:01 ` [PATCH for-9.2 v12 11/11] hw/qdev: Remove opts member Akihiko Odaki
2024-08-05  6:39 ` [PATCH for-9.2 v12 00/11] hw/pci: SR-IOV related fixes and improvements Michael S. Tsirkin
2024-08-05  7:10   ` Akihiko Odaki
2024-08-05  8:47     ` Michael S. Tsirkin [this message]

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=20240805042635-mutt-send-email-mst@kernel.org \
    --to=mst@redhat.com \
    --cc=akihiko.odaki@daynix.com \
    --cc=alex.williamson@redhat.com \
    --cc=armbru@redhat.com \
    --cc=berrange@redhat.com \
    --cc=clg@redhat.com \
    --cc=eduardo@habkost.net \
    --cc=its@irrelevant.dk \
    --cc=jasowang@redhat.com \
    --cc=kbusch@kernel.org \
    --cc=marcel.apfelbaum@gmail.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=sriram.yagnaraman@ericsson.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.