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 <ming.lei@xxxxxxxxxx> 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?