Re: [PATCH v3 0/3] Add documentation of some blk-mq functions

From: Marcos Paulo de Souza
Date: Tue Apr 23 2019 - 21:10:42 EST


gentle ping.

On Tue, Apr 16, 2019 at 11:10:27PM -0300, Marcos Paulo de Souza wrote:
> 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
>

--
Thanks,
Marcos