On 06/27/2018 02:59 PM, Jesus Sanchez-Palencia wrote: > Currently, skb_tx_timestamp() is being called before the DMA > descriptors are prepared in igb_xmit_frame_ring(), which happens > during either the igb_tso() or igb_tx_csum() calls. > > Given that now the skb->tstamp might be used to carry the timestamp > for SO_TXTIME, we must only call skb_tx_timestamp() after the > information has been copied into the DMA tx_ring. Since when this skb->tstamp use happened ? If this is in patch 11/14 (igb: Add support for ETF offload), then you should either : 1) Squash this into 11/14 2) swap 11 and 12 patch, so that this change is done before "igb: Add support for ETF offload" Otherwise a bisection could fail badly.
- [PATCH v1 net-next 08/14] igb: Refactor igb_configu... Jesus Sanchez-Palencia
- [PATCH v1 net-next 03/14] net: ipv4: Hook into time... Jesus Sanchez-Palencia
- Re: [PATCH v1 net-next 03/14] net: ipv4: Hook ... Willem de Bruijn
- [PATCH v1 net-next 14/14] net/sched: Make etf repor... Jesus Sanchez-Palencia
- Re: [PATCH v1 net-next 14/14] net/sched: Make ... Willem de Bruijn
- [PATCH v1 net-next 07/14] net/sched: Add HW offload... Jesus Sanchez-Palencia
- [PATCH v1 net-next 06/14] net/sched: Introduce the ... Jesus Sanchez-Palencia
- [PATCH v1 net-next 10/14] igb: Refactor igb_offload... Jesus Sanchez-Palencia
- [PATCH v1 net-next 04/14] net: packet: Hook into ti... Jesus Sanchez-Palencia
- [PATCH v1 net-next 12/14] igb: Only call skb_tx_tim... Jesus Sanchez-Palencia
- Re: [PATCH v1 net-next 12/14] igb: Only call s... Eric Dumazet
- Re: [PATCH v1 net-next 12/14] igb: Only ca... Jesus Sanchez-Palencia
- [PATCH v1 net-next 11/14] igb: Add support for ETF ... Jesus Sanchez-Palencia
- [PATCH v1 net-next 05/14] net/sched: Allow creating... Jesus Sanchez-Palencia
- [PATCH v1 net-next 01/14] net: Clear skb->tstamp... Jesus Sanchez-Palencia
- [PATCH v1 net-next 02/14] net: Add a new socket opt... Jesus Sanchez-Palencia
- Re: [PATCH v1 net-next 02/14] net: Add a new s... Eric Dumazet
- Re: [PATCH v1 net-next 02/14] net: Add a n... Jesus Sanchez-Palencia
- Re: [PATCH v1 net-next 02/14] net: Add... Eric Dumazet
- Re: [PATCH v1 net-next 02/14] net: Add a new s... kbuild test robot
- Re: [PATCH v1 net-next 02/14] net: Add a new s... Willem de Bruijn