All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] slabify iocontext + request_queue
@ 2004-05-15 18:07 Christoph Hellwig
  2004-05-15 17:30 ` Jens Axboe
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2004-05-15 18:07 UTC (permalink / raw)
  To: axboe, torvalds; +Cc: linux-kernel

this just went in:

>  From: Jens Axboe <axboe@suse.de>
> 
> Move both request_queue and io_context allocation to a slab cache.
> 
> This is mainly a space-saving exercise.  Some setups have a lot of disks
> and the kmalloc rounding-up can consume significant amounts of memory.

While I agree on the io_context part, slabifying request_queue is a space
waste on most machines out there.  The averange desktop has less than a
handfull of these, and even for smaller servers it doesn't exactly look
like a gain.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-05-15 19:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-15 18:07 [PATCH] slabify iocontext + request_queue Christoph Hellwig
2004-05-15 17:30 ` Jens Axboe
2004-05-15 19:50   ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.