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 782EE42625;
	Sun, 24 Sep 2023 11:32:20 +0200 (CEST)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 0C0194029C;
	Sun, 24 Sep 2023 11:32:20 +0200 (CEST)
Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com
 [67.231.156.173])
 by mails.dpdk.org (Postfix) with ESMTP id 3323940296
 for <dev@dpdk.org>; Sun, 24 Sep 2023 11:32:18 +0200 (CEST)
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
 38O9IhVc020467; Sun, 24 Sep 2023 02:32:17 -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=LLtVJe0YKNW9PPmAWC9F9TuUyVOtLr3y9eErnZa/gO0=;
 b=f3zgtqEIoksRruiByPNyT6qvcJtC5v+srQBT91Okx6qJpwCYyNvyZlyM51N25YqR/GMt
 KsxrZby0joqlAaTmQNV3ScJFKLyJV9jrdKwi9HsbrNBk9UvFkxMREuEzcncpY0W4WNe4
 6Pr4KwJ/UAv+VC8Y2m9UvVaKMV9amI8GrYvbYWawb8TNwCAaEsz/fY4y00L2FeV+P89e
 7EBuL8PhscSQppKmw3kf9VKO97ESvQWlR59qLPo6hM2VOwjZ6vp13BcFhcc8uVqX744c
 l+ESN7tat491subJCKo3IG6EUZJu0BbGVD49MtdkmcdiR8ukYONd/0CTRtN1TUhFJO2B zA== 
Received: from dc5-exch02.marvell.com ([199.233.59.182])
 by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3t9yhkt3m2-1
 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT);
 Sun, 24 Sep 2023 02:32:17 -0700
Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com
 (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.48;
 Sun, 24 Sep 2023 02:32:15 -0700
Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com
 (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.48 via Frontend
 Transport; Sun, 24 Sep 2023 02:32:15 -0700
Received: from BG-LT91401.marvell.com (BG-LT91401.marvell.com [10.28.168.34])
 by maili.marvell.com (Postfix) with ESMTP id C79FD3F709E;
 Sun, 24 Sep 2023 02:32:12 -0700 (PDT)
From: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
To: <dev@dpdk.org>
CC: <anoobj@marvell.com>, Cheng Jiang <cheng1.jiang@intel.com>, Kevin Laatz
 <kevin.laatz@intel.com>, Bruce Richardson <bruce.richardson@intel.com>,
 "Pavan Nikhilesh" <pbhagavatula@marvell.com>, Gowrishankar Muthukrishnan
 <gmuthukrishn@marvell.com>
Subject: [PATCH v4 0/2] app/dma-perf: add SG copy support
Date: Sun, 24 Sep 2023 15:02:05 +0530
Message-ID: <20230924093208.1061-1-gmuthukrishn@marvell.com>
X-Mailer: git-send-email 2.21.0
In-Reply-To: <20230810130137.2529-1-gmuthukrishn@marvell.com>
References: <20230810130137.2529-1-gmuthukrishn@marvell.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain
X-Proofpoint-GUID: LU7I9elLMicVPbd7SsLVmYIWZg8Mli7-
X-Proofpoint-ORIG-GUID: LU7I9elLMicVPbd7SsLVmYIWZg8Mli7-
X-Proofpoint-Virus-Version: vendor=baseguard
 engine=ICAP:2.0.267,Aquarius:18.0.980,Hydra:6.0.619,FMLib:17.11.176.26
 definitions=2023-09-24_06,2023-09-21_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

Add SG copy support in dma-perf application.

v4:
 - improvement in buffer allocation for perf validation.

Gowrishankar Muthukrishnan (2):
  app/dma-perf: validate copied memory
  app/dma-perf: add SG copy support

 app/test-dma-perf/benchmark.c | 251 ++++++++++++++++++++++++++++++----
 app/test-dma-perf/config.ini  |  17 +++
 app/test-dma-perf/main.c      |  46 ++++++-
 app/test-dma-perf/main.h      |   5 +-
 4 files changed, 283 insertions(+), 36 deletions(-)

-- 
2.25.1