From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id D34E64CBB; Wed, 14 Nov 2018 00:03:30 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B9E1F2208A; Tue, 13 Nov 2018 18:03:28 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 13 Nov 2018 18:03:28 -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=GP6BKhp4ZyCkHVl9rgtfLKPPq5biGOdAxD+z6ZBi1gs=; b=XA2WKnbwx0R2 ebhLg3XeFY7y4KfFaqydNK94cDp6vjD+3XZX6duUOS3aN4YlDo5YAEXtcBjvuYiF 2DQsDDu3ALHuABuLsnb5jWMQK3UxjqERUriARKF8rKCXL7f1I2ZGyoVckZjitaT2 6YPNa1Zx2yMLUBWDxfHn1T3yrsf+cbc= 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=GP6BKhp4ZyCkHVl9rgtfLKPPq5biGOdAxD+z6ZBi1 gs=; b=yGPYcG6lqf+crgH3tekvhvMN05ksYt64t+3hHCLXuAaBqFWzwv09otLZ7 /6cp3PJyB8n0A5qnlMqCv2l2SAPqMpZRr1ZNunviQtShOE4dYobtAKwLWeAZrhLJ SpTxljDI5kSY7f7GPpzI2KBsXX2o8EvZyfLbsOkybiqMKRDmK7jT7FbHRV0TiqoZ 5z3UoFqDWUQX1JiDM60a5sqA+6bB8IhLdCLy8ms3PP4NMagVUphjwobZHYguJtrv b2cUH6DhjW1oKDqHMYK0SG3oaMF8XwPnvGxNkkmk2R8y1qlb5RmeTw7kAHpXw+va d8kEKI2tnePgqGdNSXaPpe7bQHqSg== X-ME-Sender: 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 BF166E49C6; Tue, 13 Nov 2018 18:03:26 -0500 (EST) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, stable@dpdk.org, stephen@networkplumber.org, Stephen Hemminger Date: Wed, 14 Nov 2018 00:03:25 +0100 Message-ID: <2128540.QJvJYX3sId@xps> In-Reply-To: <8fb8fa187d7f5843904129b22383a2a6fe404797.1542132003.git.anatoly.burakov@intel.com> References: <7632620e2d7fbf772965b2d15b8187df6648a375.1540565496.git.anatoly.burakov@intel.com> <8fb8fa187d7f5843904129b22383a2a6fe404797.1542132003.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] eal/mp: remove rte_panic and profanity 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: , X-List-Received-Date: Tue, 13 Nov 2018 23:03:31 -0000 13/11/2018 19:03, Anatoly Burakov: > EAL should not crash when setting alarm fails. Also, remove the > profanity in error message. > > Fixes: daf9bfca717e ("ipc: remove thread for async requests") > > Cc: stable@dpdk.org > Cc: stephen@networkplumber.org > > Signed-off-by: Stephen Hemminger > Signed-off-by: Anatoly Burakov Applied, thanks