[PATCH 01/13] nvme: add common helpers to allocate and free tagsets

Christoph Hellwig hch at lst.de
Thu Sep 22 07:18:23 PDT 2022


On Thu, Sep 22, 2022 at 04:02:01PM +0800, Chao Leng wrote:
> We can do some special processing in nvme_setup_cmd for connect command to
> treat queue mapping.
> Do you think that's okay?

nvme_setup_cmd does not help, as anything we could do there we could
in the code that submits the command.  The point is that it needs to
be sent out on the hctx for that particular I/O queue.



More information about the Linux-nvme mailing list