Re: [Linuxptp-users] One-step sync and P2P mode issue
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2014-09-04 21:02:01
|
On Tue, Sep 02, 2014 at 10:00:13AM +0000, Sriharsha Basavapatna wrote: > Thanks for the pointer to the flag. But this is still an issue for the driver, > since it'd have to parse the packet to find that it's a Sync pkt; please > correct me if I'm missing something here. Yes, the driver must parse the packets. This is not an "issue" for driver, but rather simply something that you have to implement. It isn't hard. See dp83640.c in the Linux kernel sources. Thanks, Richard |