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 27860A04A2; Wed, 6 Nov 2019 01:19:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5EE811BFAD; Wed, 6 Nov 2019 01:18:59 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 45E1B1BFAB for ; Wed, 6 Nov 2019 01:18:57 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 94A6521BA9; Tue, 5 Nov 2019 19:18:56 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 05 Nov 2019 19:18:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=T3+7G82YLQfios+SeC8m8hLqT59+A5Jh+20+QVCQVv0=; b=kjXTmXFqZ/Wt +eqmJY0etqdyuWQypxwclWDB/7PTau/0cHHb5Abjw1MYY3JSOE2ghlkLvONfYQfR 3vT8o01NgVFpqNGahjTCylYQK+odouNb1dlIi0W3cmU1u2sIFbgQVcDdyFk9JmaV sd4Q7fok7oWyoZVe8NQQOV97OyMiT90= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=T3+7G82YLQfios+SeC8m8hLqT59+A5Jh+20+QVCQV v0=; b=bZwqc1UTnxnFpKtOAV2vc6ZEp/7JKZ5DOac7yrQRr3nGQCkTnarhKm81p XBfLP0Vggiy5NIid3OMOeHtCI1yrNsqjUjLA/4Z0OBDjgcYzdV6yxz0Ix2eLTACa jBB9gPOMH9k4liPeS0+zdCjcZq5AFpy1kIZBnlmF3HF9Budsw2jAOMrhfKQd0gc0 LlNv6Nxvg0ryz7sKArorwEPapIGb05I6T73Clc1UBnyeYkLNNv2LqH69zxSqCa7+ ntUlyMnyppYqkBBZQpRBUyF7Ph+gaVzWfw3NoDFOzSveDf6oIQq4NxDTChBSup1b zv1Occop6IqpVwDSvw4NLzMw5GgfA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudduiedgvddtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeelfedrvdefrdduleekrdehudenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (51.198.23.93.rev.sfr.net [93.23.198.51]) by mail.messagingengine.com (Postfix) with ESMTPA id D24563060061; Tue, 5 Nov 2019 19:18:54 -0500 (EST) From: Thomas Monjalon To: Nipun Gupta Cc: dev@dpdk.org, ferruh.yigit@intel.com, hemant.agrawal@nxp.com, sachin.saxena@nxp.com, david.marchand@redhat.com Date: Wed, 06 Nov 2019 01:19:32 +0100 Message-ID: <3065394.3oACYFV7q8@xps> In-Reply-To: <20191105142321.7478-1-nipun.gupta@nxp.com> References: <20191011054657.21931-1-nipun.gupta@nxp.com> <20191105142321.7478-1-nipun.gupta@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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" 05/11/2019 15:23, Nipun Gupta: > 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 This last patch is from Shreyansh (fixed on merge). > > Radu Bulie (1): > mempool/dpaa2: report error on endless loop in mbuf release Applied, thanks