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 D5E6843347;
	Thu, 16 Nov 2023 18:45:38 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 59FF8402C6;
	Thu, 16 Nov 2023 18:45:38 +0100 (CET)
Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com
 [67.231.156.173])
 by mails.dpdk.org (Postfix) with ESMTP id 831CA40150
 for <dev@dpdk.org>; Thu, 16 Nov 2023 18:45:36 +0100 (CET)
Received: from pps.filterd (m0045851.ppops.net [127.0.0.1])
 by mx0b-0016f401.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id
 3AGHOmbl003254; Thu, 16 Nov 2023 09:45:35 -0800
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=xTf/YVREx40AJ1Ov/Dlb63YipHZ+LCN7RsLbhRAP7jA=;
 b=Jwi11uCGyvhg6ozp9/f1KNNSwwnaWcq8V91Hb9mfMahnOMylUdIP+6N5Qp771mL3hcaq
 59ksbIqhmdWdgZ1wN7Jka/B0uQmfrvOzXU+OuQKynOAmfPMJVShl965mf3tC42YDEOMj
 hVRd6O14ykSpYWGlF0OycTxAr3lXRA/56OldN+oXkO6y/vB8P5ZEPohIfKg0M0KJ3hBQ
 a5nGpEz5nC9wo8KtNau6hhEkfbljms4jmgXu1+SmeWOt32yynJ8FZ4CRo2mTOz+UeTI9
 u4XZW6uFEeF9ib5sLLdFbMJgsSrcwDEMWtr3veGm4hkRhyDHzk8gLSl3AYEXSVEXqUfU 1w== 
Received: from dc5-exch02.marvell.com ([199.233.59.182])
 by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3uc5vmvq31-1
 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT);
 Thu, 16 Nov 2023 09:45:35 -0800
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;
 Thu, 16 Nov 2023 09:45:33 -0800
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; Thu, 16 Nov 2023 09:45:33 -0800
Received: from BG-LT91401.marvell.com (BG-LT91401.marvell.com [10.28.168.34])
 by maili.marvell.com (Postfix) with ESMTP id BE0913F7085;
 Thu, 16 Nov 2023 09:45:30 -0800 (PST)
From: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
To: <dev@dpdk.org>
CC: <anoobj@marvell.com>, Chengwen Feng <fengchengwen@huawei.com>, "Vamsi
 Attunuru" <vattunuru@marvell.com>, Amit Prakash Shukla
 <amitprakashs@marvell.com>, Vidya Sagar Velumuri <vvelumuri@marvell.com>,
 Kevin Laatz <kevin.laatz@intel.com>, Bruce Richardson
 <bruce.richardson@intel.com>, Gowrishankar Muthukrishnan
 <gmuthukrishn@marvell.com>
Subject: [PATCH v8 0/3] test/dma: add vchan reconfig and SG tests
Date: Thu, 16 Nov 2023 23:15:24 +0530
Message-ID: <cover.1700156485.git.gmuthukrishn@marvell.com>
X-Mailer: git-send-email 2.21.0
In-Reply-To: <20231116132749.2202-1-gmuthukrishn@marvell.com>
References: <20231116132749.2202-1-gmuthukrishn@marvell.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain
X-Proofpoint-ORIG-GUID: v0crJb8gBqE53nbQwibL5MHkZ8YCg7Ll
X-Proofpoint-GUID: v0crJb8gBqE53nbQwibL5MHkZ8YCg7Ll
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-16_18,2023-11-16_01,2023-05-22_02
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

This patch series reworks DMA tests to follow unit test framework
followed by new vchan reconfig and SG tests.

v8:
 - Addressed compilation issue in Windows platform.

Gowrishankar Muthukrishnan (3):
  test/dma: use unit test framework
  test/dma: test multiple vchan
  test/dma: add SG copy tests

 app/test/test_dmadev.c     | 374 +++++++++++++++++++++++++++++--------
 app/test/test_dmadev_api.c | 316 +++++++++++++++++++++++--------
 2 files changed, 534 insertions(+), 156 deletions(-)

-- 
2.25.1