Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp434248ybh; Wed, 11 Mar 2020 04:05:36 -0700 (PDT) X-Google-Smtp-Source: ADFU+vsN1NIe+mrsub5qj2uiPyQeLcHO4nfxCob4R5eCaOpzCUEdTKKoVaBx5hu0T/wdGue2im3Q X-Received: by 2002:aca:c70f:: with SMTP id x15mr1478577oif.80.1583924736628; Wed, 11 Mar 2020 04:05:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1583924736; cv=none; d=google.com; s=arc-20160816; b=zPCrxZ5y8QJNVie5BJ9PsirM1SGWs7gg5J7S91izorlqYhPYD4yViGUkuqUkCTbot2 oOdu/jrMrqerRrCL8dy1w4P9GInNyq99huoVy59i2WbUudb5ElWKdV5+ptg7FNZxr5Vc Ilh2GUFRx8cEDqakHE6femtjYZ1NK+wwmPAVA7sAqgPQTXwmcnK0sBAPtAGJ9LnN8LSS 4GAZ++qRmGMA55gUwwL7H0UHK8v/Nu1wdyEqkQc+ZM+offLOu0oxsHf+up1CmUdgiK+1 VQAHY4zqqgJ0JD0ruvar8131CVHJQka4OQL+veRWN8kioQRSHeREKID18JcJ44+yORv1 00cg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=QkUNShaMXw9JNJzKGISwkgQihSOTUwBTK4cWo90mz5I=; b=GSgDFPLX5VEvnGXo/za6TDXU12Oa4BH48q/MWIDjS1SjvRdzJSBc15MbjTftl9MENR 6CHyIEZCjszKoR1LebRajtLWKCYjIu/zqXMVfBSPfEK0yUqc9g8WlW2cP+Hk5sLg5Ukv 4SJYem+e3z0yS8+RAoMnkSzcrVHG1Eek1WTsLOrKRE3/NAA8mPorq91LlV0YL8F+j6nI y5/IVK5oeH30moHjbWFnLOHdDTyEhTqifhzKwmgwuS91M4zVrut8+15/PXj8Gds3Yjwr z9Al/mgnU7DS09aKC1BqenOpopC7dMOks/RBz9NGFuQGcuJ4lI9fpvAW9uR8IhECjLHl jqug== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j12si923428oie.187.2020.03.11.04.05.25; Wed, 11 Mar 2020 04:05:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729066AbgCKLEr (ORCPT + 99 others); Wed, 11 Mar 2020 07:04:47 -0400 Received: from foss.arm.com ([217.140.110.172]:48152 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726672AbgCKLEr (ORCPT ); Wed, 11 Mar 2020 07:04:47 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C8D051FB; Wed, 11 Mar 2020 04:04:46 -0700 (PDT) Received: from e121166-lin.cambridge.arm.com (e121166-lin.cambridge.arm.com [10.1.196.255]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AD2D73F6CF; Wed, 11 Mar 2020 04:04:45 -0700 (PDT) Date: Wed, 11 Mar 2020 11:04:43 +0000 From: Lorenzo Pieralisi To: Kishon Vijay Abraham I Cc: Bjorn Helgaas , Andrew Murray , Alan Mikhak , Tom Joseph , Greg Kroah-Hartman , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/5] PCI: functions/pci-epf-test: Add DMA data transfer Message-ID: <20200311110443.GB30083@e121166-lin.cambridge.arm.com> References: <20200303103752.13076-1-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200303103752.13076-1-kishon@ti.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 03, 2020 at 04:07:47PM +0530, Kishon Vijay Abraham I wrote: > Patch series uses dma engine APIs in pci-epf-test to transfer data using > DMA. It also adds an option "-d" in pcitest for the user to indicate > whether DMA has to be used for data transfer. This also prints > throughput information for data transfer. > > Changes from v1: > *) Fixed some of the function names from pci_epf_* to pci_epf_test_* > since the DMA support is now been moved to pci-epf-test.c > > Kishon Vijay Abraham I (5): > PCI: endpoint: functions/pci-epf-test: Add DMA support to transfer > data > PCI: endpoint: functions/pci-epf-test: Print throughput information > misc: pci_endpoint_test: Use streaming DMA APIs for buffer allocation > tools: PCI: Add 'd' command line option to support DMA > misc: pci_endpoint_test: Add support to get DMA option from userspace > > drivers/misc/pci_endpoint_test.c | 165 ++++++++++-- > drivers/pci/endpoint/functions/pci-epf-test.c | 253 +++++++++++++++++- > include/uapi/linux/pcitest.h | 5 + > tools/pci/pcitest.c | 20 +- > 4 files changed, 412 insertions(+), 31 deletions(-) Applied to pci/endpoint for v5.7, thanks. Lorenzo