From patchwork Fri Nov 3 15:38:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gowrishankar Muthukrishnan X-Patchwork-Id: 358 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D5FDB4327C; Fri, 3 Nov 2023 16:38:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 92C2040263; Fri, 3 Nov 2023 16:38:13 +0100 (CET) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id 761014014F for ; Fri, 3 Nov 2023 16:38:11 +0100 (CET) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3A3BVj9A028141; Fri, 3 Nov 2023 08:38:10 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=7AoEHcYoHNJrM98SGMxBYW3h04HrB2QK2cPrI7CGxr0=; b=hV1OeG2BL5vtXdDmfMwjwU7ComlrdlInpVH8but0hCoVuO4sObNddhebkLxG98jaK2zI h+/jxhQa2EEDDAYWV+HKPraX71xT1qdumCIndmKx5qX2xqKIq3pAzKwA7jaznphNK7Je uEFLl6RoATOyup2QRDjyxarADZ63zFIOfYrsce6gJ1Jn7wsYj0Po246onKx7Ntv6udNp DEQ3yI5M99bi+ZG5ZGyc03Q2T0LDJnIb8GpNiRlAARsDq/bNORI35mFybxGda/vN8rQf ZEWcZ18Q8U7FaDoe/t1u7PC9gmGHtYE3Dzm68jAXqRWHP0RfjfFe3aBqwQ4P/qM1Sevd Gg== Received: from dc5-exch02.marvell.com ([199.233.59.182]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3u4upkhh1h-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Fri, 03 Nov 2023 08:38:10 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Fri, 3 Nov 2023 08:38:08 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.48 via Frontend Transport; Fri, 3 Nov 2023 08:38:08 -0700 Received: from BG-LT91401.marvell.com (BG-LT91401.marvell.com [10.28.168.34]) by maili.marvell.com (Postfix) with ESMTP id E2B073F70B2; Fri, 3 Nov 2023 08:38:05 -0700 (PDT) From: Gowrishankar Muthukrishnan To: CC: , Chengwen Feng , "Vamsi Attunuru" , Amit Prakash Shukla , Vidya Sagar Velumuri , Kevin Laatz , Bruce Richardson , Gowrishankar Muthukrishnan Subject: [PATCH v3 0/3] test/dma: add vchan reconfig and SG tests Date: Fri, 3 Nov 2023 21:08:00 +0530 Message-ID: X-Mailer: git-send-email 2.21.0 In-Reply-To: <20230810123633.2455-1-gmuthukrishn@marvell.com> References: <20230810123633.2455-1-gmuthukrishn@marvell.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: O3Su25S1vKjbs6-7Gx0P0_hHy0Fi3oHi X-Proofpoint-GUID: O3Su25S1vKjbs6-7Gx0P0_hHy0Fi3oHi X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.987,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2023-11-03_15,2023-11-02_03,2023-05-22_02 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org This patch series reworks DMA tests to follow unit test framework followed by new vchan reconfig and SG tests. v3: - followed unit test framework. Gowrishankar Muthukrishnan (3): test/dma: use unit test framework test/dma: test vchan reconfiguration test/dma: add SG copy tests app/test/test_dmadev.c | 372 +++++++++++++++++++++++++++++++------ app/test/test_dmadev_api.c | 309 ++++++++++++++++++++++-------- app/test/test_dmadev_api.h | 2 + 3 files changed, 547 insertions(+), 136 deletions(-)