RE: [PATCH] igb: fix adjusting ptp timestamps for tx/rx latency

2016-07-20 Thread Brown, Aaron F
org; Kshitiz Gupta > > Subject: [PATCH] igb: fix adjusting ptp timestamps for tx/rx latency > > Fix PHY delay compensation math in igb_ptp_tx_hwtstamp() and > igb_ptp_rx_rgtstamp. Add PHY delay compensation in > igb_ptp_rx_pktstamp(). > > In the IGB driver, there are two functions

[PATCH] igb: fix adjusting ptp timestamps for tx/rx latency

2016-07-16 Thread Kshitiz Gupta
Fix PHY delay compensation math in igb_ptp_tx_hwtstamp() and igb_ptp_rx_rgtstamp. Add PHY delay compensation in igb_ptp_rx_pktstamp(). In the IGB driver, there are two functions that retrieve timestamps received by the PHY - igb_ptp_rx_rgtstamp() and igb_ptp_rx_pktstamp(). The previous commit only

Re: [PATCH] igb: fix adjusting ptp timestamps for tx/rx latency

2016-07-15 Thread kbuild test robot
Hi, [auto build test ERROR on jkirsher-next-queue/dev-queue] [also build test ERROR on v4.7-rc7 next-20160715] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Kshitiz-Gupta/igb-fix-adjusting-ptp-

[PATCH] igb: fix adjusting ptp timestamps for tx/rx latency

2016-07-15 Thread Kshitiz Gupta
Fix PHY delay compensation math in igb_ptp_tx_hwtstamp() and igb_ptp_rx_rgtstamp. Add PHY delay compensation in igb_ptp_rx_pktstamp(). In the IGB driver, there are two functions that retrieve timestamps received by the PHY - igb_ptp_rx_rgtstamp() and igb_ptp_rx_pktstamp(). The previous commit only