ixgbe: support software timestamping
authorJacob Keller <jacob.e.keller@intel.com>
Fri, 4 May 2012 01:55:23 +0000 (01:55 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 10 May 2012 06:13:26 +0000 (23:13 -0700)
commitaa7bd467e3db3ddac503d0126a0c021871ca7d88
tree5338f8ae1ca7fa9280c6d9f7cc0241bbaced3c6c
parente3aac889c78ab87de40a90cbb5fc0ff56394f47c
ixgbe: support software timestamping

Kernel software timestamping requires that the driver calls skb_tx_timestamp
just before passing the skb to the MAC, in order to provide the best software
timestamps. This patch adds this call for that support.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c