From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8BE5910BD for ; Wed, 19 Dec 2018 23:53:05 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 212DA21C79; Wed, 19 Dec 2018 17:53:04 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 19 Dec 2018 17:53:04 -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=I2S/xeRPD33pMqsQPYE5SxT627jCxSFT61mid+GN8WA=; b=E8emcL3xqulO KbJ5uogteGenKPljsBxvunpw7IWZNLVzRbExWfQzGAjG4a/2O87N0hAIhfKVXKOu nJScoSTkJynKbcc/QD59yxIZ493baAtjQRWV6roGOJmOKMIrJCjZKqrF7rJAQoby 7gk0b1BjxFnCKDgD23p+2vd21DQzGYE= 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=I2S/xeRPD33pMqsQPYE5SxT627jCxSFT61mid+GN8 WA=; b=x78EviMtGMPbL0WjPT/Rjtf/Zv4cLiw5Tcc7sK0/Y9GEsv6wHEVBCn8+7 XkswKEG+dkugmFi7Ky7kr6JUFImwG7wGP0Kub9XV59gS0zGmB+nArD/S7CUho8u3 QjmqX/5DVRysAG52guS4Oxs6o94W0LznxWgJ5pQ3L6mq5MkLLmEopgqQK8N9TxA9 g7Vr0T7wckvMjjE6wpl0FkQJpgF5N3EjLo9Do1GtqTmtQMi9C1MUC/aSLITmeMr1 YWgtbsso+d7tpSy0aScGQWh4Er5om4gjDtLJMRP0g9lY0IRO6qb7LO8k/V1Xww6Q ddQIMIuzOwcyEatSzO5Hbuwue0S5A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudejuddgtdduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthhqredttddtudenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 812D810087; Wed, 19 Dec 2018 17:53:02 -0500 (EST) From: Thomas Monjalon To: Keith Wiles Cc: dev@dpdk.org, =?ISO-8859-1?Q?Ga=EBtan?= Rivet Date: Wed, 19 Dec 2018 23:53:01 +0100 Message-ID: <1714066.D894jjy4JS@xps> In-Reply-To: <20181217092535.jzp6icioklwxzlta@bidouze.vm.6wind.com> References: <20181216230103.96422-1-keith.wiles@intel.com> <20181217092535.jzp6icioklwxzlta@bidouze.vm.6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [dpdk-dev] [PATCH] eal:missing newline on RTE_LOG msg 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: Wed, 19 Dec 2018 22:53:05 -0000 17/12/2018 10:25, Ga=EBtan Rivet: > Hi Keith, >=20 > On Sun, Dec 16, 2018 at 05:01:03PM -0600, Keith Wiles wrote: > > Add a missing newline to a RTE_LOG message. > >=20 >=20 > I think it might interest stable@dpdk.org, and you might as well include > a fixline reference. Fixes: 2395332798d0 ("eal: add option register infrastructure") Cc: stable@dpdk.org > > Signed-off-by: Keith Wiles Applied, thanks