Re: [dpdk-dev] [PATCH] eal: add option to put timestamp on console output

2024-03-21 Thread Thomas Monjalon
19/10/2020 17:25, Stephen Hemminger: > On Mon, 19 Oct 2020 16:11:19 +0200 > Thomas Monjalon wrote: > > > There was no ack or conclusion for this patch. > > > > 17/08/2020 17:11, Stephen Hemminger: > > > On Mon, 17 Aug 2020 11:37:40 +0100 > > > Bruce Richardson wrote: > > > > > > > On Fri, Au

Re: [dpdk-dev] [PATCH] eal: add option to put timestamp on console output

2020-10-19 Thread Stephen Hemminger
On Mon, 19 Oct 2020 16:11:19 +0200 Thomas Monjalon wrote: > There was no ack or conclusion for this patch. > > 17/08/2020 17:11, Stephen Hemminger: > > On Mon, 17 Aug 2020 11:37:40 +0100 > > Bruce Richardson wrote: > > > > > On Fri, Aug 14, 2020 at 12:20:28PM -0700, Stephen Hemminger wrote:

Re: [dpdk-dev] [PATCH] eal: add option to put timestamp on console output

2020-10-19 Thread Thomas Monjalon
There was no ack or conclusion for this patch. 17/08/2020 17:11, Stephen Hemminger: > On Mon, 17 Aug 2020 11:37:40 +0100 > Bruce Richardson wrote: > > > On Fri, Aug 14, 2020 at 12:20:28PM -0700, Stephen Hemminger wrote: > > > On Fri, 14 Aug 2020 22:09:11 +0300 > > > Dmitry Kozlyuk wrote: > > >

Re: [dpdk-dev] [PATCH] eal: add option to put timestamp on console output

2020-08-17 Thread Stephen Hemminger
On Mon, 17 Aug 2020 11:37:40 +0100 Bruce Richardson wrote: > On Fri, Aug 14, 2020 at 12:20:28PM -0700, Stephen Hemminger wrote: > > On Fri, 14 Aug 2020 22:09:11 +0300 > > Dmitry Kozlyuk wrote: > > > > > On Fri, 14 Aug 2020 11:45:49 -0700, Stephen Hemminger wrote: > > > > On Fri, 14 Aug 2020

Re: [dpdk-dev] [PATCH] eal: add option to put timestamp on console output

2020-08-17 Thread Bruce Richardson
On Fri, Aug 14, 2020 at 12:20:28PM -0700, Stephen Hemminger wrote: > On Fri, 14 Aug 2020 22:09:11 +0300 > Dmitry Kozlyuk wrote: > > > On Fri, 14 Aug 2020 11:45:49 -0700, Stephen Hemminger wrote: > > > On Fri, 14 Aug 2020 21:39:29 +0300 > > > Dmitry Kozlyuk wrote: > > [...] > > > FreeBsd doesn'

Re: [dpdk-dev] [PATCH] eal: add option to put timestamp on console output

2020-08-14 Thread Stephen Hemminger
On Fri, 14 Aug 2020 22:09:11 +0300 Dmitry Kozlyuk wrote: > On Fri, 14 Aug 2020 11:45:49 -0700, Stephen Hemminger wrote: > > On Fri, 14 Aug 2020 21:39:29 +0300 > > Dmitry Kozlyuk wrote: > [...] > > FreeBsd doesn't go through the same log code. > > Then --log-timestamp shouldn't appear on Fre

Re: [dpdk-dev] [PATCH] eal: add option to put timestamp on console output

2020-08-14 Thread Dmitry Kozlyuk
On Fri, 14 Aug 2020 11:45:49 -0700, Stephen Hemminger wrote: > On Fri, 14 Aug 2020 21:39:29 +0300 > Dmitry Kozlyuk wrote: [...] > FreeBsd doesn't go through the same log code. Then --log-timestamp shouldn't appear on FreeBSD if it's unsupported. > Iovec is to keep timestamp and message as an ato

Re: [dpdk-dev] [PATCH] eal: add option to put timestamp on console output

2020-08-14 Thread Stephen Hemminger
On Fri, 14 Aug 2020 21:39:29 +0300 Dmitry Kozlyuk wrote: > On Fri, 14 Aug 2020 10:34:41 -0700, Stephen Hemminger wrote: > > When debugging driver or startup issues, it is useful to have > > a timestamp on each message printed. The messages in syslog > > already have a timestamp, but often syslog

Re: [dpdk-dev] [PATCH] eal: add option to put timestamp on console output

2020-08-14 Thread Dmitry Kozlyuk
On Fri, 14 Aug 2020 10:34:41 -0700, Stephen Hemminger wrote: > When debugging driver or startup issues, it is useful to have > a timestamp on each message printed. The messages in syslog > already have a timestamp, but often syslog is not available > during testing. The timestamp format is chosen t

[dpdk-dev] [PATCH] eal: add option to put timestamp on console output

2020-08-14 Thread Stephen Hemminger
When debugging driver or startup issues, it is useful to have a timestamp on each message printed. The messages in syslog already have a timestamp, but often syslog is not available during testing. The timestamp format is chosen to look like the default Linux dmesg timestamp. Example: [ 0.00