From patchwork Fri Sep 21 11:05:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hemant Agrawal X-Patchwork-Id: 45080 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 060D24C9F; Fri, 21 Sep 2018 13:08:07 +0200 (CEST) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id 2E82C4C9F for ; Fri, 21 Sep 2018 13:08:06 +0200 (CEST) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 96BB71A02C1; Fri, 21 Sep 2018 13:08:05 +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 B708E1A02B4; Fri, 21 Sep 2018 13:08:03 +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 6F1E2402A9; Fri, 21 Sep 2018 19:08:00 +0800 (SGT) From: Hemant Agrawal To: dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@intel.com Date: Fri, 21 Sep 2018 16:35:49 +0530 Message-Id: <1537527962-25757-1-git-send-email-hemant.agrawal@nxp.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1537277516-8876-2-git-send-email-hemant.agrawal@nxp.com> References: <1537277516-8876-2-git-send-email-hemant.agrawal@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v3 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 driver level enhancements V3: fix the description and implementation of jumbo buffer fix 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 | 138 +++++++++++++++++++++++------- drivers/net/dpaa/dpaa_ethdev.h | 5 +- drivers/net/dpaa/dpaa_rxtx.c | 100 +++++++++++++++------- drivers/net/dpaa/dpaa_rxtx.h | 5 +- 12 files changed, 313 insertions(+), 95 deletions(-)