Skip to content

Commit 47ce295

Browse files
shifty91anguy11
authored andcommitted
igc: Remove stale comment about Tx timestamping
The initial igc Tx timestamping implementation used only one register for retrieving Tx timestamps. Commit 3ed247e ("igc: Add support for multiple in-flight TX timestamps") added support for utilizing all four of them e.g., for multiple domain support. Remove the stale comment/FIXME. Fixes: 3ed247e ("igc: Add support for multiple in-flight TX timestamps") Signed-off-by: Kurt Kanzenbach <[email protected]> Acked-by: Vinicius Costa Gomes <[email protected]> Reviewed-by: Przemek Kitszel <[email protected]> Tested-by: Naama Meir <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
1 parent aec806f commit 47ce295

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/net/ethernet/intel/igc/igc_main.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,10 +1642,6 @@ static netdev_tx_t igc_xmit_frame_ring(struct sk_buff *skb,
16421642

16431643
if (unlikely(test_bit(IGC_RING_FLAG_TX_HWTSTAMP, &tx_ring->flags) &&
16441644
skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP)) {
1645-
/* FIXME: add support for retrieving timestamps from
1646-
* the other timer registers before skipping the
1647-
* timestamping request.
1648-
*/
16491645
unsigned long flags;
16501646
u32 tstamp_flags;
16511647

0 commit comments

Comments
 (0)