diff options
author | Jakub Kicinski <kubakici@wp.pl> | 2014-03-15 18:55:26 +0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2014-03-28 17:54:02 +0400 |
commit | afc835d1bda13923e3792d838dae1fa34c506b09 (patch) | |
tree | a1259e9d39c19bf50180a32232938016e3aa24bc /drivers/net/ethernet/intel/igb/e1000_i210.c | |
parent | 201b54b8d245ae248fabd2e62b75272da47c475b (diff) | |
download | linux-afc835d1bda13923e3792d838dae1fa34c506b09.tar.xz |
igb: never generate both software and hardware timestamps
skb_tx_timestamp() does not report software time stamp
if SKBTX_IN_PROGRESS is set. According to timestamping.txt
software time stamps are a fallback and should not be
generated if hardware time stamp is provided.
Move call to skb_tx_timestamp() after setting
SKBTX_IN_PROGRESS.
Signed-off-by: Jakub Kicinski <kubakici@wp.pl>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/igb/e1000_i210.c')
0 files changed, 0 insertions, 0 deletions