Re: [PATCH v3 0/2] Add option to timestamp console log

2023-03-07 Thread Stephen Hemminger
On Tue, 7 Mar 2023 08:33:17 +0100 Morten Brørup wrote: > Here's some feature creep: Since the timestamp output is configurable, there > is no need to settle on one specific timestamp format. The option could allow > a choice between MONOTONIC and REALTIME, with an option for REALTIME to > incl

Re: [PATCH v3 0/2] Add option to timestamp console log

2023-03-07 Thread Bruce Richardson
On Tue, Mar 07, 2023 at 08:33:17AM +0100, Morten Brørup wrote: > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > Sent: Monday, 6 March 2023 20.28 > > > > This is a reprise of earlier patch to add timestamp to console > > messages. > > > > Example: > > # dpdk-testpmd -l 1-4 -n 4

RE: [PATCH v3 0/2] Add option to timestamp console log

2023-03-06 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Monday, 6 March 2023 20.28 > > This is a reprise of earlier patch to add timestamp to console > messages. > > Example: > # dpdk-testpmd -l 1-4 -n 4 --vdev net_null0 --log-timestamp -- -i > EAL: Detected CPU lcores: 16 > EAL: De

[PATCH v3 0/2] Add option to timestamp console log

2023-03-06 Thread Stephen Hemminger
This is a reprise of earlier patch to add timestamp to console messages. Example: # dpdk-testpmd -l 1-4 -n 4 --vdev net_null0 --log-timestamp -- -i EAL: Detected CPU lcores: 16 EAL: Detected NUMA nodes: 1 EAL: Detected static linkage of DPDK EAL: Multi-process socket /var/run/dpdk/rte/mp_socket EA