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 CC5D5A329E for ; Thu, 24 Oct 2019 01:09:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8B5FF1C199; Thu, 24 Oct 2019 01:09:00 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id AA0D41C125; Thu, 24 Oct 2019 01:08:56 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D1CD721C28; Wed, 23 Oct 2019 19:08:55 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 23 Oct 2019 19:08:55 -0400 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=1juFkxkNALHzz6tE9ozYBFEnK94TsIIO527LqkXWdq8=; b=h3lvzEP53OEi 7ifQIUfhL4h3IKEVxvktVOL58pN6kK5CdUq95hlOBe2YKu0GpAXnQGfWlLC3sK6N Ti/ExPWBU8Sjl7nhgFU2UqC3Oqsd5maD1HMPaIxKF9DaMmOkD7pPjLJIhEvL2GBN jJbhxhH0R+pIvjgqji3kQJq0ogc6Gqk= 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=1juFkxkNALHzz6tE9ozYBFEnK94TsIIO527LqkXWd q8=; b=Rllk1lr591zc3gRPndIbSJ18Ta25l3OSUQs1ty8R7Mo+S+YNAgg/Xced2 GomxIFNDxVXTsusq3afPJIrYCZ5gKBuvTqp3d5FydGSp+9rN2kEWgm6yttmhnuoK FXU7/mM6jcl2Y343aNmsfyN/OXv0AQdTfkJ+Sdw9OKnVMHQE6MWPwG/q3jVynLX1 z7zuRex/JvK4ZAAo0dV55DU9Os+oKjWemNj1APJ9jiouj/7uqqRw3p3hs3dPvGXr kJhB5mCZcQLbPYdfhecT8Rpe2q8bk0rPS7SmDcvq6Pe0xEp8PAG4YVzUhBSVxP8m nJ1y9CCUr6aMeQ0XqVwnbnE09QnVg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrledtgdduiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9311ED6005F; Wed, 23 Oct 2019 19:08:54 -0400 (EDT) From: Thomas Monjalon To: Nipun Gupta , Radu Bulie Cc: stable@dpdk.org, dev@dpdk.org, ferruh.yigit@intel.com, hemant.agrawal@nxp.com, sachin.saxena@nxp.com Date: Thu, 24 Oct 2019 01:08:53 +0200 Message-ID: <2560869.RA5JdIe7O0@xps> In-Reply-To: <20191017124403.26734-8-nipun.gupta@nxp.com> References: <20191011054657.21931-1-nipun.gupta@nxp.com> <20191017124403.26734-1-nipun.gupta@nxp.com> <20191017124403.26734-8-nipun.gupta@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [PATCH 7/9 v2] mempool/dpaa2: panic on endless loop in mbuf release X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 17/10/2019 14:44, Nipun Gupta: > From: Radu Bulie > + rte_panic("bman release retry exceeded, low fbpr?\n"); You are not supposed to call rte_panic in a library. Please replace with a smoother abort.