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 29221A046B for ; Thu, 27 Jun 2019 17:02:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1D1E82BF2; Thu, 27 Jun 2019 17:02:44 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 5B9462BF2; Thu, 27 Jun 2019 17:02:43 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C6590220AB; Thu, 27 Jun 2019 11:02:39 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 27 Jun 2019 11:02:39 -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=BQdBGirhsxv46mNCSXfK6cV7GQLf3wwFzzqtwljOtAg=; b=h5a02BisTbA7 /K77bwAQlTvd9tW27g+h3R9qDzkRgRgL1VGDE58czO2G78C0ysQUEA4tZ6O6clZ0 6iYTNXeCBX9wxqGcvVvjIU+RMywn059fqovwAesaVP7YTfkwMItIM9xWXcF4QJuO SA2VkvSJtO3SzSzVBAsxErk+RaP7d4Y= 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=fm3; bh=BQdBGirhsxv46mNCSXfK6cV7GQLf3wwFzzqtwljOt Ag=; b=IvYlDygmBwMviXHBIbGKrhnrkM9A2X4yImeCSNHj6LjGrTHGKhqZpp/Tm Ebe8bzrlMGJAVGghTW4BHRjcqGGL2sClyp8odpTYnBhslSK5aAYg7mGWIe3O7vs8 hL6LQTd2cXf1lCJtPdql18HIZGoppSqBr0TSqtdWQt+ctG8QoMlPxZu5AaM06dou yycHTb+jkUhKAe/qT3YbDC6oObLu+DVnsLd2Bf4eBZxhuKxSxtM1YKHua1GI8YNi B3f7c6uFlOq3RVec+NlmMjk/9pGdtiNQkaahin4tX8fYXIwC5xwil7ksHvh8Qyjl R0Cl2+a92TeRLoKMQiGjwemjX7n1A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudekgdekhecutefuodetggdotefrodftvf 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 E544780060; Thu, 27 Jun 2019 11:02:36 -0400 (EDT) From: Thomas Monjalon To: Xiaolong Ye Cc: dev@dpdk.org, David Marchand , Ferruh Yigit , Bruce Richardson , dpdk stable Date: Thu, 27 Jun 2019 17:02:32 +0200 Message-ID: <1603164.EgR6Vo66GH@xps> In-Reply-To: References: <20190604163147.105791-1-xiaolong.ye@intel.com> <20190605071829.113385-1-xiaolong.ye@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2] eal: correct error log for alarm 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" 05/06/2019 09:31, David Marchand: > On Wed, Jun 5, 2019 at 9:28 AM Xiaolong Ye wrote: > > > Fixes: af75078fece3 ("first public release") > > Fixes: 764bf26873b9 ("add FreeBSD support") > > Cc: stable@dpdk.org > > > > Signed-off-by: Xiaolong Ye > > > Reviewed-by: David Marchand Applied, thanks