On Tue, Mar 17, 2026 at 09:48:56AM +0100, Klaus Jensen wrote:
> 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.
Nice, this was simpler than I thought! Looks good to me:
Acked-by: Keith Busch <[email protected]>