All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/2] hw/nvme: support mdts above 9
@ 2026-03-17  8:48 Klaus Jensen
  2026-03-17  8:48 ` [PATCH RFC 1/2] dma-helpers: lift IOV_MAX limit Klaus Jensen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Klaus Jensen @ 2026-03-17  8:48 UTC (permalink / raw)
  To: qemu-devel, Paolo Bonzini, Peter Xu, Philippe Mathieu-Daudé,
	Keith Busch, Klaus Jensen, Jesper Devantier, qemu-block
  Cc: Klaus Jensen

In commit 53493c1f836f ("hw/nvme: cap MDTS value for internal
limitation"), the max value of MDTS was restricted to ensure that the
device will not report internal device errors when hitting the internal
IOV_MAX limit of the block layer.

This series attempts to lift the IOV_MAX restrictions, by splitting I/O
in the dma helpers.

Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
---
Klaus Jensen (2):
      dma-helpers: lift IOV_MAX limit
      hw/nvme: allow MDTS above 9

 hw/nvme/ctrl.c       | 17 ++---------------
 system/dma-helpers.c |  5 ++++-
 2 files changed, 6 insertions(+), 16 deletions(-)
---
base-commit: 559919ce54927d59b215a4665eda7ab6118a48aa
change-id: 20260317-lift-iovmax-dma-limit-5266d83d0820

Best regards,
-- 
Klaus Jensen <k.jensen@samsung.com>



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

end of thread, other threads:[~2026-03-17 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17  8:48 [PATCH RFC 0/2] hw/nvme: support mdts above 9 Klaus Jensen
2026-03-17  8:48 ` [PATCH RFC 1/2] dma-helpers: lift IOV_MAX limit Klaus Jensen
2026-03-17  8:48 ` [PATCH RFC 2/2] hw/nvme: allow MDTS above 9 Klaus Jensen
2026-03-17 14:43 ` [PATCH RFC 0/2] hw/nvme: support mdts " Keith Busch

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.