public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] null_blk: documentation, defaults and mapping
@ 2013-12-20 23:10 Matias Bjorling
  2013-12-20 23:10 ` [PATCH 1/3] null_blk: corrections to documentation Matias Bjorling
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Matias Bjorling @ 2013-12-20 23:10 UTC (permalink / raw)
  To: axboe; +Cc: linux-kernel, Matias Bjorling

Hi,

These three patches cover:

* Incorporated the feedback from Randy Dunlap into documentation.
  Can be merged with the previous documentation commit (6824518).
* Set use_per_node_hctx to false per default to save resources.
* Allow submit_queues and use_per_node_hctx to be used simultanesly.
  If the submit_queues is a multiple of nr_online_nodes, its trivial. Simply map
  them to the nodes. For example: 8 submit queues are mapped as node0[0,1],
  node1[2,3], ...
  If uneven, we are left with an uneven number of submit_queues that must be
  mapped. These are mapped toward the first node and onward. E.g. 5
  submit queues mapped onto 4 nodes are mapped as node0[0,1], node1[2], ...

Matias Bjørling (3):
  null_blk: corrections to documentation
  null_blk: set use_per_node_hctx param to false
  null_blk: support submit_queues on use_per_node_hctx

 Documentation/block/null_blk.txt | 27 +++++++++++++------------
 drivers/block/null_blk.c         | 43 ++++++++++++++++++++++++++++++++++------
 2 files changed, 51 insertions(+), 19 deletions(-)

-- 
1.8.3.2


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

end of thread, other threads:[~2013-12-21 16:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-20 23:10 [PATCH 0/3] null_blk: documentation, defaults and mapping Matias Bjorling
2013-12-20 23:10 ` [PATCH 1/3] null_blk: corrections to documentation Matias Bjorling
2013-12-21  3:13   ` Randy Dunlap
2013-12-20 23:11 ` [PATCH 2/3] null_blk: set use_per_node_hctx param to false Matias Bjorling
2013-12-20 23:11 ` [PATCH 3/3] null_blk: support submit_queues on use_per_node_hctx Matias Bjorling
2013-12-21 16:30 ` [PATCH 0/3] null_blk: documentation, defaults and mapping Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox