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 CA53439DBF1 for ; Wed, 8 Apr 2026 15:14:03 +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=1775661243; cv=none; b=i/9sNSv+5vqKaZia7Igu4I+oENtysbajdRptna1PxURVQAkg30g7Ibb4PJ9lwNR5wp/aMReN/tFxZOZVaapxeFo7JAscSONj+9CCcwmeQ0ws7mejmjjpjCjp5dqUI37u+sqZgUoVEVi4m0tyqthPfi5BSb1eCHBWp+kA9SVYcKU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775661243; c=relaxed/simple; bh=DMPsq9nh/DivBwkJVwzHmyp5XqOl0wUh/nTo1UESYHQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=U3TOUbFMqfQyxzEIbqKurnl5/lsgmXPP+hOs19J5byh+nzcCz7HTVUIPLj8qbXn6dtZPVJYY0iy/nmT+w/wgLRbsvMLuUyuqJXLZbSxJLb6zTCjouFD4A1XZeBpyAPuvLpq05wmrqNxYt31vWupSf0MndfjCfLghuXVf9xW5WtI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OFTvfn5I; 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="OFTvfn5I" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0E6EBC19421; Wed, 8 Apr 2026 15:14:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775661243; bh=DMPsq9nh/DivBwkJVwzHmyp5XqOl0wUh/nTo1UESYHQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OFTvfn5ItvrtczJknzQiIdgxwN92ZBY/aKwM8BmLBu0GEEURd0+CnaaMQY8Q7QNCH R23ViqwalZhbQ/nueX53sonyYTpmgTIcbKfdPupq21Qm7taxkShNEdW4jsL0XR1g1/ pJHhPZMeg5cwVOHUjfz+r/UDxVAdKM/NMrGQqqAf7237XPlZItso5aDnUDQgQ5CZ9N OGonknmbcdT8lR1Aa2uS/a4gDQqlAxOemci0ceBqVM21Uc8/NN6AtNC1Za4hcpcpyY ZaROMEmXXXrtSchbfUL67Y0UchifbXiytSYdwWj0EdE85onKyvIjRO2ZQedv/K/1yd pXhzqB7Qg2DEQ== Date: Wed, 8 Apr 2026 09:14:01 -0600 From: Keith Busch To: Aurelien Aptel Cc: linux-nvme@lists.infradead.org, Christoph Hellwig , Sagi Grimberg , Chaitanya Kulkarni , smalin@nvidia.com, linux-kernel@vger.kernel.org, Max Gurtovoy Subject: Re: [PATCH v3] nvmet: introduce new mdts configuration entry Message-ID: References: <20260407052358.GA6089@lst.de> <20260408090226.319321-1-aaptel@nvidia.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: <20260408090226.319321-1-aaptel@nvidia.com> On Wed, Apr 08, 2026 at 09:02:26AM +0000, Aurelien Aptel wrote: > Using this port configuration, one will be able to set the Maximum Data > Transfer Size (MDTS) for any controller that will be associated to the > configured port. The default value remains 0 (no limit). Thanks, applied to nvme-7.1.