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

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

e1000e: add transmit timestamping support

parent eab467f5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5131,6 +5131,8 @@ static netdev_tx_t e1000_xmit_frame(struct sk_buff *skb,
	/* if count is 0 then mapping error has occurred */
	count = e1000_tx_map(tx_ring, skb, first, max_per_txd, nr_frags, mss);
	if (count) {
		skb_tx_timestamp(skb);

		netdev_sent_queue(netdev, skb->len);
		e1000_tx_queue(tx_ring, tx_flags, count);
		/* Make sure there is space in the ring for the next send. */