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 61C93A00C5; Fri, 8 May 2020 15:04:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 433A81DABB; Fri, 8 May 2020 15:04:24 +0200 (CEST) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id 5B4F51DABB for ; Fri, 8 May 2020 15:04:23 +0200 (CEST) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 31A1E1A1524; Fri, 8 May 2020 15:04:23 +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 DC7B41A1515; Fri, 8 May 2020 15:04:21 +0200 (CEST) Received: from bf-netperf1.ap.freescale.net (bf-netperf1.ap.freescale.net [10.232.133.63]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id CDCC2402DB; Fri, 8 May 2020 21:04:19 +0800 (SGT) From: Hemant Agrawal To: dev@dpdk.org, ferruh.yigit@intel.com Date: Fri, 8 May 2020 18:32:01 +0530 Message-Id: <20200508130211.14334-1-hemant.agrawal@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200507104645.31990-1-hemant.agrawal@nxp.com> References: <20200507104645.31990-1-hemant.agrawal@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v6 00/10] NXP DPAAx fixes and 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" v6: missed one patch v5: split the default param patch and enhance commit details v4: address the review comments v3: Limiting the patches to avoid ABI breakage. Apeksha Gupta (1): bus/fslmc: fix dereferencing null pointer Hemant Agrawal (4): net/dpaa2: add default values for Rx params in info net/dpaa2: reduce prints in queue count functions bus/fslmc: fix the size of qman fq desc net/dpaa2: add the support for additional link speeds Jun Yang (1): net/dpaa2: fix cong group id for multiple tcs Nipun Gupta (3): net/dpaa2: do not prefetch annotaion for physical mode drivers: dpaa2 enhance portal alloc failure log net/dpaa2: support UDP dst port based muxing Rohit Raj (1): net/dpaa2: fix 10G port negotiation issue doc/guides/nics/features/dpaa2.ini | 2 +- drivers/bus/fslmc/portal/dpaa2_hw_pvt.h | 6 +-- drivers/bus/fslmc/qbman/qbman_debug.c | 9 ++-- drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 8 ++- drivers/event/dpaa2/dpaa2_eventdev.c | 8 ++- drivers/mempool/dpaa2/dpaa2_hw_mempool.c | 12 +++-- drivers/net/dpaa/dpaa_ethdev.c | 4 ++ drivers/net/dpaa/dpaa_ethdev.h | 1 + drivers/net/dpaa2/dpaa2_ethdev.c | 32 ++++++++---- drivers/net/dpaa2/dpaa2_ethdev.h | 2 + drivers/net/dpaa2/dpaa2_mux.c | 24 ++++++++- drivers/net/dpaa2/dpaa2_rxtx.c | 56 ++++++++++++++------- drivers/raw/dpaa2_cmdif/dpaa2_cmdif.c | 8 ++- drivers/raw/dpaa2_qdma/dpaa2_qdma.c | 12 +++-- 14 files changed, 135 insertions(+), 49 deletions(-) -- 2.17.1