Re: [PATCH net] net: ensure correct skb->tstamp in various fragmenters

2019-10-18 Thread David Miller
From: Eric Dumazet Date: Wed, 16 Oct 2019 18:00:56 -0700 > Thomas found that some forwarded packets would be stuck > in FQ packet scheduler because their skb->tstamp contained > timestamps far in the future. > > We thought we addressed this point in commit 8203e2d844d3 > ("net: clear skb->tstamp

[PATCH net] net: ensure correct skb->tstamp in various fragmenters

2019-10-16 Thread Eric Dumazet
Thomas found that some forwarded packets would be stuck in FQ packet scheduler because their skb->tstamp contained timestamps far in the future. We thought we addressed this point in commit 8203e2d844d3 ("net: clear skb->tstamp in forwarding paths") but there is still an issue when/if a packet nee