qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 1777232] [NEW] NVME fails on big writes


From: Shimi Gersner
Subject: [Qemu-devel] [Bug 1777232] [NEW] NVME fails on big writes
Date: Sat, 16 Jun 2018 11:08:01 -0000

Public bug reported:

NVME Compliance test 8:3.3.0 tries to write and read back big chunks of
pages. Currently, on the latest QEMU operation of size 1024 blocks will
fail when device is backed by a file.

NVME specification has several types of data transfers from guests, one
of the is the PRP list (Physical Region Page List). PRP is a list of
entries pointing to pages to be written. The list it self resides in a
single or multiple pages.

NVME device maps the PRP list into QEMUSGList which will be me mapped
into linux IO vectors. Finally, when the file driver will write the
changes, it uses the posix pwritev, which fails if the number of vectors
exceeds the maximum.


NVME Compliance - https://github.com/nvmecompliance/tnvme/wiki

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1777232

Title:
  NVME fails on big writes

Status in QEMU:
  New

Bug description:
  NVME Compliance test 8:3.3.0 tries to write and read back big chunks
  of pages. Currently, on the latest QEMU operation of size 1024 blocks
  will fail when device is backed by a file.

  NVME specification has several types of data transfers from guests,
  one of the is the PRP list (Physical Region Page List). PRP is a list
  of entries pointing to pages to be written. The list it self resides
  in a single or multiple pages.

  NVME device maps the PRP list into QEMUSGList which will be me mapped
  into linux IO vectors. Finally, when the file driver will write the
  changes, it uses the posix pwritev, which fails if the number of
  vectors exceeds the maximum.

  
  NVME Compliance - https://github.com/nvmecompliance/tnvme/wiki

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1777232/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]