From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <dev-bounces@dpdk.org> Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BDD85462DB; Fri, 28 Feb 2025 01:22:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 570F14029B; Fri, 28 Feb 2025 01:22:08 +0100 (CET) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by mails.dpdk.org (Postfix) with ESMTP id 3F8474027F; Fri, 28 Feb 2025 01:22:06 +0100 (CET) Received: from mail.maildlp.com (unknown [172.19.88.194]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4Z3pgB5gNvzwXBr; Fri, 28 Feb 2025 08:17:10 +0800 (CST) Received: from kwepemk500009.china.huawei.com (unknown [7.202.194.94]) by mail.maildlp.com (Postfix) with ESMTPS id C5BDC141063; Fri, 28 Feb 2025 08:15:40 +0800 (CST) Received: from [10.67.121.161] (10.67.121.161) by kwepemk500009.china.huawei.com (7.202.194.94) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Fri, 28 Feb 2025 08:15:40 +0800 Message-ID: <97f3681c-261e-4ca9-b64e-21c2088a5c88@huawei.com> Date: Fri, 28 Feb 2025 08:15:39 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] app/test: fix DMA API tests in IOVA as PA mode To: Bruce Richardson <bruce.richardson@intel.com>, <dev@dpdk.org> CC: <stable@dpdk.org>, Kevin Laatz <kevin.laatz@intel.com>, Conor Walsh <conor.walsh@intel.com> References: <20250227132749.753581-1-bruce.richardson@intel.com> Content-Language: en-US From: fengchengwen <fengchengwen@huawei.com> In-Reply-To: <20250227132749.753581-1-bruce.richardson@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.121.161] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemk500009.china.huawei.com (7.202.194.94) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> Errors-To: dev-bounces@dpdk.org Reviewed-by: Chengwen Feng <fengchengwen@huawei.com> On 2025/2/27 21:27, Bruce Richardson wrote: > When running without IOMMU for address translation, i.e. IOVAs are > physical rather than virtual addresses, we need to translate the > pointers to IOVAs for the completion API tests. > > Fixes: 9942ebb9c698 ("test/dma: add dmadev API test") > Cc: fengchengwen@huawei.com > Cc: stable@dpdk.org > > Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>