Re: [PATCH] nvme-pci: fix potential I/O hang when CQ is full
From: Christoph Hellwig
Date: Tue Feb 10 2026 - 10:57:46 EST
We can't update the CQ head before consuming the CQEs, otherwise
the device can reuse them. And devices must not discard completions
when there is no completion queue entry, nvme does allow SQs and CQs
to be smaller than the number of outstanding commands.