From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 40BD3A04B9; Mon, 7 Sep 2020 11:27:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 63C221C11A; Mon, 7 Sep 2020 11:26:44 +0200 (CEST) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id 1BBB81C10F for ; Mon, 7 Sep 2020 11:26:42 +0200 (CEST) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id DBC5B1A1029; Mon, 7 Sep 2020 11:26:41 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 84EF01A016B; Mon, 7 Sep 2020 11:26:39 +0200 (CEST) Received: from lsv11086.swis.cn-sha01.nxp.com (lsv11086.swis.cn-sha01.nxp.com [92.121.210.87]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 44C52402DF; Mon, 7 Sep 2020 11:26:33 +0200 (CEST) From: Gagandeep Singh To: dev@dpdk.org, nipun.gupta@nxp.com, hemant.agrawal@nxp.com Cc: thomas.monjalon@6wind.com, Gagandeep Singh Date: Mon, 7 Sep 2020 17:25:57 +0800 Message-Id: <1599470764-30569-1-git-send-email-g.singh@nxp.com> X-Mailer: git-send-email 2.7.4 X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH 0/7] raw/dpaa2_qdma: driver enhancement X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" In this patchset, we have done some changes in dpaa2_qdma driver related to rawdev APIs, optimizations, scatter-gather support on TX, enqueue without wait. Gagandeep Singh (2): raw/dpaa2_qdma: change DPAA2 QDMA APIs to rawdev ops raw/dpaa2_qdma: memset to only required memory Jun Yang (5): raw/dpaa2_qdma: refactor the code raw/dpaa2_qdma: optimize IOVA conversion raw/dpaa2_qdma: support scatter gather in enqueue raw/dpaa2_qdma: support FLE pool per queue raw/dpaa2_qdma: support enqueue without response wait drivers/bus/fslmc/portal/dpaa2_hw_pvt.h | 18 +- drivers/raw/dpaa2_qdma/dpaa2_qdma.c | 1824 ++++++++++++++++----------- drivers/raw/dpaa2_qdma/dpaa2_qdma.h | 128 +- drivers/raw/dpaa2_qdma/rte_pmd_dpaa2_qdma.h | 231 +--- 4 files changed, 1257 insertions(+), 944 deletions(-) -- 2.7.4