[PATCH v2 2/2] timer/linux/x86: override TSC freq if no tsc_known_freq

Stephen Hemminger stephen at networkplumber.org
Tue Oct 1 02:10:50 CEST 2024


On Tue,  1 Oct 2024 01:08:32 +0300
Isaac Boukris <iboukris at gmail.com> wrote:

> +
> +			EAL_LOG(DEBUG, "Refined architecture frequency %"PRIu64
> +				       " to measured frequency %"PRIu64".",
> +					arch_hz, tsc_hz);
> +		}

Best not to break messages, it make's it harder for users to search.
Don't need period either.


			EAL_LOG(DEBUG,
				"Refined architecture frequency %"PRIu64" to measured frequency %"PRIu64,



More information about the dev mailing list