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 9905EA00C5; Thu, 7 May 2020 12:48:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 791F81DB1A; Thu, 7 May 2020 12:48:59 +0200 (CEST) Received: from inva021.nxp.com (inva021.nxp.com [92.121.34.21]) by dpdk.org (Postfix) with ESMTP id 462A01DB08 for ; Thu, 7 May 2020 12:48:58 +0200 (CEST) Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id D7E76200FBB; Thu, 7 May 2020 12:48:57 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 8EB35200386; Thu, 7 May 2020 12:48:56 +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 817464030E; Thu, 7 May 2020 18:48:54 +0800 (SGT) From: Hemant Agrawal To: dev@dpdk.org, ferruh.yigit@intel.com Date: Thu, 7 May 2020 16:16:36 +0530 Message-Id: <20200507104645.31990-1-hemant.agrawal@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200504124118.22877-1-hemant.agrawal@nxp.com> References: <20200504124118.22877-1-hemant.agrawal@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v4 0/9] NXP DPAAx fixes and 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" v4: address the review comments v3: Limiting the patches to avoid ABI breakage. Apeksha Gupta (1): bus/fslmc: fix dereferencing null pointer Hemant Agrawal (3): 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 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