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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 488B0C38A2D for ; Mon, 24 Oct 2022 20:57:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231967AbiJXU5x (ORCPT ); Mon, 24 Oct 2022 16:57:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235201AbiJXU5H (ORCPT ); Mon, 24 Oct 2022 16:57:07 -0400 Received: from mail-pj1-f45.google.com (mail-pj1-f45.google.com [209.85.216.45]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E1AE81C2EB6; Mon, 24 Oct 2022 12:03:37 -0700 (PDT) Received: by mail-pj1-f45.google.com with SMTP id u8-20020a17090a5e4800b002106dcdd4a0so13888620pji.1; Mon, 24 Oct 2022 12:03:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=KpthEP7YXPpISJ6CGPHYOqUT6IOWvKcBQOAkgoQ0ELw=; b=n+/PUfdkNtRN6FsSyZnOuG2MGe6OwkXQ0etPDDKP0hjvui5n1+crE6l/t4YAS/hLdB hnYItTcEVr0LPjRQ/qxv2Gza3D4roOr0TkK+JhkQ5c5/bFGmK6QiLG9PXwtBTpW+Li3/ vgIxPICaaJafC/tv8W5dxSWvuqdEHEG1/uQlJxaJB6hnSCvo/H/77PU46NgI7Z+vzCag N8ctFPw5ftvGptCDGk/DkAp975pL+W1VdBxMhwu9hxHBaZy9pJzvYN56g5Bae2XwWpwG FAqU3V0V8eRg1gMS6uXv11lkMN7yUxPDjJ7QR4JhEK6XDISOWwr0+/GHk9XxomwS5WGd qMmg== X-Gm-Message-State: ACrzQf1Q8y4k94tDXbz6g/Zx9SJ86lk+11McZ6cY2CrnnBSjXsq86UIr pUBtuHKSETO00t/IGnA+UmE= X-Google-Smtp-Source: AMsMyM41hqd/uZatx/NIZkdddex4IQIsPyvThfppQJMTcjKSxixD9lMXD6LAtqRvj3T+q4RUKykUsQ== X-Received: by 2002:a17:903:18b:b0:185:43e6:20df with SMTP id z11-20020a170903018b00b0018543e620dfmr34041445plg.4.1666638167863; Mon, 24 Oct 2022 12:02:47 -0700 (PDT) Received: from [192.168.51.14] ([98.51.102.78]) by smtp.gmail.com with ESMTPSA id i27-20020a056a00005b00b0056203db46ffsm135961pfk.172.2022.10.24.12.02.45 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 24 Oct 2022 12:02:47 -0700 (PDT) Message-ID: Date: Mon, 24 Oct 2022 12:02:44 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: [PATCH v15 00/13] support zoned block devices with non-power-of-2 zone sizes Content-Language: en-US To: Jens Axboe , Pankaj Raghav , hch@lst.de, Keith Busch Cc: jaegeuk@kernel.org, agk@redhat.com, gost.dev@samsung.com, snitzer@kernel.org, damien.lemoal@opensource.wdc.com, linux-kernel@vger.kernel.org, hare@suse.de, matias.bjorling@wdc.com, Johannes.Thumshirn@wdc.com, linux-block@vger.kernel.org, linux-nvme@lists.infradead.org, pankydev8@gmail.com, dm-devel@redhat.com, "Martin K. Petersen" References: <20220923173618.6899-1-p.raghav@samsung.com> <5e9d678f-ffea-e015-53d8-7e80f3deda1e@samsung.com> <0e5088a5-5408-c5bd-bf97-00803cb5faed@acm.org> <90b6d45e-61a5-3eb3-7525-8467f1a67587@kernel.dk> From: Bart Van Assche In-Reply-To: <90b6d45e-61a5-3eb3-7525-8467f1a67587@kernel.dk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On 9/30/22 14:24, Jens Axboe wrote: > Noted. I'll find some time to review this as well separately, once we're > on the other side of the merge window. Hi Jens, Now that we are on the other side of the merge window: do you perhaps want Pankaj to repost this patch series? From what I have heard in several fora (JEDEC, SNIA) all flash storage vendors except one (WDC) are in favor of a contiguous LBA space and hence are in favor of supporting zone sizes that are not a power of two. As you may know in JEDEC we are working on standardizing zoned storage for UFS devices. We (JEDEC JC-64.1 committee members) would like to know whether or not we should require that the UFS zone size should be a power of two. Thank you, Bart.