Re: Question on timestamping
Philo Lu <[email protected]> Fri, 27 Sep 2024 17:01:34 +0800
| Newsgroups | org.kernel.vger.linux-newbie |
|---|---|
| Message-ID | <[email protected]> |
Hi Greg, On 2024/9/19 04:22, Greg Dowd wrote: > Hello all, > I had a question regarding kernel timestamping. I see definitions for > SO_TIMESTAMPING_NEW in networking options to allow use of time > structures containing 64bit timestamps. However, I don't see any way > for skbuff timestamps to pass around structures with 64 bits as the > skb_shared_hwstamps use a typedef ktime_t which stacks the seconds and > nanoseconds into a single 64bit value. > I am not sure who maintains this section of the code. Any ideas? > Sorry I don't know the answer. It seems a problem of net subsystem, and asking the netdev ml ([email protected]) would be better. > thanks...Greg -- Philo