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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 65D0CC352A4 for ; Mon, 10 Feb 2020 18:26:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3D1EF20863 for ; Mon, 10 Feb 2020 18:26:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581359209; bh=S3+C0t+M91aUiZrXVskt6ELeMwjSfvq0ROIk4N7K9ls=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ybVeQmWRQcdqn3DFtMHetDoTiMdw3EbIE52pH9tfqarNB+uQvVlcjISt91hBoHx0l fJ+bL8ti6+hSYtio9qMTZQ1u8o17N5VKO1La+xq+x8cN8hO9HxUpSjh0wldWSsJMtJ vNf+ZNVqfxaZqzFxqpSFpYz/mmsRSaTrqcSxtvyo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727477AbgBJS0s (ORCPT ); Mon, 10 Feb 2020 13:26:48 -0500 Received: from mail.kernel.org ([198.145.29.99]:48020 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726809AbgBJS0r (ORCPT ); Mon, 10 Feb 2020 13:26:47 -0500 Received: from dhcp-10-100-145-180.wdl.wdc.com (unknown [199.255.45.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EE29C2080C; Mon, 10 Feb 2020 18:26:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581359207; bh=S3+C0t+M91aUiZrXVskt6ELeMwjSfvq0ROIk4N7K9ls=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PGIzl/AQfYGtsiF/gKwoJrHfsMEJqriEgMzoOTxFHnpw5XCM3RbU6fiHymEvcEMWm 16YRUkQQE49lbbtEMMyVP8cPJEbUTnXt82aZLlalSh0jkSxvK18h78qGqXEMM2mWVB TjFwk0jhJKz3QWHGXCd6t3Iugkc3S0KZPZnT/Cwo= Date: Mon, 10 Feb 2020 10:26:45 -0800 From: Keith Busch To: Muhammad Ahmad Cc: linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, linux-scsi@vger.kernel.org, Tim Walker Subject: Re: [LSF/MM/BPF TOPIC] Multi-actuator HDDs Message-ID: <20200210182645.GA2535@dhcp-10-100-145-180.wdl.wdc.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Mon, Feb 10, 2020 at 12:01:13PM -0600, Muhammad Ahmad wrote: > For NVMe HDDs are namespaces the appropriate abstraction of the > multiple actuators? This sounds closer to what "NVM Sets" defines rather than namespaces. Section 4.9 from NVMe 1.4 spec has additional details if interested.