On Mon, Mar 06, 2023 at 10:18:14AM -0800, Stephen Hemminger wrote:
> 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
> EAL: Selected IOVA mode 'VA'
> Interactive-mode selected
> [ 0.191407] testpmd: create a new mbuf pool <mb_pool_0>: n=171456,
> size=2176, socket=0
> [ 0.191510] testpmd: preferred mempool ops selected: ring_mp_mc
>
>
> v2
> - rebase to current DPDK
> - make linux log code common to freebsd
>
> Stephen Hemminger (2):
> eal: unify logging code for FreeBsd and Linux
> eal: add option to put timestamp on console output
>
Series-acked-by: Bruce Richardson <bruce.richard...@intel.com>