|
|
|
|
|
by wtallis
2092 days ago
|
|
> and the device guarantees flushes for writes in the order they are queued NVMe does not require such a guarantee, nor does it provide a way for drives to signal such a guarantee. (Part of the reason is that NVMe devices have multiple queues, and the standard tries to avoid imposing unnecessary timing or synchronization requirements between commands that aren't submitted to the same queue.) |
|