qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Follow VirtIO initialization properly at vdpa net cvq isolation probing
@ 2023-09-15 17:08 Eugenio Pérez
  2023-09-15 17:08 ` [PATCH v2 1/3] vdpa net: fix error message setting virtio status Eugenio Pérez
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Eugenio Pérez @ 2023-09-15 17:08 UTC (permalink / raw)
  To: qemu-devel
  Cc: Hawkins Jiawei, qemu-stable, si-wei.liu, Michael S. Tsirkin,
	Lei Yang, Jason Wang

This series solves a few issues.  The most obvious is that the feature set was
done previous to ACKNOWLEDGE | DRIVER status bit set.  Current vdpa devices are
permissive with this, but it is better to follow the standard.

Apart from that it fixes two issues reported by Peter Maydell:
* Stop probing CVQ isolation if cannot set features (goto missed).
* Fix incorrect error message statis "error setting features", while it should
say status.

v2: add forgotten Fixes tag

Eugenio Pérez (3):
  vdpa net: fix error message setting virtio status
  vdpa net: stop probing if cannot set features
  vdpa net: follow VirtIO initialization properly at cvq isolation
    probing

 net/vhost-vdpa.c | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

-- 
2.39.3




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-09-20 13:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 17:08 [PATCH v2 0/3] Follow VirtIO initialization properly at vdpa net cvq isolation probing Eugenio Pérez
2023-09-15 17:08 ` [PATCH v2 1/3] vdpa net: fix error message setting virtio status Eugenio Pérez
2023-09-15 17:20   ` Philippe Mathieu-Daudé
2023-09-15 17:08 ` [PATCH v2 2/3] vdpa net: stop probing if cannot set features Eugenio Pérez
2023-09-15 17:20   ` Philippe Mathieu-Daudé
2023-09-15 17:08 ` [PATCH v2 3/3] vdpa net: follow VirtIO initialization properly at cvq isolation probing Eugenio Pérez
2023-09-20 13:08 ` [PATCH v2 0/3] Follow VirtIO initialization properly at vdpa net " Lei Yang

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).