From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 83D6CA04DB;
	Thu, 15 Oct 2020 11:47:22 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 38E6B1DB95;
	Thu, 15 Oct 2020 11:47:20 +0200 (CEST)
Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13])
 by dpdk.org (Postfix) with ESMTP id 3634F1DB7A
 for <dev@dpdk.org>; Thu, 15 Oct 2020 11:47:19 +0200 (CEST)
Received: from inva020.nxp.com (localhost [127.0.0.1])
 by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 0D4D41A07A0;
 Thu, 15 Oct 2020 11:47:18 +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 A5B491A0586;
 Thu, 15 Oct 2020 11:47:15 +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 D896540310;
 Thu, 15 Oct 2020 11:47:11 +0200 (CEST)
From: Gagandeep Singh <g.singh@nxp.com>
To: dev@dpdk.org,
	nipun.gupta@nxp.com,
	hemant.agrawal@nxp.com
Cc: thomas@monjalon.net,
	Gagandeep Singh <g.singh@nxp.com>
Date: Thu, 15 Oct 2020 17:47:01 +0800
Message-Id: <1602755228-25535-1-git-send-email-g.singh@nxp.com>
X-Mailer: git-send-email 2.7.4
In-Reply-To: <1599470764-30569-1-git-send-email-g.singh@nxp.com>
References: <1599470764-30569-1-git-send-email-g.singh@nxp.com>
X-Virus-Scanned: ClamAV using ClamSMTP
Subject: [dpdk-dev] [PATCH v2 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 <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
Sender: "dev" <dev-bounces@dpdk.org>

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.

v2-change-log:
* Rebase and compilation fixes

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         | 1833 +++++++++++--------
 drivers/raw/dpaa2_qdma/dpaa2_qdma.h         |  128 +-
 drivers/raw/dpaa2_qdma/rte_pmd_dpaa2_qdma.h |  231 +--
 4 files changed, 1267 insertions(+), 943 deletions(-)

-- 
2.17.1