Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1017218ybt; Fri, 19 Jun 2020 21:45:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwSm5/Qf8AfhfeN+jhz7cV0x8/ecj68Av6HI0ygDkco7X2Z89kzf0CAdAnL5MJNosP7NLZ/ X-Received: by 2002:a17:906:4c42:: with SMTP id d2mr6908215ejw.474.1592628305371; Fri, 19 Jun 2020 21:45:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592628305; cv=none; d=google.com; s=arc-20160816; b=qe/Ja6Z/aQqa5rh7lv/QYRrZqgKyrQmeCzs7u3+d1DZdTtR6XbGqZhloJtGgYnp52x thtusgVhZWun5BZfEkL3D42udFPIjat0TdIYE6mpwMgqm1ZyltsMpnCjaCwtL5iJ+1v3 AVLr+sEhFdgAm0MSmyYnnp8SHAmRfcr/cwD3qWKakr/l1TK3e5TrUixTncI4jtQTjhlK 1wIkudCGOA97ZbWUt6JtCw8SFxiUn+bCPDJDYTx0cHhVATb6xGqywbVsODXngU3/fpBJ /XO/a0oLrmRkDGZRK2kMKi1cgE/AXAaEBe5lSm8FaZZ3M9ZCG4JhOlJk+YypWH/tgx3Q zO/Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=UB6JbcXXhO6G/AUk8ZgiKS3F9typlaiu7l3lEUwSAZc=; b=rccIt7cTFsmSuAd6rcTF5tyLAzr/9H8VW0ZDzOzZeFYRMbnt5oMNuhbe8dBStth7YT gtYjEM1yCmexI7OEGlZaT/AgViHxmgw0C3ZVV9uHpfLfu+k/JYS2McbC3Aqc2Ruspkip 3DCNtSwn+c5xmdHYHTBYqr6ddE2Utjxh9E8ep8m5mDPBVSNopOLaV7xgaqVtVIfjTwQg ygWKL2Yog0enbw8TtnpL/Zc38aQVwmKwaOZJDE5SjDq6/+U7zoFjdMuvoB+8HkBiBHUL Api9m5E/iPHNOaAR0RjrY6CJ7E2AD6dSS0VLNcNiOfcGvQnnMXU0FYmfMmAXIXew3xEV /zvA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m17si5177796eds.189.2020.06.19.21.44.43; Fri, 19 Jun 2020 21:45:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391068AbgFSUvj (ORCPT + 99 others); Fri, 19 Jun 2020 16:51:39 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:34436 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388929AbgFSUvi (ORCPT ); Fri, 19 Jun 2020 16:51:38 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: tonyk) with ESMTPSA id E94AB2A0564 Subject: Re: [PATCH v2] docs: block: Create blk-mq documentation To: Jens Axboe , Randy Dunlap , Jonathan Corbet Cc: linux-block@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@collabora.com, krisman@collabora.com References: <20200605175536.19681-1-andrealmeid@collabora.com> <20200619134503.60ab689b@lwn.net> From: =?UTF-8?Q?Andr=c3=a9_Almeida?= Message-ID: Date: Fri, 19 Jun 2020 17:51:30 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 6/19/20 5:49 PM, Jens Axboe wrote: > On 6/19/20 1:47 PM, Randy Dunlap wrote: >> On 6/19/20 12:45 PM, Jonathan Corbet wrote: >>> On Fri, 5 Jun 2020 14:55:36 -0300 >>> 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-queue SSD Access on Multi-core >>>> Systems", by Axboe et al. >>>> >>>> Signed-off-by: André Almeida >>>> --- >>>> Changes from v1: >>>> - Fixed typos >>>> - Reworked blk_mq_hw_ctx >>> >>> Jens, what's your pleasure on this one? Should I take it, or do you want >>> it...? >> >> I wouldn't mind seeing a v3. > > Agree - Jon, I'd be happy with you taking it once a v3 is posted with the > remaining issues ironed out. > Just sent a v3 some minutes ago, please check it out :)