Re: [PATCH V3 01/10] blk-mq: rename blk-mq-cpumap.c as blk-mq-map.c
From: Christoph Hellwig <hch@lst.de>
Date: 2021-07-12 07:32:34
Also in:
linux-nvme, linux-scsi
From: Christoph Hellwig <hch@lst.de>
Date: 2021-07-12 07:32:34
Also in:
linux-nvme, linux-scsi
On Fri, Jul 09, 2021 at 04:09:56PM +0800, Ming Lei wrote:
Firstly the name of cpumap isn't very useful because all kinds of map helpers(pci, rdma, virtio) are for mapping cpu(s) to hw queue. Secondly prepare for moving physical device related mapping into its own subsystems, and we will put all map related functions/helpers into this renamed source file. Signed-off-by: Ming Lei <redacted>
I don't really see much of a point in this - we still create the cpu maps, and if there is more code here that doesn't matter much, does it?