[PATCH 0/2] Misc fixes on registering PCI NVMe CMB
Keith Busch
kbusch at kernel.org
Mon Feb 24 16:17:15 PST 2025
On Thu, Feb 13, 2025 at 06:54:49AM +0100, Christoph Hellwig wrote:
> On Thu, Feb 13, 2025 at 01:04:42AM +0800, Icenowy Zheng wrote:
> > Here is a small patchset that is developed during my investigation of
> > a WARNING in my boot kernel log (AMD EPYC 7K62 CPU + Intel DC D4502
> > SSD), which is because of the SSD's too-small CMB block (512KB only).
>
> Hah, that's certainly and odd CMB configuration.
Should be okay if it's just for submission queues. The driver has an
arbitrary requirement that the queues have at least 64 entries for CMB,
and 512k allows us to create 128 submission queues like that. That's
enough for most systems.
More information about the Linux-nvme
mailing list