Re: [PATCH v3] docs: block: Create blk-mq documentation

2020-06-19 Thread André Almeida
On 6/19/20 5:56 PM, Jens Axboe wrote: > On 6/19/20 2:01 PM, André Almeida wrote: >> Create a documentation providing a background and explanation around the >> operation of the Multi-Queue Block IO Queueing Mechanism (blk-mq). >> >> The reference for writing this documentation was the source code a

Re: [PATCH v3] docs: block: Create blk-mq documentation

2020-06-19 Thread Randy Dunlap
On 6/19/20 1:56 PM, Jens Axboe wrote: > On 6/19/20 2:01 PM, André Almeida wrote: >> Create a documentation providing a background and explanation around the >> operation of the Multi-Queue Block IO Queueing Mechanism (blk-mq). >> >> The reference for writing this documentation was the source code a

Re: [PATCH v3] docs: block: Create blk-mq documentation

2020-06-19 Thread Jens Axboe
On 6/19/20 2:01 PM, André Almeida wrote: > Create a documentation providing a background and explanation around the > operation of the Multi-Queue Block IO Queueing Mechanism (blk-mq). > > The reference for writing this documentation was the source code and > "Linux Block IO: Introducing Multi-que

[PATCH v3] docs: block: Create blk-mq documentation

2020-06-19 Thread André Almeida
Create a documentation providing a background and explanation around the operation of the Multi-Queue Block IO Queueing Mechanism (blk-mq). The reference for writing this documentation was the source code and "Linux Block IO: Introducing Multi-queue SSD Access on Multi-core Systems", by Axboe et a