On 02/03/2022 12:14, Ming Lei wrote:
The current code always uses default queue map and hw queue index for figuring out the numa node for hw queue, this way isn't correct because blk-mq supports three queue maps, and the correct queue map should be used for the specified hw queue. Reviewed-by: Christoph Hellwig<hch@xxxxxx> Signed-off-by: Ming Lei<ming.lei@xxxxxxxxxx>
FWIW: Reviewed-by: John Garry <john.garry@xxxxxxxxxx> thanks
--- block/blk-mq.c | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-)