Re: [Qemu-devel] [PATCH v2 00/20] dataplane: remove RFifoLock

2016-10-26 Thread Fam Zheng
On Wed, 10/19 08:55, Fam Zheng wrote: > Reviewed-by: Fam Zheng FWIW in merging it: Acked-by: Fam Zheng

Re: [Qemu-devel] [PATCH v2 00/20] dataplane: remove RFifoLock

2016-10-18 Thread Fam Zheng
On Mon, 10/17 15:54, Paolo Bonzini wrote: > This patch reorganizes aio_poll callers to establish new rules for > dataplane locking. The idea is that I/O operations on a dataplane > BDS (i.e. one where the AioContext is not the main one) do not call > aio_poll anymore. Instead, they wait for the

Re: [Qemu-devel] [PATCH v2 00/20] dataplane: remove RFifoLock

2016-10-18 Thread Fam Zheng
On Wed, 10/19 08:55, Fam Zheng wrote: > Modulo the one harmful question, series: s/harmful/unharmful/, apparently. Fam

[Qemu-devel] [PATCH v2 00/20] dataplane: remove RFifoLock

2016-10-17 Thread Paolo Bonzini
This patch reorganizes aio_poll callers to establish new rules for dataplane locking. The idea is that I/O operations on a dataplane BDS (i.e. one where the AioContext is not the main one) do not call aio_poll anymore. Instead, they wait for the operation to end in the other I/O thread, at which