Re: [RFC PATCH v4] ptp: Add vDSO-style vmclock support

Peter Hilber <[email protected]> Tue, 16 Jul 2024 13:54:36 +0200
Newsgroups dev.linux.lists.virtio-dev,dev.linux.lists.virtualization,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-rtc,org.kernel.vger.netdev,org.nongnu.qemu-devel
Message-ID <[email protected]>
On 08.07.24 11:27, David Woodhouse wrote:
> +
> +	/*
> +	 * Time according to time_type field above.
> +	 */
> +	uint64_t time_sec;		/* Seconds since time_type epoch */
> +	uint64_t time_frac_sec;		/* (seconds >> 64) */
> +	uint64_t time_esterror_picosec;	/* (± picoseconds) */
> +	uint64_t time_maxerror_picosec;	/* (± picoseconds) */

Is this unsigned or signed?