[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220212204851.GA1660889@dhcp-10-100-145-180.wdc.com>
Date: Sat, 12 Feb 2022 12:48:51 -0800
From: Keith Busch <kbusch@...nel.org>
To: Matthew Waltz <matthewwaltzis@...il.com>
Cc: Jens Axboe <axboe@...com>, Christoph Hellwig <hch@....de>,
Sagi Grimberg <sagi@...mberg.me>,
linux-nvme@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] nvme-pci: fix prp list allocation
On Sat, Feb 12, 2022 at 01:06:49PM -0700, Matthew Waltz wrote:
> Fixes kernel block errors originating from the hard-coded 256-byte
> alignment of dma_pool_create(). The NVMe specification requires a PRP
> List PBAO offset field of 0h, i.e. a PRP List must be aligned to the
> configured 4096-byte memory page size.
That is not correct. The spec (2.0a section 4.1.1) says:
The first PRP List entry [...] shall be qword aligned and may also
have a non-zero offset within the memory page.
Powered by blists - more mailing lists