search for: io_barri

Displaying 4 results from an estimated 4 matches for "io_barri".

Did you mean: io_barrier
2018 May 10
2
[PATCH v1] virtio: support VIRTIO_F_IO_BARRIER
...for extensions to the queue and feature negotiation mechanisms > > This information is out-of-date. > No. In the latest spec draft, it's 24 to 33. And it becomes out-of-date since VIRTIO_F_RING_PACKED(34) and VIRTIO_F_IN_ORDER(35) were introduced. Do you want me to update it in the IO_BARRIER patch or do you want me to update it in a new patch? Best regards, Tiwei Bie
2018 May 10
2
[PATCH v1] virtio: support VIRTIO_F_IO_BARRIER
...for extensions to the queue and feature negotiation mechanisms > > This information is out-of-date. > No. In the latest spec draft, it's 24 to 33. And it becomes out-of-date since VIRTIO_F_RING_PACKED(34) and VIRTIO_F_IN_ORDER(35) were introduced. Do you want me to update it in the IO_BARRIER patch or do you want me to update it in a new patch? Best regards, Tiwei Bie
2018 May 10
0
[virtio-dev] Re: [PATCH v1] virtio: support VIRTIO_F_IO_BARRIER
...negotiation mechanisms > > > > This information is out-of-date. > > > > No. In the latest spec draft, it's 24 to 33. And it > becomes out-of-date since VIRTIO_F_RING_PACKED(34) > and VIRTIO_F_IN_ORDER(35) were introduced. Do you > want me to update it in the IO_BARRIER patch or do > you want me to update it in a new patch? Please update it to 37 in the IO_BARRIER patch. Stefan -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 455 bytes Desc: not available URL: <http://...
2018 May 04
2
[PATCH v1] virtio: support VIRTIO_F_IO_BARRIER
This patch introduces the support for VIRTIO_F_IO_BARRIER. When this feature is negotiated, driver will use the barriers suitable for hardware devices. Signed-off-by: Tiwei Bie <tiwei.bie at intel.com> --- This patch depends on below proposal for virtio-spec: https://lists.oasis-open.org/archives/virtio-dev/201805/msg00019.html This patch also d...