qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] pcie: Fix ARI next function numbers
@ 2023-07-02  9:46 Akihiko Odaki
  2023-07-02  9:46 ` [PATCH v2 1/4] docs: Fix next function numbers in SR/IOV documentation Akihiko Odaki
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Akihiko Odaki @ 2023-07-02  9:46 UTC (permalink / raw)
  Cc: qemu-devel, qemu-block, Ani Sinha, Michael S . Tsirkin,
	Marcel Apfelbaum, Sriram Yagnaraman, Jason Wang, Keith Busch,
	Klaus Jensen, Akihiko Odaki

The ARI next function number field is undefined for VF. The PF should
end the linked list formed with the field by specifying 0.

Supersedes: <20230701070133.24877-1-akihiko.odaki@daynix.com>
("[PATCH 0/4] pci: Compare function number and ARI next function number")

V1 -> V2:
  Fixed migration. (Michael S. Tsirkin)
  Added a caveat comment. (Michael S. Tsirkin)

Akihiko Odaki (4):
  docs: Fix next function numbers in SR/IOV documentation
  hw/nvme: Fix ARI next function numbers
  igb: Fix ARI next function numbers
  pcie: Note a caveat regarding ARI next function number

 docs/pcie_sriov.txt   | 4 ++--
 hw/nvme/nvme.h        | 1 +
 include/hw/pci/pcie.h | 7 +++++++
 hw/core/machine.c     | 2 ++
 hw/net/igb.c          | 5 ++++-
 hw/nvme/ctrl.c        | 3 ++-
 6 files changed, 18 insertions(+), 4 deletions(-)

-- 
2.41.0



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

end of thread, other threads:[~2023-07-02 13:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-02  9:46 [PATCH v2 0/4] pcie: Fix ARI next function numbers Akihiko Odaki
2023-07-02  9:46 ` [PATCH v2 1/4] docs: Fix next function numbers in SR/IOV documentation Akihiko Odaki
2023-07-02 10:40   ` Michael S. Tsirkin
2023-07-02 11:19     ` Akihiko Odaki
2023-07-02 13:24       ` Michael S. Tsirkin
2023-07-02  9:46 ` [PATCH v2 2/4] hw/nvme: Fix ARI next function numbers Akihiko Odaki
2023-07-02  9:46 ` [PATCH v2 3/4] igb: " Akihiko Odaki
2023-07-02 10:33   ` Michael S. Tsirkin
2023-07-02  9:46 ` [PATCH v2 4/4] pcie: Note a caveat regarding ARI next function number Akihiko Odaki

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