All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add documentation of some blk-mq functions
@ 2019-04-17  2:10 Marcos Paulo de Souza
  2019-04-17  2:10 ` [PATCH v3 1/3] blk-mq.c: Add documention of function blk_mq_init_queue Marcos Paulo de Souza
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Marcos Paulo de Souza @ 2019-04-17  2:10 UTC (permalink / raw)
  To: linux-kernel, marcos.souza.org
  Cc: linux-block, axboe, bvanassche, Chaitanya.Kulkarni

blk_mq_init_sq_queue and blk_mq_init_queue are being documented, more will be
added in further patches.

I would like to thank Chaitanya and Bart for their reviews.

Changes from v2:
* Changed the description of argument @set of blk_mq_init_sq_queue, making it
  less obvious and more informative. Now this argument has two example of
  possible flags for tag_set (suggested by Bart)
* Cover letter added (suggested by Bart)

Changes from v1:
* Change "SQ" to "only one hw_queue (SQ)" in the function signature
  documentation (suggested by Chaitanya)

Marcos Paulo de Souza (3):
  blk-mq.c: Add documention of function blk_mq_init_queue
  blk-mq.c: Rework documention of blk_mq_init_sq_queue function
  Documentation: kernel-api.rst: Add block/blk-mq.c

 Documentation/core-api/kernel-api.rst |  6 ++++++
 block/blk-mq.c                        | 27 ++++++++++++++++++++++++---
 2 files changed, 30 insertions(+), 3 deletions(-)

-- 
2.16.4


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

end of thread, other threads:[~2019-04-24  1:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-17  2:10 [PATCH v3 0/3] Add documentation of some blk-mq functions Marcos Paulo de Souza
2019-04-17  2:10 ` [PATCH v3 1/3] blk-mq.c: Add documention of function blk_mq_init_queue Marcos Paulo de Souza
2019-04-17  2:10 ` [PATCH v3 2/3] blk-mq.c: Rework documention of blk_mq_init_sq_queue function Marcos Paulo de Souza
2019-04-17  2:10 ` [PATCH v3 3/3] Documentation: kernel-api.rst: Add block/blk-mq.c Marcos Paulo de Souza
2019-04-24  1:10 ` [PATCH v3 0/3] Add documentation of some blk-mq functions Marcos Paulo de Souza

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.