Re: [dpdk-dev] [PATCH] octeontx2: do not put escape sequences in log

2019-07-15 Thread Thomas Monjalon
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. > > > >

Re: [dpdk-dev] [PATCH] octeontx2: do not put escape sequences in log

2019-07-11 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Stephen Hemminger > Sent: Thursday, July 11, 2019 8:42 AM > To: Jerin Jacob Kollanukkaran ; Nithin Kumar > Dabilpuram ; Vamsi Krishna Attunuru > > Cc: dev@dpdk.org; Stephen Hemminger > Subject: [EXT] [PATCH] octeontx2: do not put escape sequences in log > ---

[dpdk-dev] [PATCH] octeontx2: do not put escape sequences in log

2019-07-10 Thread 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