> -----Original Message----- > From: Stephen Hemminger <step...@networkplumber.org> > Sent: Thursday, July 11, 2019 8:42 AM > To: Jerin Jacob Kollanukkaran <jer...@marvell.com>; Nithin Kumar > Dabilpuram <ndabilpu...@marvell.com>; Vamsi Krishna Attunuru > <vattun...@marvell.com> > Cc: dev@dpdk.org; Stephen Hemminger <step...@networkplumber.org> > Subject: [EXT] [PATCH] octeontx2: do not put escape sequences in log > ---------------------------------------------------------------------- > 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 <step...@networkplumber.org>
Request to change git commit as "common/octeontx2: remove escape sequences in log" on apply. With change: Acked-by: Jerin Jacob <jer...@marvell.com>