Re: [Intel-wired-lan] [PATCH net-next v3 1/6] igb: clear out tstamp after sending the packet.

2019-06-20 Thread Brown, Aaron F
On Mon, 2019-06-17 at 12:31 -0700, Vedang Patel wrote: > skb->tstamp is being used at multiple places. On the transmit side, it > is used to determine the launchtime of the packet. It is also used to > determine the software timestamp after the packet has been transmitted. > > So, clear out the ts

[PATCH net-next v3 1/6] igb: clear out tstamp after sending the packet.

2019-06-17 Thread Vedang Patel
skb->tstamp is being used at multiple places. On the transmit side, it is used to determine the launchtime of the packet. It is also used to determine the software timestamp after the packet has been transmitted. So, clear out the tstamp value after it has been read so that we do not report false