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 29282A0471 for ; Tue, 16 Jul 2019 00:12:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A5F712C5E; Tue, 16 Jul 2019 00:12:56 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id F34D62BF5 for ; Tue, 16 Jul 2019 00:12:54 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9A47221B10; Mon, 15 Jul 2019 18:12:54 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 15 Jul 2019 18:12:54 -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=ih4F6xkuVORlByablhvNEBg8f4hgPmfqzJUJlqd5YXE=; b=EN/TyRIe8PUg nDFYrTKlDMSgqGcjvSBgyfxLzA6DENwbwEEZWn8GFyaW/4tp9nHeX6gX7Z1KOcjm JVYfpa7tAZBj30nyXI2+CmiGhAeurcxtodWZryH+Up61VgpY/O4AeHAh6iXfn/vW bI9sSolDKPIPuafe9XJm+xfasQzG2vg= 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=ih4F6xkuVORlByablhvNEBg8f4hgPmfqzJUJlqd5Y XE=; b=GCMxTEYODowQbT3x9EkIl7B1Dz/i0TPoDmBqRDe19iq13OSWdCff1JoMs uNn6zsWz3BzmmgahrxlR3mFXyWj00lx1L7KDx3ORbRN9r8w0cyXKCMx1ak3zLRQJ Lg4EoOlRmBrACPXHa0KXLT83UgoSpEGk2rGHPKO8lsvtcyWnfQPAgg4V0qFzR4wD EhQClZ72C6PQ227cM1HKAPw7w+oHGD8X1rXTjEsUhXlNgYIChPTo9My1Z1nL2FKS SIUsfjNGt8c/fJo5/2PPPDxvvujANZL0+1bJfzDnBDxIS6RePIxLKSHmFMcocbPv LJNRyMTwVswZLwqsO2Imnks9yqoDw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrheelgddthecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgepud 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 7C2BA380074; Mon, 15 Jul 2019 18:12:53 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org, Jerin Jacob Kollanukkaran , Nithin Kumar Dabilpuram , Vamsi Krishna Attunuru Date: Tue, 16 Jul 2019 00:12:51 +0200 Message-ID: <2158172.d9Q5PLEVjj@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] octeontx2: do not put escape sequences in log 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" 11/07/2019 10:16, Jerin Jacob Kollanukkaran: > From: Stephen Hemminger > > Putting color escape sequences in the log look pretty for the developer but > > fails in real world DPDK usage. A real application will put DPDK log to syslog, > > and syslog does not handle escape sequences. > > > > Fixes: dd543124cd93 ("common/octeontx2: add runtime log infra") > > Signed-off-by: Stephen Hemminger > > Request to change git commit as "common/octeontx2: remove escape sequences in log" on apply. > > With change: > Acked-by: Jerin Jacob Applied, thanks