Re: [PATCH 2/2] drivers: xen/block: add multi-page ring support

2015-02-06 Thread Bob Liu
On 02/06/2015 07:01 PM, Wei Liu wrote: > On Fri, Feb 06, 2015 at 06:47:17PM +0800, Bob Liu wrote: >> >> On 02/02/2015 06:43 PM, Roger Pau Monné wrote: >>> El 23/01/15 a les 10.14, Bob Liu ha escrit: Extend xen/block to support multi-page ring. * xen-blkback notify blkfront with

Re: [PATCH 2/2] drivers: xen/block: add multi-page ring support

2015-02-06 Thread Wei Liu
On Fri, Feb 06, 2015 at 06:47:17PM +0800, Bob Liu wrote: > > On 02/02/2015 06:43 PM, Roger Pau Monné wrote: > > El 23/01/15 a les 10.14, Bob Liu ha escrit: > >> Extend xen/block to support multi-page ring. > >> * xen-blkback notify blkfront with feature-multi-ring-pages > >> * xen-blkfront

Re: [PATCH 2/2] drivers: xen/block: add multi-page ring support

2015-02-06 Thread Bob Liu
On 02/02/2015 06:43 PM, Roger Pau Monné wrote: > El 23/01/15 a les 10.14, Bob Liu ha escrit: >> Extend xen/block to support multi-page ring. >> * xen-blkback notify blkfront with feature-multi-ring-pages >> * xen-blkfront write to xenstore about how many pages are used as the ring >> >> If

Re: [Xen-devel] [PATCH 2/2] drivers: xen/block: add multi-page ring support

2015-02-06 Thread Bob Liu
.xen.org > [mailto:xen-devel-boun...@lists.xen.org] On Behalf Of Bob Liu > Sent: 23 January 2015 10:15 > To: xen-de...@lists.xen.org > Cc: Wei Liu; linux-kernel@vger.kernel.org; Bob Liu; David Vrabel; > boris.ostrov...@oracle.com; Roger Pau Monne > Subject: [Xen-devel] [PATCH 2/2] dri

Re: [Xen-devel] [PATCH 2/2] drivers: xen/block: add multi-page ring support

2015-02-06 Thread Bob Liu
Sent: 23 January 2015 10:15 To: xen-de...@lists.xen.org Cc: Wei Liu; linux-kernel@vger.kernel.org; Bob Liu; David Vrabel; boris.ostrov...@oracle.com; Roger Pau Monne Subject: [Xen-devel] [PATCH 2/2] drivers: xen/block: add multi-page ring support Extend xen/block to support multi-page ring

Re: [PATCH 2/2] drivers: xen/block: add multi-page ring support

2015-02-06 Thread Wei Liu
On Fri, Feb 06, 2015 at 06:47:17PM +0800, Bob Liu wrote: On 02/02/2015 06:43 PM, Roger Pau Monné wrote: El 23/01/15 a les 10.14, Bob Liu ha escrit: Extend xen/block to support multi-page ring. * xen-blkback notify blkfront with feature-multi-ring-pages * xen-blkfront write to xenstore

Re: [PATCH 2/2] drivers: xen/block: add multi-page ring support

2015-02-06 Thread Bob Liu
On 02/02/2015 06:43 PM, Roger Pau Monné wrote: El 23/01/15 a les 10.14, Bob Liu ha escrit: Extend xen/block to support multi-page ring. * xen-blkback notify blkfront with feature-multi-ring-pages * xen-blkfront write to xenstore about how many pages are used as the ring If using 4 pages

Re: [PATCH 2/2] drivers: xen/block: add multi-page ring support

2015-02-06 Thread Bob Liu
On 02/06/2015 07:01 PM, Wei Liu wrote: On Fri, Feb 06, 2015 at 06:47:17PM +0800, Bob Liu wrote: On 02/02/2015 06:43 PM, Roger Pau Monné wrote: El 23/01/15 a les 10.14, Bob Liu ha escrit: Extend xen/block to support multi-page ring. * xen-blkback notify blkfront with

RE: [Xen-devel] [PATCH 2/2] drivers: xen/block: add multi-page ring support

2015-02-05 Thread Felipe Franciosi
; Bob Liu; David Vrabel; boris.ostrov...@oracle.com; Roger Pau Monne Subject: [Xen-devel] [PATCH 2/2] drivers: xen/block: add multi-page ring support Extend xen/block to support multi-page ring. * xen-blkback notify blkfront with feature-multi-ring-pages * xen-blkfront write to xenstore about

RE: [Xen-devel] [PATCH 2/2] drivers: xen/block: add multi-page ring support

2015-02-05 Thread Felipe Franciosi
; Bob Liu; David Vrabel; boris.ostrov...@oracle.com; Roger Pau Monne Subject: [Xen-devel] [PATCH 2/2] drivers: xen/block: add multi-page ring support Extend xen/block to support multi-page ring. * xen-blkback notify blkfront with feature-multi-ring-pages * xen-blkfront write to xenstore about

Re: [PATCH 2/2] drivers: xen/block: add multi-page ring support

2015-02-02 Thread Roger Pau Monné
El 23/01/15 a les 10.14, Bob Liu ha escrit: > Extend xen/block to support multi-page ring. > * xen-blkback notify blkfront with feature-multi-ring-pages > * xen-blkfront write to xenstore about how many pages are used as the ring > > If using 4 pages as the ring, inflight requests inscreased

Re: [PATCH 2/2] drivers: xen/block: add multi-page ring support

2015-02-02 Thread Roger Pau Monné
El 23/01/15 a les 10.14, Bob Liu ha escrit: Extend xen/block to support multi-page ring. * xen-blkback notify blkfront with feature-multi-ring-pages * xen-blkfront write to xenstore about how many pages are used as the ring If using 4 pages as the ring, inflight requests inscreased from 32

[PATCH 2/2] drivers: xen/block: add multi-page ring support

2015-01-23 Thread Bob Liu
Extend xen/block to support multi-page ring. * xen-blkback notify blkfront with feature-multi-ring-pages * xen-blkfront write to xenstore about how many pages are used as the ring If using 4 pages as the ring, inflight requests inscreased from 32 to 128 and IOPS improved nearly 400% on our

[PATCH 2/2] drivers: xen/block: add multi-page ring support

2015-01-23 Thread Bob Liu
Extend xen/block to support multi-page ring. * xen-blkback notify blkfront with feature-multi-ring-pages * xen-blkfront write to xenstore about how many pages are used as the ring If using 4 pages as the ring, inflight requests inscreased from 32 to 128 and IOPS improved nearly 400% on our