Re: [PATCH] add bsg queue resize

2007-01-24 Thread Jens Axboe
On Wed, Jan 24 2007, FUJITA Tomonori wrote: > From: Jens Axboe <[EMAIL PROTECTED]> > Subject: Re: [PATCH] add bsg queue resize > Date: Tue, 23 Jan 2007 16:23:49 +0100 > > > On Tue, Jan 23 2007, Jens Axboe wrote: > > > On Sat, Jan 20 2007, FUJITA Tomonori wrote: &

Re: [PATCH] add bsg queue resize

2007-01-23 Thread FUJITA Tomonori
From: Jens Axboe <[EMAIL PROTECTED]> Subject: Re: [PATCH] add bsg queue resize Date: Tue, 23 Jan 2007 16:23:49 +0100 > On Tue, Jan 23 2007, Jens Axboe wrote: > > On Sat, Jan 20 2007, FUJITA Tomonori wrote: > > > This enables bsg to resize the queue depth via > > &

Re: [PATCH] add bsg queue resize

2007-01-23 Thread Jens Axboe
On Tue, Jan 23 2007, Jens Axboe wrote: > On Sat, Jan 20 2007, FUJITA Tomonori wrote: > > This enables bsg to resize the queue depth via > > SG_SET_COMMAND_Q. bsg_command structures are allocated via mempool > > because the previous way to use contiguous memory makes it difficult > > to resize the q

Re: [PATCH] add bsg queue resize

2007-01-23 Thread Jens Axboe
On Sat, Jan 20 2007, FUJITA Tomonori wrote: > This enables bsg to resize the queue depth via > SG_SET_COMMAND_Q. bsg_command structures are allocated via mempool > because the previous way to use contiguous memory makes it difficult > to resize the queue depth when a bsg_device has outstanding comm

Re: [PATCH] add bsg queue resize

2007-01-21 Thread Jens Axboe
On Sat, Jan 20 2007, FUJITA Tomonori wrote: > This enables bsg to resize the queue depth via > SG_SET_COMMAND_Q. bsg_command structures are allocated via mempool > because the previous way to use contiguous memory makes it difficult > to resize the queue depth when a bsg_device has outstanding comm

[PATCH] add bsg queue resize

2007-01-20 Thread FUJITA Tomonori
This enables bsg to resize the queue depth via SG_SET_COMMAND_Q. bsg_command structures are allocated via mempool because the previous way to use contiguous memory makes it difficult to resize the queue depth when a bsg_device has outstanding commands. Signed-off-by: FUJITA Tomonori <[EMAIL PROTEC