On Tue, 2016-08-23 at 18:22 -0400, Soheil Hassas Yeganeh wrote: > From: Soheil Hassas Yeganeh <soh...@google.com> > > Instead of using sock_tx_timestamp, use skb_tx_timestamp to record > software transmit timestamp of a packet. > > sock_tx_timestamp resets and overrides the tx_flags of the skb. > The function is intended to be called from within the protocol > layer when creating the skb, not from a device driver. This is > inconsistent with other drivers and will cause issues for TCP. >
Acked-by: Eric Dumazet <eduma...@google.com> Thanks !