Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp1824959ybz; Thu, 23 Apr 2020 06:39:56 -0700 (PDT) X-Google-Smtp-Source: APiQypJ2GJSXKCmodp6me1vt5fKX3qIxoA/yEcQcJ2JsXF+f1KFENxamtnKa9KK70m4Q+xbw0Oke X-Received: by 2002:a50:85c4:: with SMTP id q4mr2475414edh.147.1587649196716; Thu, 23 Apr 2020 06:39:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587649196; cv=none; d=google.com; s=arc-20160816; b=lo1gxnzcwzdw8Zj5DZg1AZSxI5ivlQnd83vmer0SPmtFwrvxS5AiH5O3AftWJdwC74 bGVpwrioMqvZzmYcB74Gwg49c9Pj5Ni9MfRPBtxJbPuwoPjjuUIj60xjY3ajtbcdGRNK KCQRQtq5MXetob3Bi5zXcfXKbVIHkeJQiHKiKr1/eNDYebLHZWHqIY4vU21lybRAEKkq 8QqFooC44EmdV2YO06CkYJlXszKifuExMNCMOqyG5gcYQC3cONterAfmWCkcY7HMpL/k mIwzCnx9UR2qhzdswdssSgNrsLXzrVsNvv5QC8Lzb3UCs44gKId/pyd4vJxLrbeer6yr 2GnQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:message-id:subject:to:from :date:content-transfer-encoding:mime-version; bh=Wnq/z8vyjr4QJNJT6yCGqH0tqzFBU9f9J75ZFYovBlI=; b=ez4is+K6S0RNvbwckBdUOkyyZWF6BhNKcFn/iLF7LGyfIRpbhAyAQh1z4SS0Ojqx/o 0/ngtPx5oOVQ2oB9qIeuCs7OGY/MA0UBHI2NUDjwMj0Y/DCL2ZqrXeX8CWuZjC8UQ3xa vdSMKXdncrXZi2ryv/sIkrtjovZhFKQY6Gs8XoeKhnpC26LZTf9yQhxicE1R0O2M+NdU UQwNSmqgZhhmxgqqdB6Eg4Y1NqDicSD5kZ4oYHDHBEtDZw4s8D6iKBZLIqWAbHC1Yp1m qKOV5JaTo9Vj3fpEuC462CvZ1B2RCxtyw7FhQbt5J7sS+h/SWstWlGD5gUzyJGNTE5lq dimg== 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 dx23si1302295ejb.181.2020.04.23.06.39.30; Thu, 23 Apr 2020 06:39:56 -0700 (PDT) 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 S1728158AbgDWNfb (ORCPT + 99 others); Thu, 23 Apr 2020 09:35:31 -0400 Received: from mx06lb.world4you.com ([81.19.149.116]:38508 "EHLO mx06lb.world4you.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726361AbgDWNfa (ORCPT ); Thu, 23 Apr 2020 09:35:30 -0400 X-Greylist: delayed 1578 seconds by postgrey-1.27 at vger.kernel.org; Thu, 23 Apr 2020 09:35:30 EDT Received: from [81.19.149.44] (helo=webmail.world4you.com) by mx06lb.world4you.com with esmtpa (Exim 4.92.3) (envelope-from ) id 1jRbbL-0007oF-0A; Thu, 23 Apr 2020 15:09:11 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 23 Apr 2020 15:09:10 +0200 From: Eric Schwarz To: dmaengine@vger.kernel.org, linux-fpga@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Use DMA Test Kernel Module for FPGA Device Message-ID: <3955779b6d28751c45ab5af01095ef88@sw-optimization.com> X-Sender: eas@sw-optimization.com User-Agent: World4You Webmail X-SA-Do-Not-Run: Yes X-AV-Do-Run: Yes Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, I think it is not possible to use the dmatest [1] kernel framework for testing a DMA engine located in an FPGA where the FPGA is connected to the host system over PCIe. However, does any one have out-of-tree patches in order to do so for dmatest or knows a project which could be used for that case? System setup: +-------+ | DDR | +-------+ | | +--------------+ +-------------------+ | | | +------------+ | | | | | DMA Engine | | | | PCIe | +------------+ | | CPU +<----------------->+ | | | | FPGA | | | | | | | | | +--------------+ +-------------------+ [1] https://www.kernel.org/doc/html/latest/driver-api/dmaengine/dmatest.html Many thanks Eric