Re: [Qemu-devel] [PATCH 0/7] virtio: virtio-blk data plane

2012-11-22 Thread Stefan Hajnoczi
On Wed, Nov 21, 2012 at 01:22:22PM +0800, Asias He wrote: > On 11/20/2012 08:21 PM, Stefan Hajnoczi wrote: > > On Tue, Nov 20, 2012 at 10:02 AM, Asias He wrote: > >> Hello Stefan, > >> > >> On 11/15/2012 11:18 PM, Stefan Hajnoczi wrote: > >>> This series adds the -device virtio-blk-pci,x-data-plan

Re: [Qemu-devel] [PATCH 0/7] virtio: virtio-blk data plane

2012-11-22 Thread Stefan Hajnoczi
On Wed, Nov 21, 2012 at 03:00:25PM +0800, Asias He wrote: > On 11/21/2012 02:44 PM, Stefan Hajnoczi wrote: > > On Wed, Nov 21, 2012 at 7:42 AM, Asias He wrote: > >> On 11/21/2012 01:39 PM, Asias He wrote: > >>> On 11/20/2012 08:25 PM, Stefan Hajnoczi wrote: > On Tue, Nov 20, 2012 at 1:21 PM,

Re: [Qemu-devel] [PATCH 0/7] virtio: virtio-blk data plane

2012-11-20 Thread Asias He
On 11/21/2012 02:44 PM, Stefan Hajnoczi wrote: > On Wed, Nov 21, 2012 at 7:42 AM, Asias He wrote: >> On 11/21/2012 01:39 PM, Asias He wrote: >>> On 11/20/2012 08:25 PM, Stefan Hajnoczi wrote: On Tue, Nov 20, 2012 at 1:21 PM, Stefan Hajnoczi wrote: > On Tue, Nov 20, 2012 at 10:02 AM

Re: [Qemu-devel] [PATCH 0/7] virtio: virtio-blk data plane

2012-11-20 Thread Stefan Hajnoczi
On Wed, Nov 21, 2012 at 7:42 AM, Asias He wrote: > On 11/21/2012 01:39 PM, Asias He wrote: >> On 11/20/2012 08:25 PM, Stefan Hajnoczi wrote: >>> On Tue, Nov 20, 2012 at 1:21 PM, Stefan Hajnoczi wrote: On Tue, Nov 20, 2012 at 10:02 AM, Asias He wrote: > Hello Stefan, > > On 11/15

Re: [Qemu-devel] [PATCH 0/7] virtio: virtio-blk data plane

2012-11-20 Thread Asias He
On 11/21/2012 01:39 PM, Asias He wrote: > On 11/20/2012 08:25 PM, Stefan Hajnoczi wrote: >> On Tue, Nov 20, 2012 at 1:21 PM, Stefan Hajnoczi wrote: >>> On Tue, Nov 20, 2012 at 10:02 AM, Asias He wrote: Hello Stefan, On 11/15/2012 11:18 PM, Stefan Hajnoczi wrote: > This series a

Re: [Qemu-devel] [PATCH 0/7] virtio: virtio-blk data plane

2012-11-20 Thread Asias He
On 11/20/2012 08:25 PM, Stefan Hajnoczi wrote: > On Tue, Nov 20, 2012 at 1:21 PM, Stefan Hajnoczi wrote: >> On Tue, Nov 20, 2012 at 10:02 AM, Asias He wrote: >>> Hello Stefan, >>> >>> On 11/15/2012 11:18 PM, Stefan Hajnoczi wrote: This series adds the -device virtio-blk-pci,x-data-plane=on p

Re: [Qemu-devel] [PATCH 0/7] virtio: virtio-blk data plane

2012-11-20 Thread Asias He
On 11/20/2012 08:21 PM, Stefan Hajnoczi wrote: > On Tue, Nov 20, 2012 at 10:02 AM, Asias He wrote: >> Hello Stefan, >> >> On 11/15/2012 11:18 PM, Stefan Hajnoczi wrote: >>> This series adds the -device virtio-blk-pci,x-data-plane=on property that >>> enables a high performance I/O codepath. A ded

Re: [Qemu-devel] [PATCH 0/7] virtio: virtio-blk data plane

2012-11-20 Thread Asias He
On 11/20/2012 11:03 PM, Khoa Huynh wrote: > Asias He wrote on 11/20/2012 03:02:07 AM: > >> From: Asias He >> To: Stefan Hajnoczi , >> Cc: qemu-devel@nongnu.org, Anthony Liguori/Austin/IBM@IBMUS, Paolo >> Bonzini , Kevin Wolf , >> "Michael S. Tsirkin" , Khoa Huynh/Austin/IBM@IBMUS >> Date: 11/20/

Re: [Qemu-devel] [PATCH 0/7] virtio: virtio-blk data plane

2012-11-20 Thread Khoa Huynh
Asias He wrote on 11/20/2012 03:02:07 AM: > From: Asias He > To: Stefan Hajnoczi , > Cc: qemu-devel@nongnu.org, Anthony Liguori/Austin/IBM@IBMUS, Paolo > Bonzini , Kevin Wolf , > "Michael S. Tsirkin" , Khoa Huynh/Austin/IBM@IBMUS > Date: 11/20/2012 03:01 AM > Subject: Re: [PATCH 0/7] virtio: vir

Re: [Qemu-devel] [PATCH 0/7] virtio: virtio-blk data plane

2012-11-20 Thread Stefan Hajnoczi
On Tue, Nov 20, 2012 at 1:21 PM, Stefan Hajnoczi wrote: > On Tue, Nov 20, 2012 at 10:02 AM, Asias He wrote: >> Hello Stefan, >> >> On 11/15/2012 11:18 PM, Stefan Hajnoczi wrote: >>> This series adds the -device virtio-blk-pci,x-data-plane=on property that >>> enables a high performance I/O codepa

Re: [Qemu-devel] [PATCH 0/7] virtio: virtio-blk data plane

2012-11-20 Thread Stefan Hajnoczi
On Tue, Nov 20, 2012 at 10:02 AM, Asias He wrote: > Hello Stefan, > > On 11/15/2012 11:18 PM, Stefan Hajnoczi wrote: >> This series adds the -device virtio-blk-pci,x-data-plane=on property that >> enables a high performance I/O codepath. A dedicated thread is used to >> process >> virtio-blk req

Re: [Qemu-devel] [PATCH 0/7] virtio: virtio-blk data plane

2012-11-20 Thread Asias He
Hello Stefan, On 11/15/2012 11:18 PM, Stefan Hajnoczi wrote: > This series adds the -device virtio-blk-pci,x-data-plane=on property that > enables a high performance I/O codepath. A dedicated thread is used to > process > virtio-blk requests outside the global mutex and without going through the

[Qemu-devel] [PATCH 0/7] virtio: virtio-blk data plane

2012-11-15 Thread Stefan Hajnoczi
This series adds the -device virtio-blk-pci,x-data-plane=on property that enables a high performance I/O codepath. A dedicated thread is used to process virtio-blk requests outside the global mutex and without going through the QEMU block layer. Khoa Huynh reported an increase from 140,000 IOPS