Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eab467f5 authored by Willem de Bruijn's avatar Willem de Bruijn Committed by David S. Miller
Browse files

e1000: add transmit timestamping support

parent bb63f1f8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3261,6 +3261,8 @@ static netdev_tx_t e1000_xmit_frame(struct sk_buff *skb,
	                     nr_frags, mss);

	if (count) {
		skb_tx_timestamp(skb);

		e1000_tx_queue(adapter, tx_ring, tx_flags, count);
		/* Make sure there is space in the ring for the next send. */
		e1000_maybe_stop_tx(netdev, tx_ring, MAX_SKB_FRAGS + 2);