On 7/22/22 00:31, Avri Altman wrote:
+#define UFSHCD_MCQ_IO_QUEUE_OFFSET 1Maybe add a comment above: "queue 0 is reserved for query commands" or something That is if the query commands don't use the legacy doorbell
Is it essential to reserve a queue for device management commands? Wouldn't it be better to have one additional queue for submitting I/O commands rather than reserving a queue for device management commands?
Thanks, Bart.