From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 42576846D for ; Mon, 10 Mar 2025 13:29:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741613377; cv=none; b=bteCnGfX/Y0dKSycYM+FaIQMbzSGoEhXPEeqNAQZpqu2svtmeMh2ZmfqP7QwSJsFZEdkmZjLKzgJtbsLFASbnsANxCv7wzbvltdBBH5DL7SULLCmZQlB+qTgg2/6zYbYXYo6R8vy0BlP/Icla+j5W5w1LXR8Y30FGjK4sFaX8ow= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741613377; c=relaxed/simple; bh=nu6mXMhR4+TWShaYO112XXeIDNz9PClLxgCUD4clIVE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=X0cSKD+dd3V8bnMMKybQ8QptCQ/ffBJ1z0+PofnC6CPvD/DJbjZSMTCwTS0/1K6dgVecg6Ip1TA/JdxZFZs70VTUG025jtBPp9t+VB0Z7st7GecYUbsS10/pVLECewcWOdEoK7owec/mxjplnSTUSOhvEqIaWC09jIzZeIvUIx4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 088C167373; Mon, 10 Mar 2025 14:29:32 +0100 (CET) Date: Mon, 10 Mar 2025 14:29:31 +0100 From: Christoph Hellwig To: Nilay Shroff Cc: Keith Busch , Christoph Hellwig , Hannes Reinecke , Sagi Grimberg , John Meneghini , bmarzins@redhat.com, Bryan Gurney , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org, Marco Patalano , axboe@kernel.dk Subject: Re: [PATCH] nvme: remove multipath module parameter Message-ID: <20250310132931.GB8956@lst.de> References: <20250306000348.GA1233@lst.de> <1ffebf60-5672-4cd0-bb5a-934376c16694@suse.de> <20250306141837.GA21353@lst.de> <20250306151654.GA22810@lst.de> <69cdaf9d-2fb4-4ee0-9c32-cc946405a23a@linux.ibm.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <69cdaf9d-2fb4-4ee0-9c32-cc946405a23a@linux.ibm.com> User-Agent: Mutt/1.5.17 (2007-11-01) On Sun, Mar 09, 2025 at 10:53:19PM +0530, Nilay Shroff wrote: > Yes agreed however it seems advantages of using an indirect call outweighs > using the short cut to blk_mq_submit_bio. Moreover it seems the cost of > indirect call is trivial because we already cache the nexthop. Indirect calls are never cheap unfortunately. > If you and Christoph are busy with other work then in that case I'll be > glad to pursue this further if you agree. I'm not working in this area at the moment, so from my POV feel free to go ahead.