From patchwork Tue Nov 5 14:23:12 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nipun Gupta X-Patchwork-Id: 178520 Delivered-To: patch@linaro.org Received: by 2002:a92:38d5:0:0:0:0:0 with SMTP id g82csp845768ilf; Tue, 5 Nov 2019 06:39:45 -0800 (PST) X-Google-Smtp-Source: APXvYqywxrOYBgn+eELtfOE+rxLe8giA/l2yTvNsUZ8LxxL6nm1PEEVbyX0l6HWZeGjlo5BsvPUH X-Received: by 2002:a17:906:6094:: with SMTP id t20mr4694642ejj.316.1572964785225; Tue, 05 Nov 2019 06:39:45 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1572964785; cv=none; d=google.com; s=arc-20160816; b=O85MX0CRP9NDVt5NVNwO8V1Ls/iTE+unOVLb1gnanKE+FJivldADmM7ZhSF3gUfLkD SONM2Ttxpo+0SFy0f45bGT9VmCCssOTNz/hOzbfcRGOYwIzPr46LkTmd5GH0u3NYgljf zpMr2hAUD1RIavK15TQLDlEKp2EF5+1mZvDH3dibAhN+U+E9ATb6OWpOIc6etZUKFP8d EsK7vYiWKDIzXv7BD/o4g6FNRkaXoc3E62EYLDoe5r8bstb4vhNFYQZ2fqGU1jg+z4zX EdLjAOLuhNSIq0FZ+oOFg+vbHJWoRPsw9SxLYR32gT5efjGDieFuOIwXY8zc2eDOZdpW CmWg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:subject:references:in-reply-to :message-id:date:cc:to:from; bh=xVDvU/AIq0PuL2hnR7uUotP/ZNE8Az55tmwuFLEmM90=; b=Otbfrr87fAAASRQ3tjs9SbUr5LRjLQ2ssTLxclNB4WHqJpmN/sZxKZINbcEDTCwyOm UoJ77H7gvxFywX0FLtuuOnC2TwFOExB4/Rc/wAIgT6V2IGaP62gh4AGIWcC7BXrEeAbc LZJsBfjvUpIXBTL6knM+I37y7xjhZCVcCCPd+PBKa17bI2PLbMpsYwzlvZJckStim7qv BN4Fpb0qmlE2ulDnpSkxUGqAYcrvn2Jsv77vY4Q+ci64gkPBMIQbjk9V1nvChwDidf54 tXZUNBteCOzMT0Nj3pR/4pci/+k+48NL9cyEMWimhOii5JmIHy5bNEYrVcWRfsf3+uvB ZX4w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from dpdk.org (dpdk.org. [92.243.14.124]) by mx.google.com with ESMTP id a30si10163719eda.259.2019.11.05.06.39.45; Tue, 05 Nov 2019 06:39:45 -0800 (PST) Received-SPF: pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) client-ip=92.243.14.124; Authentication-Results: mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A97FB1BEDD; Tue, 5 Nov 2019 15:39:44 +0100 (CET) Received: from inva021.nxp.com (inva021.nxp.com [92.121.34.21]) by dpdk.org (Postfix) with ESMTP id 36C331BED4 for ; Tue, 5 Nov 2019 15:39:43 +0100 (CET) Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id CA48A2001E0; Tue, 5 Nov 2019 15:39:42 +0100 (CET) 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 3F5812000EA; Tue, 5 Nov 2019 15:39:40 +0100 (CET) Received: from GDB1.ap.freescale.net (gdb1.ap.freescale.net [10.232.132.179]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id A2408402A9; Tue, 5 Nov 2019 22:39:36 +0800 (SGT) From: Nipun Gupta To: dev@dpdk.org Cc: thomas@monjalon.net, ferruh.yigit@intel.com, hemant.agrawal@nxp.com, sachin.saxena@nxp.com Date: Tue, 5 Nov 2019 19:53:12 +0530 Message-Id: <20191105142321.7478-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 v4] 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 v4: - Rebased on master branch. Due to some other changes patches were not getting applied on master Changes in v3: - Report error instead of panic for low FPBR's in BMAN (patch #7) 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 bus/fslmc: sanitize device name parsing for clarity Radu Bulie (1): mempool/dpaa2: report error on endless loop in mbuf release drivers/bus/dpaa/dpaa_bus.c | 21 ++++++- drivers/bus/dpaa/rte_bus_dpaa_version.map | 2 - drivers/bus/fslmc/fslmc_bus.c | 19 +++--- 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 | 27 ++++++--- 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, 145 insertions(+), 65 deletions(-) -- 2.17.1