On Tue, 2023-05-30 at 09:24 +0200, AngeloGioacchino Del Regno wrote: > > I imagine that MediaTek's UFS IP does not support dev_cmd_queues=1, > does it? > > In that case, this should not be a UFS module parameter, but a > setting that > you provide from ufs-mediatek instead. > > Regards, > Angelo Hi Angelo Our IP do work with dev_cmd_queues=1, but sacrifice one hwq specifically for dev commands leaving (N-1) hwq to (N) CPUs for submission doesn't make much sense. Actually I would prefer making it a dts property than module parameter, however, to match convention like `poll_queues` module parameters is chosen. Po-Wen