Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp3674014pxk; Tue, 29 Sep 2020 03:22:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz9enmHp4+y6A8dwLCDr/AnhZsUgP1gdlpGak5leDh9UTZ3WIxu/eDcwygm49bRyMFdwL8H X-Received: by 2002:aa7:da10:: with SMTP id r16mr2472610eds.333.1601374934854; Tue, 29 Sep 2020 03:22:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601374934; cv=none; d=google.com; s=arc-20160816; b=cSv9u9WDAxDxGeyvZVOT209+bDDL99Jb2m03sLpNRoe526Wy1PsHxiutQQDiMKe9t/ lETJVi+FHwDyM1po0/6KZM51R7HB4FBVO+c8fslXZ6xCT1Ivq1srBHKWXJSSvPZdkKD+ nLkIAz8diXy7VM24YvdgpIZQDO0H01nTh8l5wSao9VhhD1C2Q/ydkMyqegaXchMF5n/J TTjgHBZ4yRTkcGKG7Y9KXHwfx7Is02FBAP2RWFYn7tNHHYoXpCQ6K4qou9i4hs+N3deT pgfVNhPNGfl1WDoeZPKA6pKTOVPlPxLcmJo0XslpVK7wkyWvjO9TIy7DiQXJ60Y/hqwd kSlg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=Bfj4B5yeSW6L/xxkk3N71Yd+G2fwhXXfo6mKhOaQJpE=; b=WxJdDH2YBNPTf2vI4M2FZqOxjxGLGkejzhCau6ss4ndLG1U3hiAWQjVtw0bPo8wKTs OGeBO+74ygiVgUN5GPYcUMDMRb9RNdNVpZG/his9B+U+ypSQIwFKryJlBKmdS/gjbK5L H07i+pkiKNICvIrrqGdmpqPWbzLMU8fTxs4iADOYqnUTFs7M7EN0b9hbkIJaOtB37vBg 07cmzNUrA3HTM4/TCsXb1Pr63GbsdwGMtqzHJaRWxgWyuuaUcgwKleiQIhMr7lTmyZbs 2BITWOjD74g52f16hM/VuGrCvyJIGW3NDRMofqYwN8eLdBipmRANaq0xeKzil6ct+xAu lYbA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h7si2354901ejl.266.2020.09.29.03.21.51; Tue, 29 Sep 2020 03:22:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727403AbgI2KUu (ORCPT + 99 others); Tue, 29 Sep 2020 06:20:50 -0400 Received: from verein.lst.de ([213.95.11.211]:39117 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725372AbgI2KUt (ORCPT ); Tue, 29 Sep 2020 06:20:49 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 35FB667373; Tue, 29 Sep 2020 12:20:46 +0200 (CEST) Date: Tue, 29 Sep 2020 12:20:46 +0200 From: Christoph Hellwig To: Leon Romanovsky Cc: Doug Ledford , Jason Gunthorpe , Jens Axboe , Keith Busch , Leon Romanovsky , Christoph Hellwig , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org, linux-rdma@vger.kernel.org, Sagi Grimberg Subject: Re: [PATCH blk-next 1/2] blk-mq-rdma: Delete not-used multi-queue RDMA map queue code Message-ID: <20200929102046.GA14445@lst.de> References: <20200929091358.421086-1-leon@kernel.org> <20200929091358.421086-2-leon@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200929091358.421086-2-leon@kernel.org> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 29, 2020 at 12:13:57PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky > > The RDMA vector affinity code is not backed up by any driver and always > returns NULL to every ib_get_vector_affinity() call. > > This means that blk_mq_rdma_map_queues() always takes fallback path. > > Fixes: 9afc97c29b03 ("mlx5: remove support for ib_get_vector_affinity") > Signed-off-by: Leon Romanovsky So you guys totally broken the nvme queue assignment without even telling anyone? Great job!