From patchwork Thu Aug 10 12:21:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gowrishankar Muthukrishnan X-Patchwork-Id: 34 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 EA17143026; Thu, 10 Aug 2023 14:21:24 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7AD31410FD; Thu, 10 Aug 2023 14:21:24 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by mails.dpdk.org (Postfix) with ESMTP id D7DEA40691 for ; Thu, 10 Aug 2023 14:21:22 +0200 (CEST) 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 37AAUWkd010066; Thu, 10 Aug 2023 05:21:22 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0220; bh=puyHT7PKnz11eGUUmE1T1zivrWHE4birCdYB7KbTgos=; b=aLbnONVr/pX3wc8I3NzdQ6MN1vwpzlPY1pDphOmmdxblAVgm8siGivetxtLNYSIMAcJA wCEOK+9iSBDEvN4zYi8Y2TwR1gRsKQoLbi1K2ZUVyEt7QMfqiBOopePbHSMjlp2rNbON GX5xTRRep7+N6kussadSASXbL0PkEar2PIQ75/fqRFvK/EtRXHEr980nYc0zNPV1TR6W rnBdUdjE5MSuVWwdnUsApo2GRe42hwFjDI57Sa/htftt02cJCnO2XR6WzDlBUv14/UcD dTM8U/jy7JInsCAustLV1vfVYB6o7vv7KkP8GvF9BuM91E1hJ0F5dF5IjxnruVZkI1z2 wQ== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3scx718b85-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 10 Aug 2023 05:21:21 -0700 Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Thu, 10 Aug 2023 05:21:20 -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; Thu, 10 Aug 2023 05:21:20 -0700 Received: from BG-LT91401.marvell.com (BG-LT91401.marvell.com [10.28.168.34]) by maili.marvell.com (Postfix) with ESMTP id 636573F70B3; Thu, 10 Aug 2023 05:21:15 -0700 (PDT) From: Gowrishankar Muthukrishnan To: CC: , Chengwen Feng , "Vamsi Attunuru" , Gowrishankar Muthukrishnan Subject: [PATCH 0/4] test/dma: run tests as per configured pmd Date: Thu, 10 Aug 2023 17:51:07 +0530 Message-ID: <20230810122111.2329-1-gmuthukrishn@marvell.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-Proofpoint-GUID: YBC_4U06voyu6i54d7KAsaky7a4KRVjH X-Proofpoint-ORIG-GUID: YBC_4U06voyu6i54d7KAsaky7a4KRVjH X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.957,Hydra:6.0.591,FMLib:17.11.176.26 definitions=2023-08-10_10,2023-08-10_01,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 series enables dmadev tests to run as per configured PMDs, similar to other subsystem like cryptodev. Gowrishankar Muthukrishnan (4): dmadev: add function to get list of device identifiers test/dma: run tests according to PMD dma/cnxk: update PCI driver name test/dma: enable cnxk tests app/test/meson.build | 8 ++- app/test/test_dmadev.c | 96 ++++++++++++++++++++++++++-------- drivers/dma/cnxk/cnxk_dmadev.c | 8 +-- lib/dmadev/rte_dmadev.c | 20 +++++++ lib/dmadev/rte_dmadev.h | 21 ++++++++ lib/dmadev/version.map | 1 + 6 files changed, 128 insertions(+), 26 deletions(-)