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 78FF3C4167B for ; Mon, 11 Dec 2023 17:40:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344968AbjLKRk3 (ORCPT ); Mon, 11 Dec 2023 12:40:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344782AbjLKRkV (ORCPT ); Mon, 11 Dec 2023 12:40:21 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 60BF511A for ; Mon, 11 Dec 2023 09:40:26 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 1317268BFE; Mon, 11 Dec 2023 18:40:21 +0100 (CET) Date: Mon, 11 Dec 2023 18:40:20 +0100 From: Christoph Hellwig To: Petr =?utf-8?B?VGVzYcWZw61r?= Cc: Christoph Hellwig , Petr Tesarik , Marek Szyprowski , Robin Murphy , "open list:DMA MAPPING HELPERS" , open list , Wangkefeng , Roberto Sassu , Petr Tesarik Subject: Re: [PATCH RESEND] swiotlb: reduce area lock contention for non-primary IO TLB pools Message-ID: <20231211174020.GA28041@lst.de> References: <20231201121352.195-1-petrtesarik@huaweicloud.com> <20231211140111.5dbb74c0@meshulam.tesarici.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231211140111.5dbb74c0@meshulam.tesarici.cz> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 11, 2023 at 02:01:11PM +0100, Petr Tesařík wrote: > Hi Christoph, > > just a friendly ping about the following patch. Does it need more time > to review, or has it gone lost? I've just been a bit too busy. I'll do a run on dma-related things this week.