RE: [net-next 11/13] igb: Update PTP function names/variables and locations.
From: Vick, Matthew <hidden>
Date: 2012-08-23 18:45:54
-----Original Message----- From: Richard Cochran [mailto:richardcochran@gmail.com] Sent: Thursday, August 23, 2012 11:11 AM To: Keller, Jacob E Cc: Vick, Matthew; Kirsher, Jeffrey T; davem@davemloft.net; netdev@vger.kernel.org; gospo@redhat.com; sassmann@redhat.com Subject: Re: [net-next 11/13] igb: Update PTP function names/variables and locations. [...] Relative, high resolution time stamps can be interesting all by themselves. That is why wireshark has a whole menu of timing choices including relative since start, inter-packet, and so on. [...] Yes, I agree that igb is a bit oddly synced WRT clock and time stamping. I would welcome a change to let it have HW time stamping as an independent feature. Thanks, Richard
Isn't this discussion creeping outside the scope of this patch? My aim here with this patch is to help tidy up PTP code as it is today. As it is today, igb has no support for hardware timestamping without PTP. If you or someone else writes a follow-on patch to add hardware timestamping without PTP, then they can move and rename the functions accordingly (and I'd personally really appreciate it if they did rename it, since a generic function should be named like a generic function and a PTP function should be named like a PTP function). Cheers, Matthew