Re: [PATCH v3 2/2] eal: add option to put timestamp on console output

2023-03-08 Thread fengchengwen
On 2023/3/8 10:03, Stephen Hemminger wrote: > On Wed, 8 Mar 2023 08:36:48 +0800 > fengchengwen wrote: > >> On 2023/3/8 0:06, Stephen Hemminger wrote: >>> On Tue, 7 Mar 2023 17:35:32 +0800 >>> fengchengwen wrote: >>> The syslog will add timestamp, but the syslog backend will re-write >>>

Re: [PATCH v3 2/2] eal: add option to put timestamp on console output

2023-03-07 Thread Stephen Hemminger
On Wed, 8 Mar 2023 08:36:48 +0800 fengchengwen wrote: > > Never, never configure a DPDK application with real-time process priority. > > Polling model and RT don't mix. > > Maybe we should document them ? LOL - ChatGPT is amusing if you ask it. The answer is pro grammatically correct, but wi

Re: [PATCH v3 2/2] eal: add option to put timestamp on console output

2023-03-07 Thread Stephen Hemminger
On Wed, 8 Mar 2023 08:36:48 +0800 fengchengwen wrote: > On 2023/3/8 0:06, Stephen Hemminger wrote: > > On Tue, 7 Mar 2023 17:35:32 +0800 > > fengchengwen wrote: > > > >> The syslog will add timestamp, but the syslog backend will re-write > >> timestamp, so > >> in the last, you can't find th

Re: [PATCH v3 2/2] eal: add option to put timestamp on console output

2023-03-07 Thread fengchengwen
On 2023/3/8 0:06, Stephen Hemminger wrote: > On Tue, 7 Mar 2023 17:35:32 +0800 > fengchengwen wrote: > >> The syslog will add timestamp, but the syslog backend will re-write >> timestamp, so >> in the last, you can't find the real-timestamp of this log print. sometimes >> it requires >> to g

Re: [PATCH v3 2/2] eal: add option to put timestamp on console output

2023-03-07 Thread Stephen Hemminger
On Tue, 7 Mar 2023 17:35:32 +0800 fengchengwen wrote: > The syslog will add timestamp, but the syslog backend will re-write > timestamp, so > in the last, you can't find the real-timestamp of this log print. sometimes > it requires > to get real log time. > PS: we found it in our test environme

Re: [PATCH v3 2/2] eal: add option to put timestamp on console output

2023-03-07 Thread Stephen Hemminger
On Tue, 7 Mar 2023 17:35:32 +0800 fengchengwen wrote: > On 2023/3/7 3:28, 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 > >

Re: [PATCH v3 2/2] eal: add option to put timestamp on console output

2023-03-07 Thread fengchengwen
On 2023/3/7 3:28, 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 to look > like the