Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp807632pxb; Thu, 28 Jan 2021 00:04:57 -0800 (PST) X-Google-Smtp-Source: ABdhPJyyuJG0UOTcH917z6a+9iyLOqXA1pDVVkZXc3Oi5Qle85++BitAQ/+KPS8Gx3ebnK2J2PGg X-Received: by 2002:a05:6402:378:: with SMTP id s24mr13299598edw.376.1611821097417; Thu, 28 Jan 2021 00:04:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611821097; cv=none; d=google.com; s=arc-20160816; b=fgpFS9hiZbkFsI8CFsoVWd/PxB180UoxotTfMbsgs7a0JDLxD/4/W1g3Dwd2u8m4ch LBEF65E1C9FZz64Zk8s9smzhkXblJU44nB6N2Mz4Q1NHJXj4Qpos+28HEzOBGBThBbHs tBBM+0xrVX+7ngN6Fm2vJ/UeUlORbIOB+2+2W5FqDAYuIQxR7foTc9BnIGTFWVajXJu0 9aCwGPquC5kJ8g3d1hpXIdqfF+dNuu+guDNtiLBA50HwQMQUjQLOI5tcbRgnlPThx0UG jsWCijgKfwjhc36eqGner6EOY57o/tO85CBkmX2nUjXFkjaTeG7hTx/SNJ8SXXTM7Yys vMkQ== 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=u5Q8gVZKtkIDMKXFeAmRIbSKHBloRG+MlbWppPzTHSs=; b=xfTP7XTf/S7K1zlg9SS1ojzm3rkIZHrJhDL4cL8F3xsi3C8svp8/E0mIF0vCCd/Xdw m5aBzV6bFvYhMOkCoVbW2vqa7ukifF+kWEqsqds8imW5gEy5v9jfwCjck1+GzKJZsxa+ mGzd8t7ppwqtq982MogSfjm22bW/AYELquilBZGIGlGY3Np7gATpuh0NRY25lQ/Sat3i VegGBby2JXwe77ttjL9OaksEOC6PwbVe9C+zs/8XXY7ZeHwkddIQEk35QVDtFA8om5K/ r8AE4cs07JKHxpxVTuwq2qAcGzPoEDXo+ynv71LHKMDHALn3PKDTx9oq63/IUXGq9BaZ rjLQ== 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 w16si2479283edi.602.2021.01.28.00.04.32; Thu, 28 Jan 2021 00:04:57 -0800 (PST) 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 S232416AbhA1IDn (ORCPT + 99 others); Thu, 28 Jan 2021 03:03:43 -0500 Received: from verein.lst.de ([213.95.11.211]:56319 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231846AbhA1IAJ (ORCPT ); Thu, 28 Jan 2021 03:00:09 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 18E2068C4E; Thu, 28 Jan 2021 08:57:38 +0100 (CET) Date: Thu, 28 Jan 2021 08:57:37 +0100 From: ". Christoph Hellwig" To: Ricardo Ribalda Cc: ". Christoph Hellwig" , Sergey Senozhatsky , Tomasz Figa , Marek Szyprowski , Robin Murphy , Mauro Carvalho Chehab , IOMMU DRIVERS , Joerg Roedel , Linux Doc Mailing List , Linux Kernel Mailing List , Linux Media Mailing List , Sergey Senozhatsky Subject: Re: [PATCH v3 5/6] media: uvcvideo: Use dma_alloc_noncontiguos API Message-ID: <20210128075737.GA28741@lst.de> References: <20201208071320.GA1667627@google.com> <20201209111639.GB22806@lst.de> <20210111083614.GA27589@lst.de> <20210126170659.GA9104@lst.de> <20210127155608.GA20272@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: linux-kernel@vger.kernel.org On Wed, Jan 27, 2021 at 10:35:02PM +0100, Ricardo Ribalda wrote: > I have used the current API here: > > https://git.kernel.org/pub/scm/linux/kernel/git/ribalda/linux.git/log/?h=uvc-noncontiguous > > And I think the result is very clean. Great work! > > I have tested it in X86 and in arm64, with similar performance as the > previous patchset. > > Maybe you want to cherry pick that commit into your series I can also > send the patch to the list for review if you prefer so. > > At least in 5.11 rc5 I the same dmadev worked in arm64 and x86. Given that Sergey mentioned the v4l patchset needs more work I'll use your commit as the example for sending out my series. Thanks for all the work!