commit | 5499a968d49f22ef166a360ffd74364bfb7233d6 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kubakici@wp.pl> | Wed Apr 02 10:33:33 2014 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Apr 11 05:58:08 2014 -0700 |
tree | 0678005d7b22b2da19cb9fcb0ad37feff0696926 | |
parent | 06c14e5adbccfc2b6e0cfc1f7ce4f4bf73791d28 [diff] |
igb: fix last_rx_timestamp usage last_rx_timestamp should be updated only when rx time stamp is read. Also it's only used with NICs that have per-interface time stamping resources so it can be moved to adapter structure and set in igb_ptp_rx_rgtstamp(). Signed-off-by: Jakub Kicinski <kubakici@wp.pl> Acked-by: Matthew Vick <matthew.vick@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>