Re: [PATCH] virtio-blk: Add a VIRTIO_BLK_T_OUT_FUA request type
Alberto Faria <[email protected]>
| Newsgroups | dev.linux.lists.virtio-comment |
|---|---|
| Message-ID | <CAELaAXwjTW2fm-We63+CX3pSLFp=8F=zq99TnrN13fhW_APx4Q@mail.gmail.com> |
On Wed, May 7, 2025 at 4:26 PM Alberto Faria <[email protected]> wrote: > \begin{lstlisting} > #define VIRTIO_BLK_T_IN 0 > @@ -457,6 +463,7 @@ \subsection{Device Operation}\label{sec:Device Types / Block Device / Device Ope > #define VIRTIO_BLK_T_DISCARD 11 > #define VIRTIO_BLK_T_WRITE_ZEROES 13 > #define VIRTIO_BLK_T_SECURE_ERASE 14 > +#define VIRTIO_BLK_T_OUT_FUA 15 > \end{lstlisting} I also missed that id 15 is already in use by zone commands. Will bump it to 27.