From: Jakub Kicinski Date: Sat, 15 Mar 2014 14:55:26 +0000 (+0000) Subject: igb: never generate both software and hardware timestamps X-Git-Tag: v3.15-rc1~113^2~51^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afc835d1bda13923e3792d838dae1fa34c506b09;p=pandora-kernel.git 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 Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed