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 2A331A317C for ; Thu, 17 Oct 2019 14:59:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F14FB1E97C; Thu, 17 Oct 2019 14:59:48 +0200 (CEST) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id 5B3B71E979 for ; Thu, 17 Oct 2019 14:59:47 +0200 (CEST) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id ED4041A064A; Thu, 17 Oct 2019 14:59:46 +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 AD8731A0654; Thu, 17 Oct 2019 14:59:44 +0200 (CEST) Received: from GDB1.ap.freescale.net (gdb1.ap.freescale.net [10.232.132.179]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id DA11E40305; Thu, 17 Oct 2019 20:59:41 +0800 (SGT) From: Nipun Gupta To: dev@dpdk.org Cc: ferruh.yigit@intel.com, hemant.agrawal@nxp.com, sachin.saxena@nxp.com Date: Thu, 17 Oct 2019 18:13:54 +0530 Message-Id: <20191017124403.26734-1-nipun.gupta@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191011054657.21931-1-nipun.gupta@nxp.com> References: <20191011054657.21931-1-nipun.gupta@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH 0/9 v2] DPAA and FSLMC driver fixes and cleanup 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" These patches incllude various fixes and some cleanups related to DPAA and FSLMC drivers Changes in v2: - Rebased the patches (moved "mempool/dpaa2: panic on endless loop in mbuf release" after "net/dpaa2: add retry and timeout in packet enqueue API") so that DPAA2_MAX_TX_RETRY_COUNT is defined before it is used - to fix intermediate patch compilation issue. - Fixed checkpatch error in patch #9 Hemant Agrawal (1): bus/dpaa: moving qbman global init to bus Nipun Gupta (7): net/dpaa: fix supported RSS types net/dpaa: fix LS1043 alignment check common/dpaax: fallback to check separate memory node for VM net/dpaa2: add retry and timeout in packet enqueue API raw/dpaa2_qdma: add retry and timeout in packet enqueue API raw/dpaa2_cmdif: add retry and timeout in packet enqueue API mempool/dpaa2: panic on endless loop in mbuf release Shreyansh Jain (1): bus/fslmc: sanitize device name parsing for clarity drivers/bus/dpaa/dpaa_bus.c | 21 ++++++- drivers/bus/dpaa/rte_bus_dpaa_version.map | 2 - drivers/bus/fslmc/fslmc_bus.c | 14 +++-- drivers/bus/fslmc/portal/dpaa2_hw_pvt.h | 2 + drivers/common/dpaax/dpaax_iova_table.c | 7 ++- drivers/common/dpaax/dpaax_iova_table.h | 2 + drivers/crypto/dpaa_sec/dpaa_sec.c | 8 +++ drivers/mempool/dpaa2/dpaa2_hw_mempool.c | 23 +++++--- drivers/net/dpaa/dpaa_ethdev.c | 14 ----- drivers/net/dpaa/dpaa_ethdev.h | 13 ++-- drivers/net/dpaa/dpaa_rxtx.c | 2 +- drivers/net/dpaa2/dpaa2_rxtx.c | 72 ++++++++++++++++++----- drivers/raw/dpaa2_cmdif/dpaa2_cmdif.c | 9 ++- drivers/raw/dpaa2_qdma/dpaa2_qdma.c | 12 +++- 14 files changed, 140 insertions(+), 61 deletions(-) -- 2.17.1