From: axboe@kernel.dk (Jens Axboe)
Subject: [PATCH] nvme: set discard_alignment to zero
Date: Fri, 1 Dec 2017 15:15:26 -0700 [thread overview]
Message-ID: <e4698065-6338-2831-9416-0a8bc258e912@kernel.dk> (raw)
In-Reply-To: <20171128123812.GB1736@infradead.org>
On 11/28/2017 05:38 AM, Christoph Hellwig wrote:
> Adding Jens, who added this code, but it looks fine to me.
>
> On Fri, Nov 24, 2017@04:30:53PM +0100, David Disseldorp wrote:
>> Similar to 7c084289795b ("rbd: set discard_alignment to zero"), NVMe
>> devices are currently incorrectly initialised with the block queue
>> discard_alignment set to the NVMe stream alignment.
>>
>> As per Documentation/ABI/testing/sysfs-block:
>> The discard_alignment parameter indicates how many bytes the beginning
>> of the device is offset from the internal allocation unit's natural
>> alignment.
>>
>> Correcting the discard_alignment parameter to zero has no effect on how
>> discard requests are propagated through the block layer - @alignment in
>> __blkdev_issue_discard() remains zero. However, it does fix other
>> consumers, such as LIO's Block Limits VPD response.
>>
>> Signed-off-by: David Disseldorp <ddiss at suse.de>
>> ---
>> drivers/nvme/host/core.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c
>> index 25da74d310d1..2e224ab5c340 100644
>> --- a/drivers/nvme/host/core.c
>> +++ b/drivers/nvme/host/core.c
>> @@ -1287,7 +1287,7 @@ static void nvme_config_discard(struct nvme_ctrl *ctrl,
>> BUILD_BUG_ON(PAGE_SIZE / sizeof(struct nvme_dsm_range) <
>> NVME_DSM_MAX_RANGES);
>>
>> - queue->limits.discard_alignment = size;
>> + queue->limits.discard_alignment = 0;
>> queue->limits.discard_granularity = size;
>>
>> blk_queue_max_discard_sectors(queue, UINT_MAX);
Looks good to me.
--
Jens Axboe
next prev parent reply other threads:[~2017-12-01 22:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-24 15:30 [PATCH] nvme: set discard_alignment to zero David Disseldorp
2017-11-28 12:38 ` Christoph Hellwig
2017-12-01 22:15 ` Jens Axboe [this message]
2017-11-30 17:40 ` Martin K. Petersen
2017-12-04 20:20 ` Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e4698065-6338-2831-9416-0a8bc258e912@kernel.dk \
--to=axboe@kernel.dk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox