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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8809CC433EF for ; Fri, 25 Mar 2022 05:39:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236826AbiCYFkd (ORCPT ); Fri, 25 Mar 2022 01:40:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231767AbiCYFkc (ORCPT ); Fri, 25 Mar 2022 01:40:32 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E871D1EEDE; Thu, 24 Mar 2022 22:38:59 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 009BE68B05; Fri, 25 Mar 2022 06:38:55 +0100 (CET) Date: Fri, 25 Mar 2022 06:38:55 +0100 From: Christoph Hellwig To: Kanchan Joshi Cc: Christoph Hellwig , Kanchan Joshi , Jens Axboe , Keith Busch , Pavel Begunkov , io-uring@vger.kernel.org, linux-nvme@lists.infradead.org, linux-block@vger.kernel.org, sbates@raithlin.com, logang@deltatee.com, Pankaj Raghav , Javier =?iso-8859-1?Q?Gonz=E1lez?= , Luis Chamberlain , Adam Manzanares , Anuj Gupta Subject: Re: [PATCH 11/17] block: factor out helper for bio allocation from cache Message-ID: <20220325053855.GA5344@lst.de> References: <20220308152105.309618-1-joshi.k@samsung.com> <20220308152105.309618-12-joshi.k@samsung.com> <20220310083503.GE26614@lst.de> <20220324063011.GA12660@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Thu, Mar 24, 2022 at 11:15:20PM +0530, Kanchan Joshi wrote: > Thanks, that can be reused here too. But to enable this feature - we > need to move to a bioset from bio_kmalloc in nvme, and you did not > seem fine with that. Yeah, kmalloc already does percpu caches, so we don't even need it.