Re: [PATCH] xen-blkback: allocate list of pending reqs in small chunks

2013-05-02 Thread Roger Pau Monné
On 29/04/13 20:37, Konrad Rzeszutek Wilk wrote: > On Fri, Apr 26, 2013 at 03:47:40PM +0100, David Vrabel wrote: >> On 26/04/13 14:45, Roger Pau Monne wrote: >>> Allocate pending requests in smaller chunks instead of allocating them >>> all at the same time. >>> >>> This change also removes the glob

Re: [PATCH] xen-blkback: allocate list of pending reqs in small chunks

2013-04-29 Thread Konrad Rzeszutek Wilk
On Fri, Apr 26, 2013 at 03:47:40PM +0100, David Vrabel wrote: > On 26/04/13 14:45, Roger Pau Monne wrote: > > Allocate pending requests in smaller chunks instead of allocating them > > all at the same time. > > > > This change also removes the global array of pending_reqs, it is no > > longer nece

Re: [PATCH] xen-blkback: allocate list of pending reqs in small chunks

2013-04-26 Thread David Vrabel
On 26/04/13 14:45, Roger Pau Monne wrote: > Allocate pending requests in smaller chunks instead of allocating them > all at the same time. > > This change also removes the global array of pending_reqs, it is no > longer necessay. > > Variables related to the grant mapping have been grouped into a