We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e223e0 commit db3dfaeCopy full SHA for db3dfae
Documentation/block/ublk.rst
@@ -408,13 +408,15 @@ Fallback Behavior
408
If auto buffer registration fails:
409
410
1. When ``UBLK_AUTO_BUF_REG_FALLBACK`` is enabled:
411
+
412
- The uring_cmd is completed
413
- ``UBLK_IO_F_NEED_REG_BUF`` is set in ``ublksrv_io_desc.op_flags``
414
- The ublk server must manually deal with the failure, such as, register
415
the buffer manually, or using user copy feature for retrieving the data
416
for handling ublk IO
417
418
2. If fallback is not enabled:
419
420
- The ublk I/O request fails silently
421
- The uring_cmd won't be completed
422
0 commit comments