From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5EE20C43331 for ; Thu, 26 Mar 2020 07:28:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 31E9D2078E for ; Thu, 26 Mar 2020 07:28:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="V0vHn+A2" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727590AbgCZH2B (ORCPT ); Thu, 26 Mar 2020 03:28:01 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:53922 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726279AbgCZH2B (ORCPT ); Thu, 26 Mar 2020 03:28:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=AkT8/91l+j+rVYMFjJ1Rzawa6WWiXPYVgzf8wiv5/pY=; b=V0vHn+A2ysHs311rJuV2ZZ01BL hNVkehijtTGJqy61Dr76fEA6gLsgx8uAylzZ+WqnQ6U82oIYmUveFpmQkXlzGKGC0T+dVN+neCXJB A8+VLWSztdHfwQdea7tNFqb35sQaR2JO+OScJ4Y9fTeIvikjbnoUrumYE//ZLp/yEQjYe8U+ZVOEL RxiZkQv6dhXH87bjC36LgjBUd6YKe+qz8IvpWBti4/TFvNJDg3fca9+eb3CGcbtcu6Uw6Gz+YJopB XJXyscrgMdbXwbeFEZCOlo2qSfWq9zwtryNWZFK3Et+XX2P0OZd4gIQJs6pjSsiv/zajDBWfyrd8t YVfQzceA==; Received: from hch by bombadil.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jHMvo-0006z5-DI; Thu, 26 Mar 2020 07:28:00 +0000 Date: Thu, 26 Mar 2020 00:28:00 -0700 From: Christoph Hellwig To: Damien Le Moal Cc: linux-block@vger.kernel.org, Jens Axboe , linux-scsi@vger.kernel.org, "Martin K . Petersen" Subject: Re: [PATCH] block: all zones zone management operations Message-ID: <20200326072800.GA21082@infradead.org> References: <20200326043012.600187-1-damien.lemoal@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200326043012.600187-1-damien.lemoal@wdc.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Thu, Mar 26, 2020 at 01:30:12PM +0900, Damien Le Moal wrote: > Similarly to the zone write pointer reset operation (REQ_OP_ZONE_RESET), > the zone open, close and finish operations can operate on all zones of a > ZBC or ZAC SMR disk by setting the all bit of the command. Compared to a > loop issuing a request for every zone of the device, the device based > processing of an all zone operation is several orders of magnitude > faster. What is the point? None of these actually seem like remotely useful operations. Why would I ever want to open or finish all zones?