From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6ED2F3E5EC1 for ; Tue, 24 Mar 2026 15:14:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774365250; cv=none; b=L+ZNi+mbSL9pVWnHj4VWDOB1lBGxhzZnIaicbOpY1IVK19oag/PRigQvMv5rKph1lPV8l6sFvDJnlV2H4r9bmjSmMXLnLPMvymGe+/H2W9cPYWozm/E+7yfK1kF4oJnBVmZaaCExhM3m6dQqH2hMQ2tJ10EB7ev1HoHkDzYZf6M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774365250; c=relaxed/simple; bh=ENT/ULSqbWEeD9L0Qioz3ZYUW1QBKtq6piTZNHSw8qI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=PFNvWjJkpG6Y1YK5ucAyzuyxDlhlMPWIlob2Zc6pFPCKwz3NW09yOyaeDzh2MCqTsUOBGeraU4aqc7gt4LCGwrnOqWtj3YAjTQycUVBL1sjqbClU11vX31HVqVjrC9PhRZvLg9yfyF94DxOKaCEH1hLgQTZuKtoHo27puV5aggE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ca1xzj8V; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Ca1xzj8V" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 803CBC19424; Tue, 24 Mar 2026 15:14:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774365250; bh=ENT/ULSqbWEeD9L0Qioz3ZYUW1QBKtq6piTZNHSw8qI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ca1xzj8Vs2ZTi78BTm9lnKqiJMubvTIwvbMDtnDKFzjMqVxBH6MN1LGhQrfeNeX6o klYQ/UdW+TFkTnqD+DbKVULBDk7+YTkO942NjBOlgx63JJNGSxYQNzo9ea4xNCgTIK xRlnP7kKKdMkUvMWLqRYDOBRv7SMqVCmbIy6YJ9x/YQMki6LkH/JT7AHqc3ZARzPNs V4L2iS838qk1ZcSa9k36sD1aQg7PhQ1Hp0mxzEtugw9r69mu2Ef2uvZ/wR5oZFCJDu YSnAXpheBy9hjl8eu7qPzB/RbC5IMC2qYA7XtKfFkCJdz+tNYLARXADZSRLWiaUgNq alXQ4dVVBxtcg== Date: Tue, 24 Mar 2026 09:14:07 -0600 From: Keith Busch To: alistair23@gmail.com Cc: hare@suse.de, axboe@kernel.dk, hch@lst.de, sagi@grimberg.me, linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, yjshin0438@gmail.com, Alistair Francis Subject: Re: [PATCH v4 1/2] nvme: Add the DHCHAP maximum HD IDs Message-ID: References: <20260320002045.1927526-1-alistair.francis@wdc.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260320002045.1927526-1-alistair.francis@wdc.com> On Fri, Mar 20, 2026 at 10:20:44AM +1000, alistair23@gmail.com wrote: > From: Alistair Francis > > In preperation for using DHCHAP length in upcoming host and target > patches let's add the hash and diffie-hellman ID length macros. Thanks, applied to nvme-7.1.