From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 629B9C11F6D for ; Mon, 12 Jul 2021 07:32:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 42E996162A for ; Mon, 12 Jul 2021 07:32:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241450AbhGLHfP (ORCPT ); Mon, 12 Jul 2021 03:35:15 -0400 Received: from verein.lst.de ([213.95.11.211]:51495 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242549AbhGLHbp (ORCPT ); Mon, 12 Jul 2021 03:31:45 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id B7F6D67373; Mon, 12 Jul 2021 09:28:53 +0200 (CEST) Date: Mon, 12 Jul 2021 09:28:53 +0200 From: Christoph Hellwig To: Ming Lei Cc: Jens Axboe , Christoph Hellwig , "Martin K . Petersen" , linux-block@vger.kernel.org, linux-nvme@lists.infradead.org, linux-scsi@vger.kernel.org, Sagi Grimberg , Daniel Wagner , Wen Xiong , John Garry , Hannes Reinecke , Keith Busch , Damien Le Moal Subject: Re: [PATCH V3 01/10] blk-mq: rename blk-mq-cpumap.c as blk-mq-map.c Message-ID: <20210712072853.GA12347@lst.de> References: <20210709081005.421340-1-ming.lei@redhat.com> <20210709081005.421340-2-ming.lei@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210709081005.421340-2-ming.lei@redhat.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org 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 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?