Re: [PATCH] nvme-pci: fix prp list allocation

From: Matt Waltz
Date: Sat Feb 12 2022 - 17:21:02 EST


On Sat, Feb 12, 2022 at 2:03 PM Keith Busch <kbusch@xxxxxxxxxx> wrote:
> That only applies to chaining list elements. It does not apply to the
> "PRP list pointer in a command". The driver allocates from the 256B dma
> pool only for the command's PRP list pointer, so we're fine.

Ah yes, I was confused by the PRP2 definition which says it can be a
"PRP list pointer",
now I feel extremely silly. Guess I'll need to look elsewhere for a
fix for this bug I am
encountering, thank you for the clarity!