Re: [PATCH 2/6] nvme: add support for the Verify command
From: Keith Busch <kbusch@kernel.org>
Date: 2022-06-30 16:24:25
Also in:
linux-block, linux-fsdevel, linux-nvme
From: Keith Busch <kbusch@kernel.org>
Date: 2022-06-30 16:24:25
Also in:
linux-block, linux-fsdevel, linux-nvme
On Thu, Jun 30, 2022 at 02:14:02AM -0700, Chaitanya Kulkarni wrote:
Allow verify operations (REQ_OP_VERIFY) on the block device, if the device supports optional command bit set for verify. Add support to setup verify command. Set maximum possible verify sectors in one verify command according to maximum hardware sectors supported by the controller.
Shouldn't the limit be determined by Identify Controller NVM CSS's 'VSL' field instead of its max data transfer?