From patchwork Thu Sep 7 08:10:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Prakash Shukla X-Patchwork-Id: 117 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 A93B642534; Thu, 7 Sep 2023 10:10:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 55A4A402AF; Thu, 7 Sep 2023 10:10:52 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 2FB1A4026C for ; Thu, 7 Sep 2023 10:10:51 +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 3876uQ7G002406; Thu, 7 Sep 2023 01:10:50 -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=VEebQUPeirweG6rNXDaeOcD5z+cta310GifhKqICk4M=; b=LwS/998VEdB9xaruRd9GepWSEeNMllUhaaUGZCe4O2WGNkP9ZbtrOh3t1VxhHhpUlEit hdfl+0miiQXCsFckrKqq2DQXKmZYkoRZblu4EuUHmFEqTJCfi4XZEDiKnsqhWDhuez3g VzuGkQiDJpPs+ya3S3cErIwG/fVtN2L3bBTtcCJ/8PvBFeWELp3oNSRHu/BlbNaU9Q/z cgzXzFcuwPYjKnSxxf3i3Fr7gfLNEkEnqVXtpc9Sn6xYp6T7NsAtYtvwXJzjCFXfpr9u joxCfJAJTiZdZagpH81CazXAmbkyyNmkOjEJApqrQ08lWOhbmMbrq3XJ5cAZCCkM6Agb 0Q== Received: from dc5-exch01.marvell.com ([199.233.59.181]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3sv4jkjcqu-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 07 Sep 2023 01:10:50 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH01.marvell.com (10.69.176.38) with Microsoft SMTP Server (TLS) id 15.0.1497.48; Thu, 7 Sep 2023 01:10:48 -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; Thu, 7 Sep 2023 01:10:48 -0700 Received: from localhost.localdomain (unknown [10.28.36.157]) by maili.marvell.com (Postfix) with ESMTP id 243935B6963; Thu, 7 Sep 2023 01:10:43 -0700 (PDT) From: Amit Prakash Shukla To: CC: , , , , , , , , , , , , , Amit Prakash Shukla Subject: [PATCH v1 0/2] offload support to free dma source buffer Date: Thu, 7 Sep 2023 13:40:38 +0530 Message-ID: <20230907081040.1002478-1-amitprakashs@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Proofpoint-GUID: E36J2QrM8zWJqRU0JcfPFTiASNaAdagF X-Proofpoint-ORIG-GUID: E36J2QrM8zWJqRU0JcfPFTiASNaAdagF X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.957,Hydra:6.0.601,FMLib:17.11.176.26 definitions=2023-09-06_12,2023-09-05_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 adds offload support to free source buffer in dma library and adds a test support in dmadev_autotest to validate the functionality. v1: - Implementation from RFC. - Add test support to validate functionality. Amit Prakash Shukla (2): dmadev: offload to free source buffer test/dma: add source buffer offload free test app/test/test_dmadev.c | 132 +++++++++++++++++++++++++++++++++++++++- lib/dmadev/rte_dmadev.h | 27 ++++++++ 2 files changed, 158 insertions(+), 1 deletion(-)