Re: [PATCH net-next V3 3/4] net/mlx5e: Add HW timestamping (TS) support
From: Richard Cochran <richardcochran@gmail.com>
Date: 2016-01-05 12:43:52
From: Richard Cochran <richardcochran@gmail.com>
Date: 2016-01-05 12:43:52
On Tue, Dec 29, 2015 at 02:58:31PM +0200, Saeed Mahameed wrote:
From: Eran Ben Elisha <redacted> Add support for enable/disable HW timestamping for incoming and/or outgoing packets. To enable/disable HW timestamping appropriate ioctl should be used. Currently HWTSTAMP_FILTER_ALL/NONE and HWTSAMP_TX_ON/OFF only are supported. Make all relevant changes in RX/TX flows to consider TS request and plant HW timestamps into relevant structures. Add internal clock for converting hardware timestamp to nanoseconds. In addition, add a service task to catch internal clock overflow, to make sure timestamping is accurate. Signed-off-by: Eran Ben Elisha <redacted> Signed-off-by: Saeed Mahameed <redacted>
Acked-by: Richard Cochran <richardcochran@gmail.com>