From patchwork Tue Sep 18 13:31:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hemant Agrawal X-Patchwork-Id: 44843 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DEDBE1559; Tue, 18 Sep 2018 15:33:58 +0200 (CEST) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id DB479A49 for ; Tue, 18 Sep 2018 15:33:57 +0200 (CEST) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 6B5031A013F; Tue, 18 Sep 2018 15:33:57 +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 4F81E1A0138; Tue, 18 Sep 2018 15:33:55 +0200 (CEST) Received: from bf-netperf1.ap.freescale.net (bf-netperf1.ap.freescale.net [10.232.134.28]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 7EA88402B1; Tue, 18 Sep 2018 21:33:51 +0800 (SGT) From: Hemant Agrawal To: dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@intel.com Date: Tue, 18 Sep 2018 19:01:43 +0530 Message-Id: <1537277516-8876-1-git-send-email-hemant.agrawal@nxp.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1535539660-20228-2-git-send-email-hemant.agrawal@nxp.com> References: <1535539660-20228-2-git-send-email-hemant.agrawal@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v2 00/13] NXP DPAA driver enhancements 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" Misc fixes for dpaa driver V2: remove the unused function from map file Add description/details in git commit logs. Hemant Agrawal (9): net/dpaa: configure frame queue on MAC ID basis net/dpaa: fix jumbo buffer config net/dpaa: implement scatter offload support net/dpaa: minor debug log enhancements bus/dpaa: add interrupt based portal fd support net/dpaa: separate Rx function for LS1046 net/dpaa: tune prefetch in Rx path bus/dpaa: add check for re-definition in compat mempool/dpaa: change the debug log level to DP Nipun Gupta (2): bus/dpaa: avoid tag Set for eqcr in Tx path bus/dpaa: avoid using be conversions for contextb Sachin Saxena (1): net/dpaa: fix link speed based on MAC type Sunil Kumar Kori (1): net/dpaa: rearranging of atomic queue support code drivers/bus/dpaa/base/qbman/bman_driver.c | 17 ++-- drivers/bus/dpaa/base/qbman/qman.c | 72 +++++++++++++---- drivers/bus/dpaa/base/qbman/qman_driver.c | 7 +- drivers/bus/dpaa/include/compat.h | 20 +++-- drivers/bus/dpaa/include/fsl_qman.h | 20 +++++ drivers/bus/dpaa/include/fsl_usd.h | 6 ++ drivers/bus/dpaa/rte_bus_dpaa_version.map | 16 +++- drivers/mempool/dpaa/dpaa_mempool.c | 2 +- drivers/net/dpaa/dpaa_ethdev.c | 126 ++++++++++++++++++++++++------ drivers/net/dpaa/dpaa_ethdev.h | 5 +- drivers/net/dpaa/dpaa_rxtx.c | 100 ++++++++++++++++-------- drivers/net/dpaa/dpaa_rxtx.h | 5 +- 12 files changed, 305 insertions(+), 91 deletions(-)